fuzzel animation
This commit is contained in:
parent
646b902683
commit
3e9e38ca08
5 changed files with 257 additions and 83 deletions
|
|
@ -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}"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue