mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-22 22:33:56 +01:00
fixed waybar
This commit is contained in:
parent
72ea530b1a
commit
a184f9f731
|
@ -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} ",
|
||||
|
|
|
@ -41,7 +41,7 @@ window#waybar {
|
|||
|
||||
#workspaces button.focused {
|
||||
background-color: #000;
|
||||
color: #fff !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
|
|
Loading…
Reference in a new issue