From e777887fbe940831b9473b7faedee23aed442c94 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 7 Oct 2024 16:17:34 +0200 Subject: [PATCH] :wrench: update wofi-config Signed-off-by: SindreKjelsrud --- .config/wofi/config | 17 ++++++++++-- .config/wofi/style.css | 59 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 2 deletions(-) diff --git a/.config/wofi/config b/.config/wofi/config index f4df381..86ade55 100644 --- a/.config/wofi/config +++ b/.config/wofi/config @@ -1,4 +1,17 @@ no_actions=true # removes dropdown menu -prompt= normal_window=true -no_actions=true +width=500 +x=10 +y=10 +location=top_left +show=drun +prompt=Search... +filter_rate=100 +allow_markup=true +halign=fill +orientation=vertical +content_halign=fill +insensitive=true +allow_images=true +image_size=50 +gtk_dark=true diff --git a/.config/wofi/style.css b/.config/wofi/style.css index e699153..dfc811e 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -1 +1,60 @@ @import '/home/sid/.config/wofi/catppuccin.css'; + +window { + border: 2px solid #cba6f7; + background-color: #1e1e2e; + border-radius: 20px; + font-family: "JetBrains Mono Nerd Font"; +} + +#input { + padding: 4px 10px; + margin: 4px; + border: none; + color: #cdd6f4; + background-color: #313244; + outline: none; +} + +#inner-box { + margin: 4px; + border: 0px solid; + background-color: rgba(0, 0, 0, 0.0); + border-radius: 8px; +} + +#outer-box { + margin: 14px; + border: none; + border-radius: 8px; + background-color: rgba(0, 0, 0, 0.0); +} + +#scroll { + margin: 0px; + border: none; +} + +#text { + margin-left: 8px; +} + +#text:selected { + color: #cdd6f4; + border: none; + border-radius: 8px; +} + +#entry { + margin: 0px 0px; + border: none; + border-radius: 0px; + background-color: transparent; +} + +#entry:selected { + margin: 0px 0px; + border: none; + border-radius: 8px; + background-color: #585b70; +}