fuzzel animation

This commit is contained in:
jrosh 2025-08-10 17:56:46 +02:00
commit 3e9e38ca08
Signed by: jrosh
GPG key ID: CC50156D9BDF5EFB
5 changed files with 257 additions and 83 deletions

1
waybar/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/temp

View file

@ -11,7 +11,6 @@
],
"modules-center": ["niri/window"],
"modules-right": [
"network",
"battery",
"bluetooth",
"group/pulseaudio-wrapper",
@ -72,13 +71,13 @@
},
"custom/reboot": {
"format": "󰜉",
"on-click": "zenity --question --text='Are you sure you want to reboot?' --icon-name='system-reboot' --title='Reboot System' && sleep 1 && systemctl reboot",
"on-click": "zenity --question --text='Are you sure you want to reboot?' --icon-name='system-reboot' --title='Reboot System' && sleep 1 && systemctl reboot --force",
"tooltip": true,
"tooltip-format": "Reboot"
},
"custom/power": {
"format": "󰐥",
"on-click": "zenity --question --text='Are you sure you want to power off?' --icon-name='system-shutdown' --title='Power Off System' && sleep 1 && loginctl poweroff",
"on-click": "zenity --question --text='Are you sure you want to power off?' --icon-name='system-shutdown' --title='Power Off System' && sleep 1 && systemctl poweroff --force",
"tooltip": true,
"tooltip-format": "Power Off"
},
@ -188,7 +187,7 @@
},
"clock": {
"interval": 1,
"format": "󰃰 {:%a %H:%M}",
"format": "󰃰 {:%d.%m %a %H:%M}",
"tooltip": true,
"tooltip-format": "{:L%A, %d-%m-%Y}"
},