From fe479544e422b27773da087892feb3e45a1650c2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 9 Feb 2024 08:32:59 +0000 Subject: [PATCH] Tweak border rounding --- home/hyprland/default.nix | 2 +- home/rofi/default.nix | 2 +- home/swaync/default.nix | 12 ++++++------ home/waybar/default.mustache | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 7d736173..7460ef86 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -143,7 +143,7 @@ layout = "dwindle"; }; decoration = with config.lib.stylix.colors; { - rounding = 10; + rounding = 5; "col.shadow" = "rgba(0d${base00})"; drop_shadow = "yes"; shadow_ignore_window = true; diff --git a/home/rofi/default.nix b/home/rofi/default.nix index 2c1185dc..6718d2e4 100644 --- a/home/rofi/default.nix +++ b/home/rofi/default.nix @@ -52,7 +52,7 @@ width = mkLiteral "75%"; border = mkLiteral "1px"; border-color = border; - border-radius = mkLiteral "10px"; + border-radius = mkLiteral "5px"; background-color = bg; }; diff --git a/home/swaync/default.nix b/home/swaync/default.nix index c8b8c41a..6cad6457 100644 --- a/home/swaync/default.nix +++ b/home/swaync/default.nix @@ -8,7 +8,7 @@ } .floating-notifications.background .notification-row .notification-background { - border-radius: 10px; + border-radius: 5px; border: 1px solid ${withHashtag.magenta}; margin: 18px; background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5); @@ -21,7 +21,7 @@ .notification-background .notification { padding: 7px; - border-radius: 10px; + border-radius: 5px; } .floating-notifications.background @@ -75,7 +75,7 @@ > *:last-child > * .notification-action { - border-radius: 10px; + border-radius: 5px; background-color: ${withHashtag.base01}; color: ${withHashtag.base05}; margin: 7px; @@ -109,7 +109,7 @@ .close-button { margin: 7px; padding: 2px; - border-radius: 10px; + border-radius: 5px; background-color: ${withHashtag.red}; color: ${withHashtag.base00}; } @@ -131,7 +131,7 @@ } .control-center { - border-radius: 10px; + border-radius: 5px; border: 1px solid ${withHashtag.magenta}; margin: 18px; background-color: rgba(${base00-rgb-r}, ${base00-rgb-g}, ${base00-rgb-b}, 0.5); @@ -162,7 +162,7 @@ } .control-center .notification-row .notification-background { - border-radius: 10px; + border-radius: 5px; background-color: ${withHashtag.base01}; color: ${withHashtag.base05}; margin-top: 14px; diff --git a/home/waybar/default.mustache b/home/waybar/default.mustache index e7bdbb57..c34f0f1c 100644 --- a/home/waybar/default.mustache +++ b/home/waybar/default.mustache @@ -42,7 +42,7 @@ window > box { margin: 10px 10px 0px; padding: 0px; border: 1px solid @base0E; - border-radius: 10px; + border-radius: 5px; } tooltip {