hypr
This commit is contained in:
15
wofi/.config/wofi/config
Normal file
15
wofi/.config/wofi/config
Normal file
@@ -0,0 +1,15 @@
|
||||
show=drun
|
||||
width=45%
|
||||
height=40%
|
||||
prompt=Search...
|
||||
normal_window=true
|
||||
location=center
|
||||
gtk-dark=true
|
||||
allow_images=true
|
||||
image_size=32
|
||||
insensitive=true
|
||||
allow_markup=true
|
||||
no_actions=true
|
||||
orientation=vertical
|
||||
halign=fill
|
||||
content_halign=fill
|
46
wofi/.config/wofi/style.css
Normal file
46
wofi/.config/wofi/style.css
Normal file
@@ -0,0 +1,46 @@
|
||||
window {
|
||||
background-color: #1a1b26;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "Jetbrains Mono";
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
#input {
|
||||
background-color: #1a1b26;
|
||||
color: #c0caf5;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
font-size: 1rem;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 0.5rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
#img {
|
||||
margin: 10px 10px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #c0caf5;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: #1a1b26;
|
||||
}
|
||||
|
Reference in New Issue
Block a user