From 223bd8d63a21f1bf70ca670bf241f5eeecdd3e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sat, 9 Mar 2024 22:57:57 +0100 Subject: [PATCH] 146 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 * --- modules/home-manager/sway.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index b5c29e2..ad022a8 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -173,7 +173,8 @@ }; style = '' * { - border: none; + border: none solid none solid; + border-color: #ffffff; border-radius: 0; padding: 0; margin: 0; @@ -226,8 +227,6 @@ } #network { - border-style: none none none solid; - border-color: #313131; margin-right: 7px; } '';