Add ~/.config/wofi

This commit is contained in:
2025-09-05 20:38:17 +03:00
parent a5effbe22d
commit 3633c35435
2 changed files with 77 additions and 0 deletions

17
dot_config/wofi/config Normal file
View File

@@ -0,0 +1,17 @@
#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

60
dot_config/wofi/style.css Normal file
View File

@@ -0,0 +1,60 @@
/**
* 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;
}