office: Update displayed symbols

This commit is contained in:
Marty Oehme 2023-07-21 20:16:17 +02:00
parent 9a23217d23
commit 1efe13cb94
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 10 additions and 10 deletions

View file

@ -23,12 +23,12 @@ if [ "${POWERMENU_SHOW_TEXT:-0}" -eq 0 ] && [ "${POWERMENU_SHOW_ICONS:-1}" -eq 0
echo "You disabled both text and icons for rofi-powermenu, nothing can be shown."
exit 1
elif [ "${POWERMENU_SHOW_ICONS:-1}" -eq 1 ]; then
power_off_btn=""
reboot_btn=""
lock_btn=""
suspend_btn=""
hibernate_btn=""
logout_btn=""
power_off_btn=""
reboot_btn=""
lock_btn=""
suspend_btn="󰒲"
hibernate_btn=""
logout_btn="󰍃"
fi
if [ "${POWERMENU_SHOW_TEXT:-1}" -eq 1 ]; then
power_off_btn="${power_off_btn} Shut Down"