This commit is contained in:
Stephan Raabe
2024-05-22 17:06:47 +02:00
parent 001a9b14e9
commit 55bf15494a
28 changed files with 441 additions and 47 deletions
+8
View File
@@ -196,6 +196,14 @@
"tooltip": false
},
// Hyprshade
"custom/hyprshade": {
"format": "",
"on-click": "sleep 0.1; ~/dotfiles/hypr/scripts/hyprshade.sh",
"on-click-right": "sleep 0.1; ~/dotfiles/hypr/scripts/hyprshade.sh rofi",
"tooltip": false
},
// Keyboard State
"keyboard-state": {
"numlock": true,
+1
View File
@@ -47,6 +47,7 @@
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
"custom/hyprshade",
"tray",
"custom/exit",
"custom/ml4w-welcome",
+7 -1
View File
@@ -163,6 +163,7 @@ window#waybar.empty #window {
#custom-settings,
#custom-wallpaper,
#custom-system,
#custom-hyprshade,
#custom-waybarthemes {
margin-right: 23px;
font-size: 20px;
@@ -170,7 +171,12 @@ window#waybar.empty #window {
opacity: 0.8;
color: @iconcolor;
}
#custom-hyprshade {
margin-left:4px;
margin-right:12px;
}
#custom-system {
margin-right:15px;
}
+1
View File
@@ -45,6 +45,7 @@
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
"custom/hyprshade",
"custom/exit",
"clock",
"tray",
+6
View File
@@ -134,6 +134,7 @@ window#waybar.empty #window {
#custom-settings,
#custom-wallpaper,
#custom-system,
#custom-hyprshade,
#custom-waybarthemes {
margin-right: 23px;
font-size: 14px;
@@ -141,6 +142,11 @@ window#waybar.empty #window {
color: @iconcolor;
}
#custom-hyprshade {
margin-left:4px;
margin-right:12px;
}
#custom-settings {
margin-right: 15px;
}
+1
View File
@@ -47,6 +47,7 @@
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
"custom/hyprshade",
"tray",
"custom/exit",
"custom/ml4w-welcome",
+6
View File
@@ -164,6 +164,7 @@ window#waybar.empty #window {
#custom-settings,
#custom-wallpaper,
#custom-system,
#custom-hyprshade,
#custom-waybarthemes {
margin-right: 23px;
font-size: 20px;
@@ -172,6 +173,11 @@ window#waybar.empty #window {
color: @iconcolor;
}
#custom-hyprshade {
margin-left:4px;
margin-right:12px;
}
#custom-system {
margin-right:15px;
}
+1
View File
@@ -55,6 +55,7 @@
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
"custom/hyprshade",
"tray",
"custom/exit",
"custom/ml4w-welcome",
+8
View File
@@ -65,6 +65,14 @@
"tooltip": false
},
// Hyprshade
"custom/hyprshade": {
"format": "",
"on-click": "sleep 0.1; ~/dotfiles/hypr/scripts/hyprshade.sh",
"on-click-right": "sleep 0.1; ~/dotfiles/hypr/scripts/hyprshade.sh rofi",
"tooltip": false
},
// Updates Count
"custom/updates": {
"format": " {}",
+10 -5
View File
@@ -164,6 +164,7 @@ window#waybar.empty #window {
#custom-settings,
#custom-wallpaper,
#custom-system,
#custom-hyprshade,
#custom-waybarthemes {
margin-right: 23px;
font-size: 20px;
@@ -171,12 +172,16 @@ window#waybar.empty #window {
color: @iconcolor;
}
#custom-waybarthemes,#custom-system {
#custom-hyprshade {
margin-left:4px;
margin-right:12px;
}
#custom-waybarthemes,#custom-system {
margin-right:15px;
}
}
#custom-ml4w-welcome {
#custom-ml4w-welcome {
margin-right: 15px;
background-image: url("../assets/ml4w-icon.png");
background-repeat: no-repeat;
@@ -396,7 +401,7 @@ window#waybar.empty #window {
* ----------------------------------------------------- */
#tray {
background-color: #2980b9;
margin:0px 10px 0px 0px;
}
#tray > .passive {