diff options
Diffstat (limited to 'config/waybar/config.jsonc')
-rw-r--r-- | config/waybar/config.jsonc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 5cf6cbb..c66defc 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -7,10 +7,8 @@ "spacing": 2, // Gaps between modules (4px) // Choose the order of the modules "modules-right": [ - "pulseaudio", "network", "battery", - "battery#bat2", "clock" ], "clock": { @@ -32,8 +30,8 @@ "bat": "BAT2" }, "network": { - // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "NET: {essid}", + // "interface": "wlp2*", // (Optionall) To force the use of this interface + "format-wifi": "NET: CONNECTED", "format-ethernet": "{ipaddr}/{cidr} ", "tooltip-format": "{ifname} via {gwaddr} ", "format-linked": "{ifname} (No IP) ", |