New backup 2025-06-30 13:00:01
This commit is contained in:
parent
41e1ece76d
commit
42cb63afe8
2 changed files with 12 additions and 4 deletions
|
@ -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'
|
||||
"")))
|
||||
|
|
8
de/home/.config/eww/scripts/bar/powermenu
Executable file
8
de/home/.config/eww/scripts/bar/powermenu
Executable 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
|
Loading…
Add table
Reference in a new issue