fix(waybar): use iwgtk

This commit is contained in:
Barrett Ruth 2026-02-22 12:21:56 -05:00
parent 41aca71983
commit 0766b48b80
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 8 additions and 39 deletions

View file

@ -92,6 +92,7 @@ in
gsettings-desktop-schemas
(python3.withPackages (ps: [ ps.pillow ]))
pavucontrol
iwgtk
];
programs.waybar = {
@ -194,8 +195,8 @@ 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 = "rfkill toggle wlan";
on-click-right = "ctl wifi pick";
on-click = "pgrep iwgtk && pkill iwgtk || iwgtk";
on-click-right = "rfkill toggle wlan";
};
battery = {