[wofi] replace rofi with wofi in sway

This commit is contained in:
Felix Buehler 2020-02-23 17:53:28 +01:00
parent e4726c9174
commit 72acfd474b
4 changed files with 55 additions and 3 deletions

27
wofi/style.css Normal file
View file

@ -0,0 +1,27 @@
/* https://cloudninja.pw/docs/wofi.html */
window {
border: 2px solid black;
background-color: #333333;
}
#input {
border: 2px solid black;
background-color: #555555;
font-size: 18px;
color: #fff
}
#outer-box {
margin: 10px;
}
#scroll {
margin: 5px 0px;
font-size: 16px;
color: #ccc;
}
#scroll label {
margin: 2px 0px;
}