Rofi/Waybar aufräumen: tote Scripts entfernen, Themes konsolidieren
- 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
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
/* ABOUTME: Moonarch default waybar stylesheet with Catppuccin Mocha inspired styling. */
|
||||
/* ABOUTME: User overrides go in ~/.config/waybar/style.css */
|
||||
|
||||
* {
|
||||
border: none;
|
||||
font-family: "UbuntuSans Nerd Font", sans-serif;
|
||||
font-family: "Ubuntu Nerd Font", sans-serif;
|
||||
font-size: 13px;
|
||||
color: alpha(@theme_text_color, 0.8);
|
||||
}
|
||||
@@ -114,7 +111,6 @@ window#waybar {
|
||||
border-radius: 4px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
margin: 8px 0px 8px 0px;
|
||||
background-color: alpha(@theme_selected_bg_color, 0.1);
|
||||
}
|
||||
|
||||
#custom-notification {
|
||||
@@ -348,4 +344,4 @@ menu {
|
||||
menuitem {
|
||||
border-radius: 4px;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user