diff options
Diffstat (limited to 'users/tazjin/dotfiles/waybar/style.css')
-rw-r--r-- | users/tazjin/dotfiles/waybar/style.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/users/tazjin/dotfiles/waybar/style.css b/users/tazjin/dotfiles/waybar/style.css index 5591545085a6..319ef695e23e 100644 --- a/users/tazjin/dotfiles/waybar/style.css +++ b/users/tazjin/dotfiles/waybar/style.css @@ -77,8 +77,23 @@ button:hover { margin: 0 4px; } +#custom-start { + padding-bottom: 1px; + margin-right: 1px; +} + +/* pop out left "modules" (start button) */ +.modules-left { + margin: 3px; + border-right: 1px solid gray; + border-bottom: 1px solid gray; + border-left: 1px solid white; + border-top: 1px solid white; + font-weight: bold; +} + /* indent right modules like in the original */ -.modules-right, .modules-left { +.modules-right { margin: 3px; border-top: 1px solid gray; border-left: 1px solid gray; |