From 7e751fa1903aa236f97f12f39a9614fee6b2a2b9 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 2 Jun 2025 21:43:29 +0800 Subject: [PATCH] feat(waybar): add bottom padding --- modules/home/desktop/status-bar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/desktop/status-bar/default.nix b/modules/home/desktop/status-bar/default.nix index cc137ee..784591a 100644 --- a/modules/home/desktop/status-bar/default.nix +++ b/modules/home/desktop/status-bar/default.nix @@ -36,6 +36,7 @@ #battery, #clock { padding-top: 5px; + padding-bottom: 5px; padding-right: 5px; color: #ffffff; }