From 80c7581493dec7db85c7ca333b35ff03fc13f33c Mon Sep 17 00:00:00 2001 From: dichgrem Date: Sat, 19 Jul 2025 14:37:53 +0800 Subject: [PATCH] update:fuzzel --- fuzzel/fuzzel.ini | 21 ++++++++++++++++++ hypr/config/defaults.conf | 2 +- wofi/config | 6 ----- wofi/style.css | 46 --------------------------------------- 4 files changed, 22 insertions(+), 53 deletions(-) create mode 100644 fuzzel/fuzzel.ini delete mode 100644 wofi/config delete mode 100644 wofi/style.css diff --git a/fuzzel/fuzzel.ini b/fuzzel/fuzzel.ini new file mode 100644 index 0000000..11827b5 --- /dev/null +++ b/fuzzel/fuzzel.ini @@ -0,0 +1,21 @@ +[colors] +background=1e1e2edd +text=cdd6f4ff +prompt=bac2deff +placeholder=7f849cff +input=cdd6f4ff +match=b4befeff +selection=585b70ff +selection-text=cdd6f4ff +selection-match=b4befeff +counter=7f849cff +border=b4befeff + +[main] +font=Sarasa Gothic SC:size=18 +icon-theme=Papirus-Dark +icons-enabled=no +delayed-filter-ms=0 +delayed-filter-limit=0 +lines=10 +sort-result=yes diff --git a/hypr/config/defaults.conf b/hypr/config/defaults.conf index f4ea5f1..d054c43 100644 --- a/hypr/config/defaults.conf +++ b/hypr/config/defaults.conf @@ -4,7 +4,7 @@ $browser = floorp $filemanager = nemo #$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run -$applauncher = wofi +$applauncher = fuzzel $terminal = alacritty #$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000' $capturing = grim -g "$(slurp)" - | swappy -f - diff --git a/wofi/config b/wofi/config deleted file mode 100644 index 772db93..0000000 --- a/wofi/config +++ /dev/null @@ -1,6 +0,0 @@ -allow_images=true -hide_scroll=true -no_actions=false -term=alacritty -mode=drun ---show diff --git a/wofi/style.css b/wofi/style.css deleted file mode 100644 index 6fde282..0000000 --- a/wofi/style.css +++ /dev/null @@ -1,46 +0,0 @@ -* { - font-family: "Hack", monospace; -} - -window { - background-color: #3B4252; -} - -#input { - margin: 5px; - border-radius: 0px; - border: none; - background-color: #3B4252; - color: white; -} - -#inner-box { - background-color: #383C4A; -} - -#outer-box { - margin: 2px; - padding: 10px; - background-color: #383C4A; -} - -#scroll { - margin: 5px; -} - -#text { - padding: 4px; - color: white; -} - -#entry:nth-child(even){ - background-color: #404552; -} - -#entry:selected { - background-color: #4C566A; -} - -#text:selected { - background: transparent; -}