From a4050689ff66a10750859640bc58a7d13c0b147a Mon Sep 17 00:00:00 2001 From: hesam-init Date: Thu, 15 Feb 2024 00:09:41 +0330 Subject: [PATCH] feat: rounding style --- hyprland/.config/hypr/conf/decorations/default.conf | 2 +- hyprland/.config/waybar/river/style.css | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hyprland/.config/hypr/conf/decorations/default.conf b/hyprland/.config/hypr/conf/decorations/default.conf index 4babd44..1f79e7b 100644 --- a/hyprland/.config/hypr/conf/decorations/default.conf +++ b/hyprland/.config/hypr/conf/decorations/default.conf @@ -4,7 +4,7 @@ # ----------------------------------------------------- decoration { - rounding = 10 + rounding = 8 blur { enabled = true diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 7102cac..baf887a 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -31,7 +31,6 @@ window#waybar.hidden { } #workspaces button.active { - opacity: 1; transition: all 0.5s cubic-bezier(0.55, -0.68, 0.48, 1.682); } @@ -198,7 +197,6 @@ window#waybar.hidden { } #idle_inhibitor.activated { - border-radius: 20px 0px 0px 20px; }