разобрался с этой гавной

This commit is contained in:
2025-05-24 11:43:44 +03:00
parent f7a85b3d73
commit 4299b4b99a
29 changed files with 1219 additions and 1 deletions

13
wofi/config Normal file
View File

@@ -0,0 +1,13 @@
[config]
allow_images=true
width=700
show=drun
prompt=Search
height=400
term=kitty
hide_scroll=true
print_command=true
insensitive=true
columns=1
no_actions=true
image_size=30

40
wofi/style.css Normal file
View File

@@ -0,0 +1,40 @@
@import url(".cache/wal/colors-waybar.css");
* {
all:unset;
font-family: MonaspiceAr Nerd Font Mono, monospace;
font-weight: 600;
font-size: 18px;
}
window {
all:unset;
background: alpha(@background, 0.7);
border: 2px solid @color1;
border-radius: 4px;
}
#text {
margin: 5px;
}
#entry {
padding: 4px;
}
#entry:selected {
background: @color1;
border-radius: 4px;
}
#input * {
padding: 10px;
border: none;
outline: none;
}
#scroll {
margin: 0px;
padding: 10px;
border: none;
}