Zsh und neue waybar hinzugefügt

This commit is contained in:
2025-08-07 12:51:42 +02:00
parent db84803624
commit 3f55587e18
111 changed files with 2372 additions and 2887 deletions
+12 -7
View File
@@ -1,9 +1,9 @@
* {
active-background: #C6394B;
active-background: #6C6A5F;
active-foreground: @foreground;
normal-background: @background;
normal-foreground: @foreground;
urgent-background: #98364A;
urgent-background: #4C4D4F;
urgent-foreground: @foreground;
alternate-active-background: @background;
@@ -13,16 +13,16 @@
alternate-urgent-background: @background;
alternate-urgent-foreground: @foreground;
selected-active-background: #98364A;
selected-active-background: #4C4D4F;
selected-active-foreground: @foreground;
selected-normal-background: #C6394B;
selected-normal-background: #6C6A5F;
selected-normal-foreground: @foreground;
selected-urgent-background: #A84859;
selected-urgent-background: #C15E59;
selected-urgent-foreground: @foreground;
background-color: @background;
background: #0f0d16;
foreground: #f1c3bf;
background: #101725;
foreground: #c3c5c8;
border-color: @background;
spacing: 2;
}
@@ -73,6 +73,11 @@
padding: 1px;
}
#element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
#element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;