eufon/modeline.css

46 lines
767 B
CSS
Raw Permalink Normal View History

.indicator {
2022-04-05 20:23:17 +00:00
color: #eef;
font-size: 15px;
}
2022-04-05 20:23:17 +00:00
.indicator * {
2022-04-05 21:14:17 +00:00
margin: 5px 0px 5px 12px;
}
2022-04-05 20:23:17 +00:00
.battery.low {
background-color: #e00;
}
2022-04-07 22:40:52 +00:00
.wlan {
color: white;
background-size: 16px;
background-repeat: no-repeat;
background-position: 0 50%;
}
.wlan label {
/* leave a gap for the image */
margin-left: 19px;
}
.wlan.p100 {
background-image: -gtk-recolor(url("wifi.svg"), foreground white);
}
.wlan.p75 {
background-image: -gtk-recolor(url("wifi-3.svg"), foreground white);
}
.wlan.p50 {
background-image: -gtk-recolor(url("wifi-2.svg"), foreground white);
}
.wlan.p25,.wlan.p0 {
background-image: -gtk-recolor(url("wifi-1.svg"), foreground white);
}
2022-04-05 20:23:17 +00:00
.bar {
2022-04-07 22:40:52 +00:00
background-color: #20f;
padding-right: 1em;
}