aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop/eww/panels/fs.css
blob: 8ca2dd29f1ae9383c75699aec5ad93e5d5c7044f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.disks .meter.almost-full .progress {
    color: @orange;
    background: rgba(0, 0, 0, 0);
}

.disks .meter.full .progress {
    color: @red;
    background: rgba(0, 0, 0, 0);
}

.zfs .total {
    font-weight: bold;
}