Added wofi style and config

This commit is contained in:
duma97
2025-11-15 12:52:25 +04:00
parent 6a8c7e4423
commit 39620b0df1
2 changed files with 69 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
width=600
height=400
location=center
show=drun
prompt=Search Apps
filter_rate=100
allow_markup=true
no_actions=true
halign=fill
orientation=vertical
content_halign=fill
insensitive=true
allow_images=true
image_size=32
+55
View File
@@ -0,0 +1,55 @@
* {
font-family: "CodeNewRoman Nerd Font Propo";
font-size: 14px;
}
window {
margin: 0px;
border: 3px solid #89b4fa;
background-color: #1e1e2e;
border-radius: 15px;
}
#input {
margin: 10px;
padding: 8px 15px;
border: none;
color: #cdd6f4;
background-color: #313244;
border-radius: 10px;
}
#inner-box {
margin: 5px;
padding: 10px;
background-color: transparent;
}
#outer-box {
margin: 5px;
padding: 5px;
background-color: transparent;
}
#scroll {
margin: 0px;
border: none;
}
#entry {
padding: 5px;
border-radius: 8px;
}
#entry:selected {
background-color: #89b4fa;
color: #1e1e2e;
}
#text {
color: #cdd6f4;
}
#text:selected {
color: #1e1e2e;
}