diff options
author | sils <sils@sils.li> | 2023-09-14 18:33:16 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-09-14 18:33:16 +0200 |
commit | 2785a9b6ada7aa8e660152dccde74798e154ceff (patch) | |
tree | 3fef7b200d62c18839b3e56cc23350c1d3b20e63 | |
parent | feat(u/sils/waybar): change complete config and style (diff) | |
download | nix-config-2785a9b6ada7aa8e660152dccde74798e154ceff.tar.gz nix-config-2785a9b6ada7aa8e660152dccde74798e154ceff.zip |
feat(u/sils/waybar): improve space usage
-rw-r--r-- | users/sils/waybar/style.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/users/sils/waybar/style.css b/users/sils/waybar/style.css index 4fcb40e..cdd2636 100644 --- a/users/sils/waybar/style.css +++ b/users/sils/waybar/style.css @@ -38,19 +38,19 @@ * { font-family: FantasqueSansMono Nerd Font; - font-size: 10px; + font-size: 20px; min-height: 0; } window#waybar { - background: transparent; + background-color: @surface0; } #workspaces { border-radius: 1rem; - background-color: @surface0; margin-top: 1rem; margin: 7px 3px 0px 7px; + font-size: 10px; } #workspaces button { @@ -60,7 +60,6 @@ window#waybar { margin: 5px 0; box-shadow: inset 0 -3px transparent; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.68); - background-color: transparent; } #workspaces button.active { @@ -81,9 +80,9 @@ window#waybar { #pulseaudio, #custom-lock, #custom-power { - background-color: @surface0; - margin: 7px 3px 0px 7px; - padding: 10px 5px 10px 5px; + background-color: transparent; + margin: 10px 0px 0px 10px; + padding: 5px 5px 5px 55px; border-radius: 1rem; } |