mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:43:55 -05:00
waybr: saner defaults for bluetooth and volume apps
This commit is contained in:
parent
70f16ce4b4
commit
9d95dacd33
|
@ -66,7 +66,7 @@
|
||||||
"handsfree" = "";
|
"handsfree" = "";
|
||||||
"headset" = "";
|
"headset" = "";
|
||||||
};
|
};
|
||||||
"on-click" = "pavucontrol";
|
"on-click" = "pavucontrol -t 3";
|
||||||
};
|
};
|
||||||
"network" = {
|
"network" = {
|
||||||
"format-wifi" = " {signalStrength}%";
|
"format-wifi" = " {signalStrength}%";
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
"tooltip-format-wifi" = "{essid} ({signalStrength}%) ";
|
"tooltip-format-wifi" = "{essid} ({signalStrength}%) ";
|
||||||
"tooltip-format-ethernet" = "{ifname} ";
|
"tooltip-format-ethernet" = "{ifname} ";
|
||||||
"tooltip-format-disconnected" = "Disconnected";
|
"tooltip-format-disconnected" = "Disconnected";
|
||||||
"on-click" = "alacritty -e nmtui";
|
"on-click" = "alacritty --class nmtui -e nmtui";
|
||||||
};
|
};
|
||||||
"tray" = { "spacing" = 10; };
|
"tray" = { "spacing" = 10; };
|
||||||
"power-profiles-daemon" = {
|
"power-profiles-daemon" = {
|
||||||
|
|
Loading…
Reference in a new issue