From 2d45118e44d279a43e6532d04bdb3fcd32b9f602 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Thu, 22 Feb 2024 23:48:41 +0330 Subject: [PATCH] fix: waybar workspaces icon padding --- hyprland/.config/waybar/river/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 442b497..cb954e4 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -30,6 +30,7 @@ window#waybar.hidden { #workspaces button { opacity: 0.2; + padding: 0px 6px; transition: all 0.4s cubic-bezier(0.55, -0.68, 0.48, 1.682); font-size: 12px; }