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 {