diff --git a/home/jonas/wofi/config.nix b/home/jonas/wofi/config.nix index 21e49e8..e4c2282 100644 --- a/home/jonas/wofi/config.nix +++ b/home/jonas/wofi/config.nix @@ -12,7 +12,7 @@ }; programs.wofi.style = '' - #window { + .window { border-radius: 15px; /* border-image: linear-gradient(45deg, #33ccff, #00ff99); border-image-slice: 1; */ @@ -21,7 +21,7 @@ background-color: rgba(0.23, 0.26, 0.32, 0.6); background-clip: padding-box; } - /* #window::after { + .window::after { position: absolute; top: -2px; bottom: -2px; left: -2px; right: -2px; @@ -29,7 +29,7 @@ content: ""; z-index: -1; border-radius: 15px; - }*/ + } #input { margin: 5px;