fix(waybar): prefer builtin wifi picker

This commit is contained in:
Barrett Ruth 2026-02-23 09:00:44 -05:00
parent 6ff56611d4
commit c759cd0d0e
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 38 additions and 6 deletions

View file

@ -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 = {