From 1a154850ce69f7a9986ad09f1cc0554b14bf3342 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:32:52 +0200 Subject: [PATCH] better --- home-manager/config.kdl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home-manager/config.kdl b/home-manager/config.kdl index 6cd90ac..e03db28 100644 --- a/home-manager/config.kdl +++ b/home-manager/config.kdl @@ -157,7 +157,7 @@ layout { // - CSS-like notation: "rgb(255, 127, 0)", rgba(), hsl() and a few others. // Color of the ring on the active monitor. - active-color "#7fc8ff" + active-color "#db88c5" // Color of the ring on inactive monitors. inactive-color "#505050" @@ -195,7 +195,7 @@ layout { // You can enable drop shadows for windows. shadow { // Uncomment the next line to enable shadows. - // on + on // By default, the shadow draws only around its window, and not behind it. // Uncomment this setting to make the shadow draw behind its window. @@ -211,7 +211,7 @@ layout { // window. These will also remove client-side shadows if the window // draws any. // - // draw-behind-window true + draw-behind-window true // You can change how shadows look. The values below are in logical // pixels and match the CSS box-shadow properties. @@ -319,8 +319,8 @@ window-rule { // Example: enable rounded corners for all windows. // (This example rule is commented out with a "/-" in front.) -/-window-rule { - geometry-corner-radius 12 +window-rule { + geometry-corner-radius 8 clip-to-geometry true }