[WIP] Gentoo / Sway

This commit is contained in:
Damien Broqua 2021-01-06 08:41:25 +01:00
parent 9969d212cc
commit c97df6b70a
12 changed files with 385 additions and 51 deletions

8
config/wofi/config Normal file
View file

@ -0,0 +1,8 @@
show=run
term=termite
layer=overlay
always_parse_args=true
allow_images=true
image_size=16
width=25%
insensitive=true

49
config/wofi/style.css Normal file
View file

@ -0,0 +1,49 @@
* {
font-family: "Sarasa Term SC";
font-size: 18px;
}
window {
margin: 0px;
border: 2px solid #8fbcbb;
background-color: #2e3440;
border-radius: 16px;
}
#input {
margin: 5px;
color: #e5e9f0;
background-color: #2e3440;
border-radius: 16px;
}
#inner-box {
margin: 5px;
border: none;
background-color: #2e3440;
}
#outer-box {
margin: 5px;
border: none;
background-color: #2e3440;
border-radius: 16px;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #d8dee9;
}
#entry:selected {
font-weight: bold;
border-radius: 0;
outline: none;
background-color: #3b4252;
}