Added wofi styling

This commit is contained in:
Alexey 2025-01-22 18:18:24 +03:00
commit cbf7a37144
2 changed files with 29 additions and 0 deletions

6
wofi/config Normal file
View file

@ -0,0 +1,6 @@
width=15%
height=1028
location=left
insensitive=true
x=8
prompt=Search

23
wofi/style.css Normal file
View file

@ -0,0 +1,23 @@
#expander-box, #window, #input {
background-color: rgba(44, 37, 46, 0.7);
border-radius: 0;
color: white;
font-family: SourceCodePro;
font-size: 11pt;
}
#window, #input {
border: 2px solid #81a1c1;
}
#expander-box {
padding-left: 2px;
padding-right: 2px;
}
#entry:selected {
background-color: #2c3746;
border-top: 2px solid #eceff4;
border-bottom: 2px solid #eceff4;
border-radius: 0;
}