Fix power script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
46917d8aa6
commit
7e1c562168
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ ACTIONS=(
|
||||||
"6: Powersave Mode"
|
"6: Powersave Mode"
|
||||||
)
|
)
|
||||||
|
|
||||||
SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | fuzzel -dmenu -I | cut -d ":" -f1)
|
SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | fuzzel --dmenu -I | cut -d ":" -f1)
|
||||||
|
|
||||||
case "${SELECTION}" in
|
case "${SELECTION}" in
|
||||||
"1")
|
"1")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue