fix(glyphs): fix various nerd font glyphs that changed

This commit is contained in:
ooks-io 2024-04-22 14:29:06 +12:00
parent 2182f0299e
commit da43580a5f
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ in
labels = [ labels = [
{ {
monitor = ""; monitor = "";
text = ""; text = " ";
position = { position = {
x = 0; x = 0;
y = 80; y = 80;

View file

@ -14,6 +14,6 @@ pkgs.writeShellApplication {
VOLUME=$(pamixer --get-volume-human) VOLUME=$(pamixer --get-volume-human)
notify-send --app-name="system-notify" -h string:x-canonical-private-synchronous:sys-notify " $VOLUME" notify-send --app-name="system-notify" -h string:x-canonical-private-synchronous:sys-notify "󰕾 $VOLUME"
''; '';
} }