feat: wallpaper menu, blue colors on waybar with blur

This commit is contained in:
João Dias
2024-08-18 17:38:57 -03:00
parent 5fc6add9c3
commit 6b77a0ab0e
13 changed files with 98 additions and 74 deletions
+7 -2
View File
@@ -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
View File
@@ -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,