add configuration files

This commit is contained in:
unset
2025-03-09 16:00:20 +01:00
committed by Quinn
commit 0bff70d604
51 changed files with 6970 additions and 0 deletions

20
.config/rofi/config.rasi Normal file
View File

@@ -0,0 +1,20 @@
@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
configuration {
location: 0;
terminal: "kitty";
drun-display-format: "{icon} {name} [<span weight='light' size='small'><i>({generic})</i></span>]";
modi: "drun,filebrowser";
show-icons: true;
}
element-icon {
size: 30;
padding: 0 0 0 0;
}
element-text {
font: "monospace bold 15";
horizontal-align: 0;
vertical-align: 0.5;
}