diff --git a/modules/home/services/waybar.nix b/modules/home/services/waybar.nix index 6c2f675..5fdbae3 100644 --- a/modules/home/services/waybar.nix +++ b/modules/home/services/waybar.nix @@ -106,9 +106,17 @@ * { border: none; border-radius: 0px; - font-family: "Open Sans, Symbols Nerd Font Mono"; + font-family: "Open Sans", "Symbols Nerd Font Mono"; font-size: 15px; } + + .modules-left { + padding-left: 8px; + } + + .modules-right { + padding-right: 8px; + } ''; }; };