Add wofi config
This is using Solarized colors and application icons.
This commit is contained in:
parent
6d13dec3e3
commit
7e00ab4d31
17
wofi/config
Normal file
17
wofi/config
Normal 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
|
33
wofi/style.css
Normal file
33
wofi/style.css
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
window {
|
||||||
|
border: 2px solid #2aa198;
|
||||||
|
border-radius: 12px;
|
||||||
|
background-color: rgba(4, 30, 37, 0.88);
|
||||||
|
}
|
||||||
|
|
||||||
|
#input {
|
||||||
|
color: #859900;
|
||||||
|
border: 2px solid #2aa198;
|
||||||
|
border-radius: 12px;
|
||||||
|
background-color: rgba(4, 30, 37, 0.88);
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#outer-box {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll {
|
||||||
|
margin: 5px 0px;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #859900;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll label {
|
||||||
|
margin: 1px 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #d33682;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user