diff --git a/dot_config/waybar/config b/dot_config/waybar/config index db9ca7e..e07fbfa 100644 --- a/dot_config/waybar/config +++ b/dot_config/waybar/config @@ -3,9 +3,9 @@ "position": "top", "height": 20, "spacing": 4, -// "mode": "dock", -// "margin-top": 5, -// "margin-bottom": 3, + "mode": "dock", + "margin-top": 0, + "margin-bottom": 0, // Choose the order of the modules "modules-left":[ "custom/launcher", "cpu", "memory", "custom/update"], diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index 49902b2..5a1328e 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -95,6 +95,7 @@ window#waybar.hidden { } #custom-power { + font-size: 17px; color: white; /* border-radius: 0px 20px 20px 0px;*/ } @@ -154,6 +155,7 @@ label:focus { } #pulseaudio { + font-size: 20px; color: white; } @@ -170,7 +172,7 @@ label:focus { #custom-launcher{ color: white; - font-size: 25px; + font-size: 20px; /* border-radius: 20px 0px 0px 20px;;*/ }