fix(waybar): prefer builtin wifi picker
This commit is contained in:
parent
6ff56611d4
commit
c759cd0d0e
3 changed files with 38 additions and 6 deletions
|
|
@ -92,7 +92,6 @@ in
|
|||
gsettings-desktop-schemas
|
||||
(python3.withPackages (ps: [ ps.pillow ]))
|
||||
pavucontrol
|
||||
iwgtk
|
||||
];
|
||||
|
||||
programs.waybar = {
|
||||
|
|
@ -194,7 +193,7 @@ in
|
|||
tooltip-format-wifi = "SSID: {essid}\nSignal: {signalStrength}%\nDownload: {bandwidthDownBits}\nUpload: {bandwidthUpBits}\nIP: {ipaddr}";
|
||||
tooltip-format-ethernet = "Interface: {ifname}\nIP: {ipaddr}/{cidr}\nDownload: {bandwidthDownBits}\nUpload: {bandwidthUpBits}";
|
||||
tooltip-format-disconnected = "Wireless LAN disconnected";
|
||||
on-click = "pgrep iwgtk && pkill iwgtk || iwgtk";
|
||||
on-click = "ctl wifi pick";
|
||||
};
|
||||
|
||||
battery = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue