Niri-basierter Wayland-Desktop mit greetd/regreet, Catppuccin Mocha Theming, Rofi-Menus, Waybar und vollstaendiger Post-Install-Automatisierung. Archinstall-Config klont das Repo automatisch via custom-commands, danach genuegt ein einzelner Befehl fuer die komplette Einrichtung.
41 lines
713 B
CSS
41 lines
713 B
CSS
/* ABOUTME: Catppuccin Mocha CSS-Overrides fuer regreet. */
|
|
/* ABOUTME: Ergaenzt das GTK-Theme mit greeter-spezifischem Styling. */
|
|
|
|
window {
|
|
background-color: #1e1e2e;
|
|
}
|
|
|
|
entry {
|
|
border-radius: 8px;
|
|
padding: 8px 12px;
|
|
border: 1px solid #45475a;
|
|
background-color: #313244;
|
|
color: #cdd6f4;
|
|
}
|
|
|
|
entry:focus {
|
|
border-color: #b4befe;
|
|
}
|
|
|
|
button {
|
|
border-radius: 8px;
|
|
padding: 8px 16px;
|
|
background-color: #313244;
|
|
color: #cdd6f4;
|
|
border: 1px solid #45475a;
|
|
}
|
|
|
|
button:hover {
|
|
background-color: #45475a;
|
|
}
|
|
|
|
button.suggested-action {
|
|
background-color: #b4befe;
|
|
color: #1e1e2e;
|
|
border: none;
|
|
}
|
|
|
|
button.suggested-action:hover {
|
|
background-color: #89b4fa;
|
|
}
|