home-manager/programs/waybar: update icons
This commit is contained in:
parent
9f0cdf9f98
commit
852b3e1f78
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
||||||
"pulseaudio" = {
|
"pulseaudio" = {
|
||||||
format = "{icon} {volume}%";
|
format = "{icon} {volume}%";
|
||||||
format-bluetooth = "{icon} {volume}%";
|
format-bluetooth = "{icon} {volume}%";
|
||||||
format-muted = " ";
|
format-muted = "";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"alsa_output.pci-0000_00_1f.3.analog-stereo" = "";
|
"alsa_output.pci-0000_00_1f.3.analog-stereo" = "";
|
||||||
"alsa_output.pci-0000_00_1f.3.analog-stereo-muted" = "";
|
"alsa_output.pci-0000_00_1f.3.analog-stereo-muted" = "";
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
format = "<big>{icon}</big>";
|
format = "<big>{icon}</big>";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
none = "";
|
none = "";
|
||||||
notification = "<span foreground='red'><sup></sup></span>";
|
notification = "<span foreground='red'><sup></sup></span>";
|
||||||
dnd-notification = "<span foreground='red'><sup></sup></span>";
|
dnd-notification = "<span foreground='red'><sup></sup></span>";
|
||||||
dnd-none = "";
|
dnd-none = "";
|
||||||
|
|
Loading…
Reference in a new issue