From 2d21f8e66f88fc6d45d64c0b111f9ad9d0e1518d Mon Sep 17 00:00:00 2001 From: John Mertz Date: Mon, 5 Sep 2022 12:34:15 -0600 Subject: [PATCH] Shrink bar height a bit --- waybar/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/waybar/style.css b/waybar/style.css index 85c7889cd..be360eacc 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -40,18 +40,19 @@ * { font-family: "Anonymous Pro", "Font Awesome 5 Brands", "Font Awesome 5 Free", Monospace; - font-size: 24px; + font-size: 20px; min-height: 0; } window#waybar.window { - font-size: 12px; + font-size: 20px; } window#waybar { + margin: -5px; border-radius: 30px; border: solid 2px @fg; - font-size: 12px; + font-size: 20px; background-color: @bg; animation-name: fadeIn; animation-duration: 1s; @@ -76,7 +77,7 @@ window#waybar { } #window { - padding: 10px; + padding: 5px; } /* Workspaces */ @@ -222,7 +223,7 @@ window#waybar { /* Todo-txt */ #custom-todo { - font-size: 40px; + font-size: 20px; margin-top: -13px; margin-bottom: -10px; margin-left: -8px; @@ -232,7 +233,7 @@ window#waybar { /* On-Screen Keyboard */ #custom-osk { - font-size: 50px; + font-size: 30px; margin-top: -13px; margin-bottom: -15px; }