Add eww/scss/osd/_bat.scss
This commit is contained in:
parent
e8604064a0
commit
c9429fd76a
36
eww/scss/osd/_bat.scss
Normal file
36
eww/scss/osd/_bat.scss
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
@use "../colors/_glassy.scss" as *;
|
||||||
|
//OSD - fill colors - battery
|
||||||
|
|
||||||
|
@mixin osd_fill_cols_bat {
|
||||||
|
&.osd_bat {
|
||||||
|
.osd_prog_filled {
|
||||||
|
&.unknown {
|
||||||
|
background-color: $osd_fill_col_bat_unknown;
|
||||||
|
}
|
||||||
|
&.notcharging {
|
||||||
|
background-color: $osd_fill_col_bat_notcharging;
|
||||||
|
}
|
||||||
|
&.charging {
|
||||||
|
background-color: $osd_fill_col_bat_charging;
|
||||||
|
}
|
||||||
|
&.discharging {
|
||||||
|
background-color: $osd_fill_col_bat_discharging;
|
||||||
|
}
|
||||||
|
&.vlow {
|
||||||
|
background-color: $osd_fill_col_bat_critical;
|
||||||
|
}
|
||||||
|
&.low {
|
||||||
|
background-color: $osd_fill_col_bat_low;
|
||||||
|
}
|
||||||
|
&.medium {
|
||||||
|
background-color: $osd_fill_col_bat_normal;
|
||||||
|
}
|
||||||
|
&.high {
|
||||||
|
background-color: $osd_fill_col_bat_high;
|
||||||
|
}
|
||||||
|
&.full {
|
||||||
|
background-color: $osd_fill_col_bat_full;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user