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)'"
}
]
}