updated config files

This commit is contained in:
2021-11-16 23:48:51 +01:00
parent 171a12963f
commit 43bfe9082f

View File

@@ -28,7 +28,7 @@
/* COLORS */
/* Nord */
@define-color bg #000d21;
@define-color bg #000000;
@define-color light #eceff4;
@define-color warning #ffb726;
@define-color critical #ff3d00;
@@ -49,7 +49,7 @@
/* The whole bar */
#waybar {
background: @bg;
color: @bg;
color: @light;
font-family: Noto Sans;
font-size: 11px;
font-weight: bold;
@@ -69,7 +69,7 @@
#backlight {
padding-left: 10px;
padding-right: 10px;
border-right: 1px solid #6c3483;
border-right: 1px solid @light;
}
/* Each module that should blink */