From 2a2b673901619308c177685dd059fff85ac714c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 2 Feb 2026 12:15:55 +0100 Subject: [PATCH] feat(sway): add swayfx theming --- sway/config.d/41-theme-swayfx.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sway/config.d/41-theme-swayfx.conf diff --git a/sway/config.d/41-theme-swayfx.conf b/sway/config.d/41-theme-swayfx.conf new file mode 100644 index 0000000..0d134b5 --- /dev/null +++ b/sway/config.d/41-theme-swayfx.conf @@ -0,0 +1,11 @@ +gaps outer 6 +gaps inner 6 +gaps top 1 + +corner_radius 7 + +shadows enable +shadow_blur_radius 25 +shadow_color #0000007F +shadow_offset 0 5 +blur enable