fix(glyphs): fix various nerd font glyphs that changed
This commit is contained in:
parent
2182f0299e
commit
da43580a5f
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ in
|
||||||
labels = [
|
labels = [
|
||||||
{
|
{
|
||||||
monitor = "";
|
monitor = "";
|
||||||
text = "";
|
text = " ";
|
||||||
position = {
|
position = {
|
||||||
x = 0;
|
x = 0;
|
||||||
y = 80;
|
y = 80;
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue