fix(waybar): use iwgtk
This commit is contained in:
parent
41aca71983
commit
0766b48b80
4 changed files with 8 additions and 39 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue