From a184f9f7312b07b24bb2c1bd86a500f838734d3f Mon Sep 17 00:00:00 2001 From: harry123 Date: Sun, 2 Feb 2025 00:38:24 +0100 Subject: [PATCH] fixed waybar --- home-manager/dotfiles/waybar/config.jsonc | 2 +- home-manager/dotfiles/waybar/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/dotfiles/waybar/config.jsonc b/home-manager/dotfiles/waybar/config.jsonc index 9832293..1f5a9ef 100644 --- a/home-manager/dotfiles/waybar/config.jsonc +++ b/home-manager/dotfiles/waybar/config.jsonc @@ -40,7 +40,7 @@ "network": { "interface": "wlp3s0", "format": "{ifname}", - "format-wifi": "", + "format-wifi": " ", "format-ethernet": "󰈀", "format-disconnected": "", //An empty format will hide the module. "tooltip-format": "{ifname} via {gwaddr} 󰈀", diff --git a/home-manager/dotfiles/waybar/style.css b/home-manager/dotfiles/waybar/style.css index f01c713..15d516c 100644 --- a/home-manager/dotfiles/waybar/style.css +++ b/home-manager/dotfiles/waybar/style.css @@ -41,7 +41,7 @@ window#waybar { #workspaces button.focused { background-color: #000; - color: #fff !important; + color: #fff; } #workspaces {