From c50f56005167bb6ec8c48cd1c03a097acc57cfd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 28 Apr 2024 23:07:12 +0200 Subject: [PATCH] Home Gen157 @ 2024-04-28-23:07 --- home/jonas/wofi/config.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/jonas/wofi/config.nix b/home/jonas/wofi/config.nix index 8f157f0..bf6b1ce 100644 --- a/home/jonas/wofi/config.nix +++ b/home/jonas/wofi/config.nix @@ -12,8 +12,9 @@ programs.wofi.style = '' window { - background-color: #3B425299; + /* background-color: #3B425299; */ border-radius = 10px; + background-color: transparent; } #input { @@ -25,7 +26,8 @@ } #inner-box { - background-color: #383C4A99; + /* background-color: #383C4A99; */ + background-color: transparent; } #outer-box {