mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:03:55 -05:00
waybar: removed text and improved icons
This commit is contained in:
parent
795a13bb0a
commit
2154ff5324
|
@ -97,34 +97,26 @@
|
||||||
"on-click" = "${pkgs.blueberry}/bin/blueberry";
|
"on-click" = "${pkgs.blueberry}/bin/blueberry";
|
||||||
};
|
};
|
||||||
"pulseaudio" = {
|
"pulseaudio" = {
|
||||||
"format" = " {volume}%";
|
"format" = "{icon}";
|
||||||
"format-bluetooth" = "{volume}% {icon}";
|
"format-bluetooth" = "{volume}% {icon}";
|
||||||
"format-muted" = "";
|
"format-muted" = "";
|
||||||
"format-icons" = {
|
"format-icons" = {
|
||||||
"headphones" = "";
|
"headphones" = "";
|
||||||
"handsfree" = "";
|
"handsfree" = "";
|
||||||
"headset" = "";
|
"headset" = "";
|
||||||
|
"default" = [ "" "" "" ];
|
||||||
};
|
};
|
||||||
|
"scroll-step" = 5;
|
||||||
"ignored-sinks" = ["Easy Effects Sink"];
|
"ignored-sinks" = ["Easy Effects Sink"];
|
||||||
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol -t 3";
|
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol -t 3";
|
||||||
};
|
};
|
||||||
"wireplumber" = {
|
|
||||||
"format" = " {volume}%";
|
|
||||||
"format-bluetooth" = "{volume}% {icon}";
|
|
||||||
"format-muted" = "";
|
|
||||||
"format-icons" = {
|
|
||||||
"headphones" = "";
|
|
||||||
"handsfree" = "";
|
|
||||||
"headset" = "";
|
|
||||||
};
|
|
||||||
"on-click" = "helvum";
|
|
||||||
};
|
|
||||||
"network" = {
|
"network" = {
|
||||||
"format-wifi" = " {signalStrength}%";
|
"format-wifi" = "{icon}";
|
||||||
"format-ethernet" = "";
|
"format-ethernet" = "";
|
||||||
"format-disconnected" = "⚠";
|
"format-disconnected" = "⚠";
|
||||||
|
"format-icons" = ["" "" "" "" ];
|
||||||
"tooltip-format" = "{ifname} via {gwaddr} ";
|
"tooltip-format" = "{ifname} via {gwaddr} ";
|
||||||
"tooltip-format-wifi" = "{essid} ({signalStrength}%) ";
|
"tooltip-format-wifi" = "{essid} ({signalStrength}%) {icon}";
|
||||||
"tooltip-format-ethernet" = "{ifname} ";
|
"tooltip-format-ethernet" = "{ifname} ";
|
||||||
"tooltip-format-disconnected" = "Disconnected";
|
"tooltip-format-disconnected" = "Disconnected";
|
||||||
"on-click" = "${pkgs.alacritty}/bin/alacritty --class nmtui -e ${pkgs.networkmanager}/bin/nmtui";
|
"on-click" = "${pkgs.alacritty}/bin/alacritty --class nmtui -e ${pkgs.networkmanager}/bin/nmtui";
|
||||||
|
|
Loading…
Reference in a new issue