better structure

This commit is contained in:
2025-10-19 00:14:19 +02:00
parent 057afc086e
commit 8733656ed9
630 changed files with 81 additions and 137 deletions

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

@@ -0,0 +1,20 @@
@import "config.rasi"
configuration {
modi: "";
}
window {
width: 450px;
children: [ "inputbar", "message", "listview" ];
}
inputbar {
padding: 60px 30px;
}
listview {
columns: 1;
lines: 10;
border-radius: 0 0 14px 14px;
}