1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

fix powermenu sizeé

This commit is contained in:
eoli3n 2022-10-30 11:58:14 +01:00
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