No longer needed
This commit is contained in:
parent
57443e74ad
commit
fc449efdb1
@ -1,20 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
show_power_menu() {
|
|
||||||
local menu_options=" Lock
|
|
||||||
Suspend
|
|
||||||
Relaunch
|
|
||||||
Restart
|
|
||||||
Shutdown"
|
|
||||||
local selection=$(echo -e "$menu_options" | walker --dmenu --theme dmenu_150 -p "System")
|
|
||||||
|
|
||||||
case "$selection" in
|
|
||||||
*Lock*) hyprlock ;;
|
|
||||||
*Suspend*) systemctl suspend ;;
|
|
||||||
*Relaunch*) uwsm stop ;;
|
|
||||||
*Restart*) systemctl reboot ;;
|
|
||||||
*Shutdown*) systemctl poweroff ;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
show_power_menu
|
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
"$HOME/.local/share/omarchy/bin/omarchy-theme-set" \
|
|
||||||
"$(~/.local/share/omarchy/bin/omarchy-theme-list | walker --dmenu --theme dmenu_250 -p "Choose Theme" 2>/dev/null)"
|
|
Loading…
x
Reference in New Issue
Block a user