fix(waybar): better icons
This commit is contained in:
parent
18d425813f
commit
02ca7d52b0
2 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue