New backup 2025-06-30 13:00:01

This commit is contained in:
Penelope Gwen 2025-06-30 13:00:01 -07:00
parent 41e1ece76d
commit 42cb63afe8
2 changed files with 12 additions and 4 deletions

View file

@ -12,11 +12,11 @@
:orientation "h"
:space-evenly false
:halign "center"
(button :onclick 'sp-powermenu'
(button :onclick 'scripts/bar/powermenu reboot system-reboot-symbolic'
"")
(button :onclick 'sp-powermenu'
(button :onclick 'scripts/bar/powermenu suspend weather-clear-night-symbolic'
"")
(button :onclick 'sp-powermenu'
(button :onclick 'scripts/bar/powermenu lock system-lock-screen-symbolic'
"")
(button :onclick 'sp-powermenu'
(button :onclick 'scripts/bar/powermenu logout system-log-out-symbolic'
"")))

View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
action="${1}"
action_icon="${2}"
yad --image "${action_icon}" --title "Really ${action}?" --button=gtk-yes:0 --button=gtk-no:1 --text 'test'
#printf 'test\ntest' | wofi --columns=2 --show dmenu