feat: battery

This commit is contained in:
2025-09-29 09:01:23 +02:00
parent df2bef7685
commit fc264dda44
7 changed files with 126 additions and 2 deletions

View File

@@ -15,6 +15,27 @@
font-weight: bold;
}
#battery-widget {
background-color: var(--module-bg);
padding: 4px 8px;
border-radius: 4px;
}
#bat-icon {
color: var(--blue);
margin-right: 2px;
}
#bat-label {
color: var(--foreground);
font-size: 14px;
}
#bat-label.battery-low {
color: var(--red);
font-weight: bold;
}
#cpu-progress-bar,
#ram-progress-bar,
#volume-progress-bar {