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
|
# Options
|
||||||
shutdown=""
|
shutdown="" # Icon: power
|
||||||
reboot=""
|
reboot="" # Icon: restart
|
||||||
lock=""
|
lock="" # Icon: lock
|
||||||
hibernate=""
|
hibernate="" # Icon: power_sleep
|
||||||
exit_wm=""
|
exit_wm="" # Icon: exit_to_app
|
||||||
|
|
||||||
# Variable passed to rofi
|
# Variable passed to rofi
|
||||||
options="${shutdown}\n${reboot}\n${lock}\n${hibernate}\n${exit_wm}"
|
options="${shutdown}\n${reboot}\n${lock}\n${hibernate}\n${exit_wm}"
|
||||||
|
|
Loading…
Reference in a new issue