From 9178bb84437aa2aad436a882f595ec1be130b9ff Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:29:31 +0700 Subject: [PATCH] battery: remove full charge green color cuz so many of y'all are leaving your machine plugged regardless of the charge so won't cry when ya show it --- .config/ags/scss/_bar.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/ags/scss/_bar.scss b/.config/ags/scss/_bar.scss index ccb35c5bc..4797d4380 100644 --- a/.config/ags/scss/_bar.scss +++ b/.config/ags/scss/_bar.scss @@ -174,8 +174,8 @@ $bar_subgroup_bg: $surfaceVariant; } .bar-batt-full { - background-color: $successContainer; - color: $onSuccessContainer; + // background-color: $successContainer; + // color: $onSuccessContainer; } .bar-batt-circprog { @@ -193,8 +193,8 @@ $bar_subgroup_bg: $surfaceVariant; } .bar-batt-circprog-full { - background-color: $successContainer; - color: $onSuccessContainer; + // background-color: $successContainer; + // color: $onSuccessContainer; } .bar-music-playstate {