mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-07-30 16:49:31 -04:00
update:fuzzel
This commit is contained in:
21
fuzzel/fuzzel.ini
Normal file
21
fuzzel/fuzzel.ini
Normal 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
|
@ -4,7 +4,7 @@
|
|||||||
$browser = floorp
|
$browser = floorp
|
||||||
$filemanager = nemo
|
$filemanager = nemo
|
||||||
#$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
|
#$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
|
||||||
$applauncher = wofi
|
$applauncher = fuzzel
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
#$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
|
#$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
|
||||||
$capturing = grim -g "$(slurp)" - | swappy -f -
|
$capturing = grim -g "$(slurp)" - | swappy -f -
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
allow_images=true
|
|
||||||
hide_scroll=true
|
|
||||||
no_actions=false
|
|
||||||
term=alacritty
|
|
||||||
mode=drun
|
|
||||||
--show
|
|
@ -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;
|
|
||||||
}
|
|
Reference in New Issue
Block a user