fix(waybar): better icons

This commit is contained in:
Barrett Ruth 2026-02-14 17:52:42 -05:00
parent 18d425813f
commit 02ca7d52b0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 7 additions and 7 deletions

View file

@ -125,7 +125,7 @@ brightness)
bar=""
i=0; while [ "$i" -lt "$filled" ]; do bar="${bar}━"; i=$((i + 1)); done
i=0; while [ "$i" -lt "$empty" ]; do bar="${bar}─"; i=$((i + 1)); done
notify-send -a ctl -t 2500 -r 5555 " $bar"
notify-send -a ctl -t 2500 -r 5555 "󰃠 $bar"
;;
volume)
require wpctl notify-send