pain and suffering
This commit is contained in:
commit
510db0f1d4
42 changed files with 2150 additions and 0 deletions
10
config/wofi/config
Normal file
10
config/wofi/config
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
location=middle
|
||||
show=drun
|
||||
width=650
|
||||
height=550
|
||||
always_parse_args=true
|
||||
show_all=true
|
||||
print_command=true
|
||||
layer=overlay
|
||||
insensitive=true
|
||||
prompt=
|
||||
8
config/wofi/config.screenshot
Normal file
8
config/wofi/config.screenshot
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
hide_search=true
|
||||
hide_scroll=true
|
||||
width=1
|
||||
show=dmenu
|
||||
lines=5
|
||||
location=centre
|
||||
x=870
|
||||
y=455
|
||||
51
config/wofi/style.css
Normal file
51
config/wofi/style.css
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
window {
|
||||
margin: 0px;
|
||||
background-color: #232136;
|
||||
border-radius: 0px;
|
||||
font-family:Symbols Nerd Font Mono;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 3px;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
border-radius: 0px;;
|
||||
color: #eb6f92;
|
||||
background-color: #232136;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 3px;
|
||||
border: none;
|
||||
color: #232136;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 8px;
|
||||
border: none;
|
||||
background-color: #232136;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #e0def4;
|
||||
}
|
||||
|
||||
#entry:selectd {
|
||||
color: #232136;
|
||||
border-radius: 0px;;
|
||||
background-color: #232136;
|
||||
}
|
||||
|
||||
#entry:selected * {
|
||||
color: #232136;
|
||||
border-radius: 0px;;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue