fixed waybar

This commit is contained in:
Harry 2025-02-02 00:38:24 +01:00
parent 72ea530b1a
commit a184f9f731
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
"network": { "network": {
"interface": "wlp3s0", "interface": "wlp3s0",
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "", "format-wifi": " ",
"format-ethernet": "󰈀", "format-ethernet": "󰈀",
"format-disconnected": "", //An empty format will hide the module. "format-disconnected": "", //An empty format will hide the module.
"tooltip-format": "{ifname} via {gwaddr} 󰈀", "tooltip-format": "{ifname} via {gwaddr} 󰈀",

View file

@ -41,7 +41,7 @@ window#waybar {
#workspaces button.focused { #workspaces button.focused {
background-color: #000; background-color: #000;
color: #fff !important; color: #fff;
} }
#workspaces { #workspaces {