i3: Fix icons in powermenu
This commit is contained in:
parent
64a5e59995
commit
017fd56c4e
1 changed files with 5 additions and 5 deletions
|
@ -9,11 +9,11 @@ confirm() {
|
|||
}
|
||||
|
||||
# Options
|
||||
shutdown=""
|
||||
reboot=""
|
||||
lock=""
|
||||
hibernate=""
|
||||
exit_wm=""
|
||||
shutdown="" # Icon: power
|
||||
reboot="" # Icon: restart
|
||||
lock="" # Icon: lock
|
||||
hibernate="" # Icon: power_sleep
|
||||
exit_wm="" # Icon: exit_to_app
|
||||
|
||||
# Variable passed to rofi
|
||||
options="${shutdown}\n${reboot}\n${lock}\n${hibernate}\n${exit_wm}"
|
||||
|
|
Loading…
Reference in a new issue