diff options
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 74 |
1 files changed, 50 insertions, 24 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index d121dce..81a05be 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -4,34 +4,66 @@ font-size: 0.9rem; } + + widget button { padding: 0; border: none; color: inherit; } -#workspaces { - border: 1px solid rgba(255, 255, 255, 0.25); + + +.modules-center { + padding: 5px 0; +} + + + +.modules-right label, +.modules-right box { + padding: 0 10px; +} + +.modules-right widget:nth-child(odd) label, +.modules-right widget:nth-child(odd) box { + background: rgba(255, 255, 255, 0.2); } + +.modules-right widget:nth-child(even) label, +.modules-right widget:nth-child(even) box { + background: rgba(255, 255, 255, 0.25); +} + + + #workspaces button { color: #fff; - padding: 0; + padding: 0 0.35rem; border-radius: 0; min-height: 0; - min-width: 25px; - font-size: 0.75rem; + font-size: 0.7rem; + background: rgba(85, 85, 85, 0.5); + border: 0.5px solid transparent; +} + +#workspaces button.visible { + background: rgba(51, 51, 51, 0.5); } -#workspaces button.focused { + +#workspaces button.visible.focused { background: rgba(0, 0, 0, 0.8); + border-top-color: #fff; } + #workspaces button:hover { box-shadow: none; - border: inherit; + border-color: #fff; + border-width: 0.5px; background: inherit; + font-weight: inherit; } -#workspaces button + button { - border-left: 1px solid rgba(255, 255, 255, 0.25); -} + #mode { border-bottom: 1px solid #fff; @@ -40,23 +72,17 @@ widget button { padding: 0 5px; } -.modules-center { - padding: 5px 0; -} -.modules-right label, -.modules-right box { - padding: 0 10px; -} -.modules-right widget:nth-child(odd) label, -.modules-right widget:nth-child(odd) box { - background: rgba(255, 255, 255, 0.2); -} -.modules-right widget:nth-child(even) label, -.modules-right widget:nth-child(even) box { - background: rgba(255, 255, 255, 0.25); +#custom-workspace-add { + padding: 0 0.5rem; } + #tray widget + widget image { margin-left: 5px; } + + +#pulseaudio.muted { + text-decoration: line-through; +} |