altered colors of battery and brightness icons on laptop waybar config

This commit is contained in:
pagedmov
2024-11-05 11:11:46 -05:00
parent e4369939f4
commit b6c43b6742
2 changed files with 4 additions and 4 deletions

View File

@@ -475,13 +475,13 @@ in {
min-width: 9px; min-width: 9px;
min-height: 90px; min-height: 90px;
border-radius: 8px; border-radius: 8px;
background: #343434; background: #121212;
} }
#backlight-slider highlight, #backlight-slider highlight,
#pulseaudio-slider highlight { #pulseaudio-slider highlight {
border-radius: 8px; border-radius: 8px;
background-color: #2096C0; background-color: #${colors.color3};
} }
#network { #network {
@@ -501,7 +501,7 @@ in {
} }
#backlight { #backlight {
color: #${colors.color2}; color: #${colors.color4};
font-size: 18px; font-size: 18px;
padding: 0 4px 0 0; padding: 0 4px 0 0;
} }

View File

@@ -7,7 +7,7 @@
}: }:
let let
scheme = "black-metal-venom"; scheme = "black-metal-immortal";
in in
{ {
options = { options = {