wofi config

This commit is contained in:
2026-08-02 15:36:32 -05:00
parent 50903ca199
commit 63ca0948bd
5 changed files with 162 additions and 51 deletions
+26
View File
@@ -0,0 +1,26 @@
#f2d5cf
#eebebe
#f4b8e4
#ca9ee6
#e78284
#ea999c
#ef9f76
#e5c890
#a6d189
#81c8be
#99d1db
#85c1dc
#8caaee
#babbf1
#c6d0f5
#b5bfe2
#a5adce
#949cbb
#838ba7
#737994
#626880
#51576d
#414559
#303446
#292c3c
#232634
+3
View File
@@ -0,0 +1,3 @@
style=/home/roy/.config/wofi/style.css
color=/home/roy/.config/wofi/colors
key_expand=space
+62
View File
@@ -0,0 +1,62 @@
* {
font-family: "JetBrainsMono Nerd Font", monospace;
font-size: 14px;
}
window {
margin: 0;
padding: 12px;
border: 2px solid #8caaee;
border-radius: 10px;
background-color: #303446;
color: #c6d0f5;
}
#outer-box {
margin: 0;
padding: 0;
}
#input {
margin-bottom: 10px;
padding: 8px 10px;
border: none;
border-radius: 8px;
background-color: #414559;
color: #c6d0f5;
}
#input:focus {
outline: none;
box-shadow: none;
}
#scroll {
margin: 0;
}
#inner-box {
margin: 0;
}
#entry {
padding: 8px 10px;
border-radius: 6px;
background: transparent;
}
#entry:selected {
background-color: #51576d;
}
#text {
color: #c6d0f5;
}
#entry:selected #text {
color: #8caaee;
}
#img {
margin-right: 8px;
}