wofi menu config
This commit is contained in:
parent
f3e2b5c264
commit
8b7bb62372
16
rockethype/config/wofi/config
Normal file
16
rockethype/config/wofi/config
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
width=700
|
||||||
|
height=250
|
||||||
|
location=center
|
||||||
|
show=run
|
||||||
|
prompt=Search...
|
||||||
|
filter_rate=165
|
||||||
|
allow_markup=true
|
||||||
|
no_actions=true
|
||||||
|
halign=fill
|
||||||
|
orientation=vertical
|
||||||
|
content_halign=fill
|
||||||
|
insensitive=true
|
||||||
|
allow_images=true
|
||||||
|
image_size=32
|
||||||
|
gtk_dark=true
|
||||||
|
term=kitty
|
||||||
5
rockethype/config/wofi/menu.css
Normal file
5
rockethype/config/wofi/menu.css
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@import ".config/wofi/style.css";
|
||||||
|
window {
|
||||||
|
font-family: "JetBrains Mono";
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
64
rockethype/config/wofi/style.css
Normal file
64
rockethype/config/wofi/style.css
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
window {
|
||||||
|
margin: 0px;
|
||||||
|
border: 5px solid #202020;
|
||||||
|
background-color: #323232;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#input {
|
||||||
|
all: unset;
|
||||||
|
min-height: 36px;
|
||||||
|
padding: 4px 10px;
|
||||||
|
margin: 4px;
|
||||||
|
border: none;
|
||||||
|
color: #e2e0ec;
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: #272727;
|
||||||
|
outline: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
margin: 10px;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#inner-box {
|
||||||
|
margin: 4px;
|
||||||
|
padding: 10px;
|
||||||
|
font-weight: bold;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#outer-box {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 3px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
border: 5px solid #202020;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll {
|
||||||
|
margin-top: 5px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#text:selected {
|
||||||
|
color: #f1f0f5;
|
||||||
|
margin: 0px 0px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry {
|
||||||
|
margin: 0px 0px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
margin: 0px 0px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
background: linear-gradient(90deg, #E97193 0%, #e06c75 100%);
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user