- GTK-Style-Script und Template-System entfernt (Catppuccin fest) - 15 tote/inkompatible Scripts gelöscht (Hyprland, X11, Duplikate) - Rasi-Themes von Einzelordnern in themes/ konsolidiert - Waybar: Timezone fix, BAT0, JSON-Struktur, Icons restored - Waybar: GTK-Menu durch wlogout on-click ersetzt - Alle Script-Pfade auf /etc/xdg/rofi/themes/ aktualisiert - moonarch-session als Rofi-basierte Übergangslösung hinzugefügt - moonarch-dnd: broken pipe bei Waybar-Restart behoben - Style.css vom System übernommen
43 lines
1019 B
Plaintext
43 lines
1019 B
Plaintext
configuration {
|
|
modi: "drun";
|
|
show-icons: false;
|
|
drun-display-format: "{name}";
|
|
}
|
|
|
|
@import "../config.rasi"
|
|
@import "../colors.rasi"
|
|
|
|
|
|
window {
|
|
enabled: true;
|
|
cursor: "default";
|
|
}
|
|
|
|
|
|
mainbox {
|
|
children: [ "message", "listview", "inputbar" ];
|
|
}
|
|
|
|
|
|
inputbar {
|
|
enabled: true;
|
|
|
|
children: [ "textbox-prompt-colon", "entry", "mode-switcher" ];
|
|
}
|
|
|
|
listview {
|
|
enabled: true;
|
|
columns: 1;
|
|
lines: 8;
|
|
cycle: true;
|
|
dynamic: true;
|
|
scrollbar: false;
|
|
layout: vertical;
|
|
reverse: false;
|
|
fixed-height: true;
|
|
fixed-columns: true;
|
|
}
|
|
|
|
element-icon {
|
|
size: 0px;
|
|
} |