diff options
Diffstat (limited to 'waybar')
| -rw-r--r-- | waybar/config | 8 | ||||
| -rw-r--r-- | waybar/style.css | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/waybar/config b/waybar/config index a4c5d89..ba79511 100644 --- a/waybar/config +++ b/waybar/config @@ -1,4 +1,9 @@ { + + "start_hidden": false, + "ipc": true, + "on-sigusr1": "hide", + "on-sigusr2": "show", "layer": "top", "position": "top", "modules-left": [ @@ -13,7 +18,6 @@ "tray", "wireplumber", "network", - "backlight", "clock", "battery", ], @@ -26,8 +30,6 @@ "format": "{name}", "persistent-workspaces": { "1": [], - "2": [], - "3": [] } }, "hyprland/window": { diff --git a/waybar/style.css b/waybar/style.css index 5e1e949..75ed6c9 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -117,3 +117,10 @@ window#waybar.empty #window { padding: 8px; margin: 4px 0; } + +#tray { + background-color: #6b6b6b; + color: #bababa; + padding: 8px; + margin: 4px 0; +} |
