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