update:fuzzel

This commit is contained in:
dichgrem
2025-07-19 14:37:53 +08:00
parent 846704dc0c
commit 80c7581493
4 changed files with 22 additions and 53 deletions

21
fuzzel/fuzzel.ini Normal file
View File

@ -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

View File

@ -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 -

View File

@ -1,6 +0,0 @@
allow_images=true
hide_scroll=true
no_actions=false
term=alacritty
mode=drun
--show

View File

@ -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;
}