commit 0bd88bcc00580fb6d45d7de0c471b84d97ff24ea parent b295c55d8ff84312c9307ff5aec862429b97ec8f Author: awy <awy@awy.one> Date: Thu, 20 Mar 2025 15:15:26 +0300 wmenu Diffstat:
M | .local/bin/sysact | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.local/bin/sysact b/.local/bin/sysact @@ -1,6 +1,6 @@ #!/bin/sh -# A dmenu wrapper script for system functions. +# A wmenu wrapper script for system functions. export WM="Hyprland" case "$(readlink -f /sbin/init)" in *systemd*) ctl='systemctl' ;; @@ -13,7 +13,7 @@ wmpid(){ # This function is needed if there are multiple instances of the window echo "${tree%%)*}" } -case "$(printf "🔒 lock\n🚪 leave $WM\n♻️ renew $WM\n🐻 hibernate\n🔃 reboot\n🖥️shutdown\n💤 sleep\n📺 display off" | bemenu -i -p 'Action: ')" in +case "$(printf "🔒 lock\n🚪 leave $WM\n♻️ renew $WM\n🐻 hibernate\n🔃 reboot\n🖥️shutdown\n💤 sleep\n📺 display off" | wmenu -N 2e3440 -n d8dee9 -S eacb8a -s 3b4252 -M eacb8a -m 3b4252 -f "monospace 12" -i -p 'Action: ')" in '🔒 lock') slock ;; "🚪 leave $WM") hyprctl dispatch exit ;; "♻️ renew $WM") hyprctl reload ;;