mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-27 19:44:41 +02:00
[wofi] replace rofi with wofi in sway
This commit is contained in:
parent
e4726c9174
commit
72acfd474b
4 changed files with 55 additions and 3 deletions
27
wofi/style.css
Normal file
27
wofi/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue