Zsh und neue waybar hinzugefügt
This commit is contained in:
@@ -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: #f1c3bf;
|
||||
foreground: #0f0d16;
|
||||
background: #c3c5c8;
|
||||
foreground: #101725;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user