From 3995517e92263a995a28cb82e6cc8adb5ba9960b Mon Sep 17 00:00:00 2001 From: Szymon P Date: Mon, 22 Sep 2025 15:48:05 +0200 Subject: [PATCH] Update .config/waybar/config.jsonc Update .config/waybar/style.css --- private_dot_config/waybar/config.jsonc | 2 +- private_dot_config/waybar/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index 0ce7433..92d38a5 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -3,7 +3,7 @@ "layer": "top", // Waybar at top layer "position": "right", // Waybar position (top|bottom|left|right) "spacing": 4, // Gaps between modules (4px) - "width": 100, + "width": 80, "output": [ "DP-1", "eDP-1", diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index 01fede7..fb5a218 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -3,7 +3,7 @@ /* Global styles */ * { transition: 0.7s all ease-in-out; - font-size: 16px; + font-size: 14px; font-family: inherit; padding: 3px; margin: 1px 2px;