From f0fd0f9df87943e1107590f54eb9fa14a5986e14 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 7 Sep 2025 17:55:05 +0530 Subject: wofi --- wofi/config | 7 +++++++ wofi/style.css | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 wofi/config create mode 100644 wofi/style.css (limited to 'wofi') diff --git a/wofi/config b/wofi/config new file mode 100644 index 0000000..6e48624 --- /dev/null +++ b/wofi/config @@ -0,0 +1,7 @@ +show=drun +allow_images=true +lines=10 +width=600 +prompt=Search... +hide_scroll=true +term=foot diff --git a/wofi/style.css b/wofi/style.css new file mode 100644 index 0000000..4911161 --- /dev/null +++ b/wofi/style.css @@ -0,0 +1,29 @@ +window { + margin: 0px; + border: 2px solid #89b4fa; + background-color: #1e1e2e; + border-radius: 10px; +} + +#input { + margin: 5px; + border: none; + padding: 8px; + color: #cdd6f4; + background-color: #313244; + border-radius: 8px; +} + +#inner-box { + margin: 5px; +} + +#entry { + padding: 5px; + border-radius: 6px; +} + +#entry:selected { + background-color: #89b4fa; + color: #1e1e2e; +} -- cgit v1.2.3