feat: initial commit

This commit is contained in:
2025-06-02 10:36:41 +02:00
commit e45db90e8b
16 changed files with 1087 additions and 0 deletions

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

@@ -0,0 +1,34 @@
configuration {
font: "FiraCode Nerd Font 12";
line-margin: 12;
// display-ssh: " ";
// display-run: " ";
display-drun: " ";
display-window: " ";
display-combi: " ";
display-calc: " ";
display-clipboard: "󰅏";
match: "fuzzy";
combi-hide-mode-prefix: true;
show-icons: true;
calc {
show-match: false;
sort: false;
}
}
@theme "nord.rasi"
listview {
lines: 10;
columns: 1;
}
window {
width: 30%;
}