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 {