Initial config files
This commit is contained in:
13
.config/wofi/wofi/config
Normal file
13
.config/wofi/wofi/config
Normal file
@@ -0,0 +1,13 @@
|
||||
style=/home/jared-kling/.config/wofi/style.css
|
||||
xoffset=760
|
||||
yoffset=290
|
||||
show=drun
|
||||
width=400
|
||||
height=400
|
||||
always_parse_args=true
|
||||
show_all=true
|
||||
print_command=true
|
||||
layer=overlay
|
||||
insensitive=true
|
||||
prompt=
|
||||
content_halign=center
|
||||
3
.config/wofi/wofi/options_menu.css
Normal file
3
.config/wofi/wofi/options_menu.css
Normal file
@@ -0,0 +1,3 @@
|
||||
window {
|
||||
margin: 40px;
|
||||
}
|
||||
37
.config/wofi/wofi/style.css
Normal file
37
.config/wofi/wofi/style.css
Normal file
@@ -0,0 +1,37 @@
|
||||
window {
|
||||
border: 2px solid black;
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
#input {
|
||||
border: 2px solid black;
|
||||
background-color: #555555;
|
||||
font-size: 18px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#inner-box {}
|
||||
|
||||
#outer-box {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 5px 0px;
|
||||
font-size: 16px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#scroll label {
|
||||
margin: 2px 0px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
border-radius: 4px;
|
||||
background-color: rgb(105, 105, 105);
|
||||
color: black;
|
||||
}
|
||||
|
||||
#text {
|
||||
border: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user