Standardize icon spacing

This commit is contained in:
John Mertz 2024-10-15 16:24:46 -06:00
parent 17cb57c927
commit 8ea36eb5bc
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ elif [[ $MODE == "dim" ]]; then
elif [[ $MODE == "lock" ]]; then
ICON=""
elif [[ $MODE == "sleep" ]]; then
ICON=" "
ICON=""
elif [[ $MODE == "hibernate" ]]; then
ICON=" "
ICON=""
fi
MSG="Change sleep mode ($MODE)"