From 97ce8456231b997135be6c5f1afaee08eff2cbb1 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 25 Jun 2024 11:28:53 -0500 Subject: Updates --- config/waybar/config.jsonc | 4 ++-- config/waybar/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config/waybar') diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index c66defc..53c96e2 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -12,7 +12,7 @@ "clock" ], "clock": { - "format": "{:%m-%d %H:%M}", + "format": "{:%H:%M %d/%m}", "format-alt": "{:%Y-%m-%d}" }, "battery": { @@ -31,7 +31,7 @@ }, "network": { // "interface": "wlp2*", // (Optionall) To force the use of this interface - "format-wifi": "NET: CONNECTED", + "format-wifi": "NET: {essid}", "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 52d37f9..82ff157 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -71,7 +71,7 @@ button:hover { #mpd { padding: 0 7px; padding-bottom: 7px; - color: #0D29FF; + color: #0D29CC; } #window, @@ -89,7 +89,7 @@ button:hover { margin-right: 0; } #battery { - color: #0D29FF; + color: #0D29CC; } #battery.charging, #battery.plugged { -- cgit v1.2.3