diff --git a/.config/waybar/style.css b/.config/waybar/style.css index b58c14b..a0c3fde 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -4,14 +4,14 @@ border: none; margin: 0; color: @foreground; - font-family: 'Source Code Pro'; + font-family: 'Space Mono'; text-shadow: 0 0 2px @background; font-weight: bold; font-size: 16px; } window { - background: transparent; + background-color: alpha(@background, 0.8); } .modules-right, .modules-center, .modules-left { @@ -25,7 +25,7 @@ window { margin: 0; font-weight:bold; /*background-color: alpha(@background, 1.0);*/ - background-color: alpha(@background, 0.8); + background: transparent; color: alpha(@foreground, 1.0); } @@ -67,18 +67,18 @@ window { #clock { background-color: alpha(@background, 0.8); + background: transparent; padding: 0 20px 5px 20px; margin: 0; font-size: 20px; - border-radius: 0 0 10px 10px; } #workspaces *:last-child { - border-bottom-right-radius: 10px; + border-bottom-right-radius: 0px; } .modules-right > *:first-child > * { - border-bottom-left-radius: 10px; + border-bottom-left-radius: 0px; } .modules-right > *:nth-child(1) > * {