This commit is contained in:
Lukian 2024-09-25 10:35:01 +02:00
parent 9803bb3037
commit cd87fb4bf4
14 changed files with 0 additions and 0 deletions

1
.config/wofi/config Normal file
View file

@ -0,0 +1 @@
hide_scroll=true

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

@ -0,0 +1,46 @@
window {
margin: 5px;
background-color: #32312e;
border-radius: 50px;
opacity: 1;
}
#input {
margin: 20px;
background-color: black;
border-radius: 25px;
padding: 10px;
color: white;
}
#inner-box {
margin: 5px;
}
#outer-box {
margin: 20px;
}
#scroll {
margin: 20px;
border-radius: 25px;
}
#entry {
background-color: #FFD300;
border-radius: 25px;
margin: 15px 0px;
padding: 10px;
}
#text {
margin: 5px;
}
#entry:selected {
background-color: #ffe566;
}
#text:selected {
color: black;
}