fix waybar css
This commit is contained in:
parent
c8f2cbf62b
commit
4542adf054
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ window#waybar > box {
|
|||
.modules-right {
|
||||
padding: ${innerGap} 0px;
|
||||
border-radius: ${outerRadius};
|
||||
background-color: @base;
|
||||
background-color: ${baseColor};
|
||||
border: ${borderWidth} solid ${accentColor};
|
||||
}
|
||||
|
||||
|
@ -170,7 +170,7 @@ window#waybar:not(.empty) #window {
|
|||
#clock {
|
||||
padding: 0 ${outerGap};
|
||||
border-right: ${borderWidth} solid ${surfaceColor};
|
||||
color: @text;
|
||||
color: ${textColor};
|
||||
}
|
||||
|
||||
/** Battery */
|
||||
|
|
Loading…
Reference in a new issue