diff options
Diffstat (limited to 'waybar')
| -rw-r--r-- | waybar/config | 1 | ||||
| -rw-r--r-- | waybar/style.css | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/waybar/config b/waybar/config index 2909de5..7e2c713 100644 --- a/waybar/config +++ b/waybar/config @@ -2,6 +2,7 @@ "layer": "top", "spacing": 0, "margin": 0, + "reload_style_on_change": true, "fixed-center": false, "modules-left": ["clock", "network", "bluetooth", "backlight", "pulseaudio"], "modules-center": ["tray"], diff --git a/waybar/style.css b/waybar/style.css index 226ae92..33370ec 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -12,8 +12,7 @@ window#waybar { } #clock,#network,#bluetooth,#backlight,#pulseaudio, -#battery,#disk,#temperature,#memory,#cpu, -#tray { +#battery,#disk,#temperature,#memory,#cpu { padding-left: 3px; padding-right: 3px; border-color: #64645B; @@ -57,9 +56,6 @@ window#waybar { #cpu { background: #8D7C66; } -#tray { - background: #45453A; -} tooltip { background: #45453A; |
