mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
refactor(scrips): show poweroff at top
This commit is contained in:
parent
993945b13e
commit
1fcf08af74
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
entries="⇠ logout\n⏾ suspend\n⭮ reboot\n⏻ poweroff"
|
entries="⏻ poweroff\n⇠ logout\n⏾ suspend\n⭮ reboot"
|
||||||
selected=$(echo -e "$entries" |
|
selected=$(echo -e "$entries" |
|
||||||
wofi --dmenu --cache-file /dev/null |
|
wofi --dmenu --cache-file /dev/null |
|
||||||
awk '{print tolower($2)}')
|
awk '{print tolower($2)}')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue