compositor: Limit interfaces used for network in waybar
This commit is contained in:
parent
68dfdd58ec
commit
b7b209f785
1 changed files with 3 additions and 2 deletions
|
@ -260,12 +260,13 @@ in
|
|||
stopped = "";
|
||||
};
|
||||
};
|
||||
network = {
|
||||
"network" = {
|
||||
interface = "wlp0s20f3";
|
||||
format-wifi = "{essid} ";
|
||||
format-ethernet = "{ipaddr}/{cidr} ";
|
||||
tooltip-format = "{ifname} via {gwaddr} ";
|
||||
format-linked = "{ifname} (No IP) ";
|
||||
format-disconnected = "Disconnected ⚠";
|
||||
format-disconnected = "";
|
||||
format-alt = "{ifname}: {ipaddr}/{cidr}";
|
||||
};
|
||||
pulseaudio = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue