summaryrefslogtreecommitdiff
path: root/config/waybar
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/waybar/config.jsonc4
-rw-r--r--config/waybar/style.css4
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 {