i3: Fix icons in powermenu

This commit is contained in:
Erwin Boskma 2023-06-23 14:14:13 +02:00
parent 64a5e59995
commit 017fd56c4e
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -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}"