updated dotfiles

This commit is contained in:
Jake Pullen
2025-05-07 07:15:53 +01:00
parent 33745682e9
commit c4a219212c
9 changed files with 502 additions and 19 deletions
+83
View File
@@ -0,0 +1,83 @@
configuration {
display-drun: "Applications:";
display-window: "Windows:";
drun-display-format: "{name}";
font: "Inconsolata Nerd Font Mono Regular 11";
modi: "drun";
show-icons: true;
icon-theme: "Papirus";
}
@theme "/dev/null"
* {
bg: #11121D00;
bg-alt: #444b6a;
bg-selected: #31324466;
fg: #FFFFFF;
fg-alt: #787c99;
border: 0;
margin: 0;
padding: 0;
spacing: 0;
}
window {
width:40%;
background-color: #0A0D0DB3 ;
}
element {
padding: 8 12;
background-color: transparent;
text-color: @fg-alt;
}
element selected {
text-color: @fg;
background-color: @bg-selected;
}
element-text {
background-color: transparent;
text-color: inherit;
vertical-align: 0.5;
}
element-icon {
size: 30;
padding: 0 10 0 0;
background-color: transparent;
}
entry {
padding: 12;
background-color: @bg-alt;
text-color: @fg;
}
inputbar {
children: [prompt, entry];
background-color: @bg;
}
listview {
background-color: @bg;
columns: 1;
lines: 8;
}
mainbox {
children: [inputbar, listview];
background-color: @bg;
}
prompt {
enabled: true;
padding: 12 0 0 12;
background-color: @bg-alt;
text-color: @fg;
}