diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-14 20:05:28 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-14 20:05:28 -0400 |
commit | 652f8dc6159e34d85beab465dc6d2e8e116c5f4a (patch) | |
tree | 272a7b2f17774923e03a00369fcd8b13b9bee7a2 | |
parent | fix freyanet wg (diff) | |
download | dotfiles-nix-652f8dc6159e34d85beab465dc6d2e8e116c5f4a.tar.gz dotfiles-nix-652f8dc6159e34d85beab465dc6d2e8e116c5f4a.tar.bz2 dotfiles-nix-652f8dc6159e34d85beab465dc6d2e8e116c5f4a.zip |
update radius and border in options
-rw-r--r-- | options.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/options.nix b/options.nix index b8b454d..87f74b2 100644 --- a/options.nix +++ b/options.nix @@ -7,9 +7,10 @@ theme = rec { colors = (import ./nix/themes).catppuccin.mocha; + borderWidth = 2; opacity = 0.75; - outerRadius = 5; - innerRadius = 2; + outerRadius = 8; + innerRadius = 4; outerGap = 10; innerGap = 3; |