Created
July 30, 2021 18:45
-
-
Save mxdevmanuel/a2229d427b39a9e40f2198979caa40c1 to your computer and use it in GitHub Desktop.
Sway power menu
thanks
thank you!
thank you.
Thanks, with a couple edits, this also works perfectly in Hyprland!
Thanks. I also edited it so that it fits my screen better.
op=$( echo -e " Poweroff\n Reboot\n Suspend\n Lock\n Logout" | wofi --lines $NUM_OPTIONS --width $WOFI_WIDTH -i --dmenu | awk '{print tolower($2)}' )
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!