From 534097ff538beb4a4c31717768b96494ba84078f Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 23 Dec 2024 14:46:33 -0500 Subject: [PATCH] waybar/swaync: disable border Signed-off-by: Myned --- options/custom/programs/waybar/style.css | 2 +- options/custom/services/swaync/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/programs/waybar/style.css b/options/custom/programs/waybar/style.css index bf23a0a..aae09a2 100644 --- a/options/custom/programs/waybar/style.css +++ b/options/custom/programs/waybar/style.css @@ -42,7 +42,7 @@ tooltip label { .horizontal > box { background: #002b36; - border: 2px #586e75 solid; + /* border: 2px #586e75 solid; */ padding: 4px; } diff --git a/options/custom/services/swaync/style.css b/options/custom/services/swaync/style.css index a8c6f24..6b6faa9 100644 --- a/options/custom/services/swaync/style.css +++ b/options/custom/services/swaync/style.css @@ -43,7 +43,7 @@ https://github.com/ErikReider/SwayNotificationCenter/blob/main/data/style/style. } .control-center { - border: 2px solid #073642; + /* border: 2px solid #073642; */ margin: 10px; /* Gap size */ padding: 16px; }