From eff6b82f1f8f7e8b5245f18e2967ba47334ddf8e Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 11 Feb 2025 17:54:18 +0100 Subject: [PATCH] Updated config --- .config/hypr/general.conf | 2 -- .config/waybar/style.css | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/hypr/general.conf b/.config/hypr/general.conf index 34605e9..3ac6033 100644 --- a/.config/hypr/general.conf +++ b/.config/hypr/general.conf @@ -14,8 +14,6 @@ decoration { blur { enabled = true - size = 3 - passes = 6 } shadow { diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 24ff5f0..0f421e2 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -22,10 +22,14 @@ } #workspaces button { - color: rgba(255, 255, 255, 0.2); + color: rgba(255, 255, 255, 0.1); padding: 4px; } +#workspaces button.empty { + color: transparent; +} + #workspaces button.active { color: rgba(255, 255, 255, 0.75); } \ No newline at end of file