aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop/eww/widgets/meter.css
blob: df65382a820863d7d336c8fc85792142e6d22a94 (plain)
1
2
3
4
5
6
7
8
9
.meter .background {
    color: @bg1;
    background: rgba(0, 0, 0, 0);
}

.meter .progress {
    color: @accent;
    background: rgba(0, 0, 0, 0);
}