sound menu
This commit is contained in:
parent
c5c233509c
commit
284da9f58a
10 changed files with 48 additions and 22 deletions
|
|
@ -5,7 +5,7 @@ default=15
|
|||
|
||||
lines=$((count > default ? default : count))
|
||||
|
||||
a=$(printf ' Shut down\n Reboot\n Lock\n Log out' | fuzzel --dmenu --index --lines $lines --placeholder "Power action: " -I)
|
||||
a=$(printf ' Shut down\n Reboot\n Lock\n Log out' | fuzzel --cache /dev/null --dmenu --index --lines $lines --placeholder "Power action: " -I)
|
||||
|
||||
if [ -n "$a" ]; then
|
||||
${cmds[a]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue