From 63b8bf23c63a380865b129b863acdcdbdc1559e3 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 22 Nov 2025 19:26:04 +0100 Subject: [PATCH] waybar: Add padding on sides --- modules/home/services/waybar.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; + } ''; }; };