gentoo-sway #2
2 changed files with 18 additions and 18 deletions
|
@ -1,8 +1,10 @@
|
||||||
show=drun
|
show=drun
|
||||||
term=termite
|
term=termite
|
||||||
|
prompt=Looking for…
|
||||||
layer=overlay
|
layer=overlay
|
||||||
always_parse_args=true
|
always_parse_args=true
|
||||||
allow_images=true
|
allow_images=true
|
||||||
image_size=16
|
image_size=16
|
||||||
width=25%
|
width=25%
|
||||||
insensitive=true
|
insensitive=true
|
||||||
|
hide_scroll=true
|
||||||
|
|
|
@ -1,43 +1,40 @@
|
||||||
* {
|
* {
|
||||||
font-family: "Sarasa Term SC";
|
font-family: "DejaVu Sans Mono";
|
||||||
font-size: 18px;
|
font-size: 12px;
|
||||||
|
background-color: transparent;
|
||||||
|
color: rgba(0, 0, 0, 0.7);
|
||||||
|
border: none;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
border: 2px solid #8fbcbb;
|
border: 2px solid rgba(94, 129, 172, 0.6);
|
||||||
background-color: #2e3440;
|
background-color: rgba(46, 52, 64, 0.7);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
margin: 5px;
|
margin: 6px;
|
||||||
color: #e5e9f0;
|
color: #e5e9f0;
|
||||||
background-color: #2e3440;
|
background-color: rgba(94, 129, 172, 0.6);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner-box {
|
#inner-box {
|
||||||
margin: 5px;
|
margin: 6px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #2e3440;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
margin: 5px;
|
margin: 6px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #2e3440;
|
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
padding-bottom: 8px;
|
||||||
|
|
||||||
#scroll {
|
|
||||||
margin: 0px;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#text {
|
#text {
|
||||||
margin: 5px;
|
margin: 4px;
|
||||||
border: none;
|
|
||||||
color: #d8dee9;
|
color: #d8dee9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,5 +42,6 @@ window {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
background-color: #3b4252;
|
background-color: rgba(94, 129, 172, 0.5);
|
||||||
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue