mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 12:52:09 +00:00
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
This commit is contained in:
parent
b23f0bb1df
commit
c75650dcfd
1 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue