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