diff options
| author | ryukamish <[email protected]> | 2026-07-09 16:54:00 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-09 16:54:00 +0530 |
| commit | 673d7dd3e142aa9a687d8867f9baf5f8581fc7c9 (patch) | |
| tree | 3be91ab323fdc1cf66eb8f77654d946cde3fc04e /.config/waybar/style.css | |
| parent | 83125e636d5ee71d20c6eb8df72e76dd80c7d985 (diff) | |
more icons and cleanup with drawer modules
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 18dbe68..21487b3 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -8,7 +8,6 @@ window#waybar { background-color: #0a0a0a; - /* color: #ffffff; */ } #workspaces button { @@ -21,7 +20,6 @@ window#waybar { } #workspaces button.focused { - /* background-color: #7fc8ff; */ color: #7fc8ff; border-radius: 0; border-bottom: solid 2px; @@ -35,14 +33,16 @@ window#waybar { #clock, #battery, #window, +#backlight, +/* Custom modules */ #custom-vpn, -#custom-brightness, +#custom-brightness-icon, #memory, #network, #mpris, #bluetooth, #pulseaudio, -#tray { +#tray-group { padding: 0 8px; } |
