add old dotfiles (probably gonna rewrite them anyways but will be enough for now)

This commit is contained in:
smayzy
2025-06-18 18:31:59 +02:00
parent 7261502a3c
commit 31ddf52257
191 changed files with 1669 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
width=33%
height=300
lines=6
mode=drun
filter_rate=100
matching=contains
insensitive=true
term=kitty
allow_images=true
parse_search=true
allow_markup=true
dmenu-parse_action=true
drun-display_generic=true
key_down=Tab
key_expand=Right
key_forward=Down
+65
View File
@@ -0,0 +1,65 @@
window {
margin: 5px;
background-color: #181926;
opacity: 0.9;
border-radius: 10;
}
#outer-box {
margin: 5px;
/* border: 2px solid @maroon; */
background-color: #1e2030;
border-radius: 10;
}
#input {
margin: 2px;
border: 2px solid #b7bdf8;
background-color: #363a4f;
color: #f8f8f2;
font-size: 18px;
}
#inner-box {
/* margin: 5px; */
background-color: #24273a;
}
#scroll {
margin: 2px;
border: 2px solid #f5bde6;
background-color: #24273a;
font-size: 16px;
color: #f8f8f2;
border-radius: 10;
}
#scroll label {
margin: 2px 0px;
}
#entry {
margin: 0px 2px;
background-color: #24273a;
border: 2px;
}
#entry:selected {
background-color: #494d64;
/* border: 2px solid @mauve; */
}
#img {
margin: 5px;
}
#img:selected {
background-color: #494d64;
}
#text {
margin: 5px;
border: none;
color: @text;
}
#text:selected {
background-color: #494d64;
}