mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11: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" = "";
|
||||
"headset" = "";
|
||||
};
|
||||
"on-click" = "pavucontrol";
|
||||
"on-click" = "pavucontrol -t 3";
|
||||
};
|
||||
"network" = {
|
||||
"format-wifi" = " {signalStrength}%";
|
||||
|
@ -76,7 +76,7 @@
|
|||
"tooltip-format-wifi" = "{essid} ({signalStrength}%) ";
|
||||
"tooltip-format-ethernet" = "{ifname} ";
|
||||
"tooltip-format-disconnected" = "Disconnected";
|
||||
"on-click" = "alacritty -e nmtui";
|
||||
"on-click" = "alacritty --class nmtui -e nmtui";
|
||||
};
|
||||
"tray" = { "spacing" = 10; };
|
||||
"power-profiles-daemon" = {
|
||||
|
|
Loading…
Reference in a new issue