diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-25 11:28:53 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-25 11:28:53 -0500 |
commit | 97ce8456231b997135be6c5f1afaee08eff2cbb1 (patch) | |
tree | 32f7059aad1b6f9e69c37dd5a5b963037d9b7a06 /config/waybar | |
parent | 220906303fe6a69760514d2dcf49e5abfa079657 (diff) | |
download | rcm-97ce8456231b997135be6c5f1afaee08eff2cbb1.tar.gz rcm-97ce8456231b997135be6c5f1afaee08eff2cbb1.tar.bz2 rcm-97ce8456231b997135be6c5f1afaee08eff2cbb1.zip |
Updates
Diffstat (limited to 'config/waybar')
-rw-r--r-- | config/waybar/config.jsonc | 4 | ||||
-rw-r--r-- | config/waybar/style.css | 4 |
2 files changed, 4 insertions, 4 deletions
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 { |