diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-02 13:53:10 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-02 13:53:10 -0500 |
commit | bc826bb1bed8888d85eddf775934a92f1a71db5d (patch) | |
tree | 555527861b0dfb9808dff1d4bf53df6a77157d7f /config/waybar/config.jsonc | |
parent | a8e02fc87821bf99f581f26ce292f4f5338cdec7 (diff) | |
download | rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.gz rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.bz2 rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.zip |
updates
Diffstat (limited to '')
-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) ", |