mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
fix powermenu sizeé
This commit is contained in:
parent
c19bf01fae
commit
7d23729887
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
action=$(echo -e "suspend\nlock\nlogout\nshutdown\nreboot" | wofi -d -p "power:" -L 5)
|
||||
action=$(echo -e "suspend\nlock\nlogout\nshutdown\nreboot" | wofi -d -p "power:" -L 7)
|
||||
|
||||
if [[ "$action" == "lock" ]]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user