i3: fix power menu logout icon
This commit is contained in:
parent
ba699a1209
commit
9674ca8514
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
POWER_OFF=" Power Off"
|
||||
REBOOT=" Reboot"
|
||||
SUSPEND=" Suspend"
|
||||
LOG_OUT=" Log out"
|
||||
LOG_OUT=" Log out"
|
||||
|
||||
chosen=`printf "%s\n%s\n%s\n%s" "$POWER_OFF" "$REBOOT" "$SUSPEND" "$LOG_OUT" | rofi -dmenu -i -p ""`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue