diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-31 23:34:07 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-31 23:34:07 +0200 |
commit | 1b276b9a2600c902aa865c5b52dc1b791437a516 (patch) | |
tree | dab45a58b253cf3dfe41375cc83989798c6fe541 /dmenu-power | |
parent | 97a70c5573f70a2b638bd50c1f6c0c8b88296fa1 (diff) | |
download | scripts-1b276b9a2600c902aa865c5b52dc1b791437a516.tar.gz scripts-1b276b9a2600c902aa865c5b52dc1b791437a516.tar.bz2 scripts-1b276b9a2600c902aa865c5b52dc1b791437a516.zip |
update
Diffstat (limited to 'dmenu-power')
-rwxr-xr-x | dmenu-power | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu-power b/dmenu-power index 5e993e9..0d17f60 100755 --- a/dmenu-power +++ b/dmenu-power @@ -1,6 +1,6 @@ #!/bin/sh -choice=$(echo -e " Shutdown\n Reboot\n Logout\n Lock\n Exit" | dmenu -c -l -3 -p "Power: ") +choice=$(echo -e " Shutdown\n Reboot\n Logout\n Lock\n Exit" | dmenu -bw 4 -c -l 5 -p "Power: ") case "$choice" in " Shutdown") shutdown -h now ;; " Reboot") reboot ;; |