From bc826bb1bed8888d85eddf775934a92f1a71db5d Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 2 Jun 2024 13:53:10 -0500 Subject: updates --- config/waybar/config.jsonc | 6 ++---- config/waybar/style.css | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'config/waybar') 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) ", diff --git a/config/waybar/style.css b/config/waybar/style.css index 275b893..c88b530 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,6 +1,6 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: Input Sans Compressed; + font-family: Input Mono Condensed; font-size: 18px; } -- cgit v1.2.3