update: huge style update

This commit is contained in:
2026-03-13 10:37:01 +03:00
parent 1dea8c1a69
commit c49c97d55c
55 changed files with 686 additions and 332 deletions

View File

@@ -1,10 +1,8 @@
// Configuration
configuration {
modi: "drun,run,filebrowser,window";
modi: "drun,window";
show-icons: false;
display-drun: " ";
display-run: " ";
display-filebrowser: " ";
display-window: " ";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
@@ -22,8 +20,8 @@ configuration {
}
// Global Properties
@import "./colors.rasi"
@import "./fonts.rasi"
@import "./themes/colors.rasi"
@import "./themes/fonts.rasi"
* {
border-color: var(border);