updated config files
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
/* COLORS */
|
/* COLORS */
|
||||||
|
|
||||||
/* Nord */
|
/* Nord */
|
||||||
@define-color bg #000d21;
|
@define-color bg #000000;
|
||||||
@define-color light #eceff4;
|
@define-color light #eceff4;
|
||||||
@define-color warning #ffb726;
|
@define-color warning #ffb726;
|
||||||
@define-color critical #ff3d00;
|
@define-color critical #ff3d00;
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
/* The whole bar */
|
/* The whole bar */
|
||||||
#waybar {
|
#waybar {
|
||||||
background: @bg;
|
background: @bg;
|
||||||
color: @bg;
|
color: @light;
|
||||||
font-family: Noto Sans;
|
font-family: Noto Sans;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
#backlight {
|
#backlight {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
border-right: 1px solid #6c3483;
|
border-right: 1px solid @light;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Each module that should blink */
|
/* Each module that should blink */
|
||||||
|
|||||||
Reference in New Issue
Block a user