summaryrefslogtreecommitdiff
path: root/home-config/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/waybar')
-rw-r--r--home-config/waybar/config2
-rw-r--r--home-config/waybar/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/home-config/waybar/config b/home-config/waybar/config
index a11ec45..68b2adc 100644
--- a/home-config/waybar/config
+++ b/home-config/waybar/config
@@ -72,7 +72,7 @@
"network": {
"format": " disconnected",
"format-wifi": " {essid}",
- "format-ethernet": "< {ipaddr}/{cidr}",
+ "format-ethernet": " {ipaddr}/{cidr}",
"format-disconnected": " disconnected",
"max-length": 50,
"on-click": "nm-connection-editor",
diff --git a/home-config/waybar/style.css b/home-config/waybar/style.css
index dd1bf67..2452a0b 100644
--- a/home-config/waybar/style.css
+++ b/home-config/waybar/style.css
@@ -108,7 +108,7 @@ button {
color: #cc5c5c;
}
-#network.wifi {
+#network.wifi, #network.ethernet {
color: #789ebf;
}