Remove wofi config

I've been using fuzzel for a while now.
This commit is contained in:
2025-09-05 20:43:27 +03:00
parent 3633c35435
commit b9502a79f2
2 changed files with 0 additions and 77 deletions

View File

@@ -1,17 +0,0 @@
#show=drun
#filter_rate=100
#allow_markup=true
#no_actions=true
#halign=fill
#orientation=vertical
#content_halign=fill
#insensitive=true
allow_images=true
image_size=40
#width=300
#height=200
insensitive=true
mode=drun,run
columns=1
padding:5
lines=6

View File

@@ -1,60 +0,0 @@
/**
* Selenized dark variant Wofi Color theme
**/
window {
margin: 1px;
border: 1px solid #adbcbc;
background-color: #103c48;
}
#input {
margin: 1px;
border: 2px dashed #84c747;
border-top-color: #103c48;
border-left-color: #103c48;
border-right-color: #103c48;
border-bottom-color: #84c747;
background-color: #103c48;
color: #adbcbc;
font: 14px DejaVu Sans Mono;
}
#inner-box {
margin: 1px;
border: 2px none #103c48;
background-color: #103c48;
}
#outer-box {
margin: 1px;
border: 2px none #103c48;
background-color: #103c48;
}
#scroll {
margin: 1px;
border: 2px solid #103c48;
background-color: #103c48;
color: #adbcbc;
}
#text {
margin: 1px;
border: 1px none #103c48;
font: 14px DejaVu Sans Mono;
}
#selected {
margin: 0px;
border: 2px none #325b66;
background-color: #325b66;
color: #adbcbc;
}
#entry {
margin: 1px;
border: 1px none #103c48;
background-color: #103c48;
}