From 859e6e0bb9746e4bb7acee59853363d513453780 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 3 Jan 2026 20:11:04 -0500 Subject: fix wofi, and switch back to it --- home/apps/wofi/style.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/apps/wofi/style.nix') diff --git a/home/apps/wofi/style.nix b/home/apps/wofi/style.nix index 75a0a21..8d1fb75 100644 --- a/home/apps/wofi/style.nix +++ b/home/apps/wofi/style.nix @@ -18,7 +18,7 @@ in '' /* Window */ window { margin: 0px; - border: ${borderWidth} solid ${primary}; + border: none; border-radius: ${outerRadius}; background-color: ${base}; } -- cgit v1.2.3-freya