✨ feat: wallpaper menu, blue colors on waybar with blur
This commit is contained in:
+7
-2
@@ -93,8 +93,13 @@
|
||||
{
|
||||
"label": " Do Not Disturb",
|
||||
"type": "toggle",
|
||||
"command": "swaync-client -d -sw",
|
||||
"update-command": "sh -c '[[ $(swaync-client -D) == \"true\"]] && echo true || echo false'"
|
||||
"command": "swaync-client -d",
|
||||
"update-command": "swaync-client -D"
|
||||
},
|
||||
{
|
||||
"label": "Change Wallpaper",
|
||||
"type": "normal",
|
||||
"command": "bash -c '$(swaync-client -cp; bash $HOME/.config/hypr/scripts/change-wallpaper.sh)'"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+3
-2
@@ -268,12 +268,12 @@ tooltip {
|
||||
|
||||
.widget-buttons-grid {
|
||||
margin-top: 2px;
|
||||
margin-left: 75px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.widget-buttons-grid button {
|
||||
background: @button-bg;
|
||||
padding: 10px;
|
||||
padding: 12px;
|
||||
border-radius: 16px;
|
||||
margin: 2px;
|
||||
}
|
||||
@@ -293,6 +293,7 @@ tooltip {
|
||||
.widget-buttons-grid button label {
|
||||
font-size: 0.95rem;
|
||||
color: black;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.widget-volume trough,
|
||||
|
||||
Reference in New Issue
Block a user