Add idle lock indicator

This commit is contained in:
David Heinemeier Hansson
2026-02-20 16:48:36 +01:00
parent 87600497da
commit bf962f0042
5 changed files with 62 additions and 3 deletions
+7 -2
View File
@@ -34,7 +34,6 @@
#battery,
#pulseaudio,
#custom-omarchy,
#custom-screenrecording-indicator,
#custom-update {
min-width: 12px;
margin: 0 7.5px;
@@ -72,9 +71,11 @@ tooltip {
opacity: 0;
}
#custom-screenrecording-indicator {
#custom-screenrecording-indicator,
#custom-idle-indicator {
min-width: 12px;
margin-left: 5px;
margin-right: 0;
font-size: 10px;
padding-bottom: 1px;
}
@@ -83,6 +84,10 @@ tooltip {
color: #a55555;
}
#custom-idle-indicator.active {
color: #a55555;
}
#custom-voxtype {
min-width: 12px;
margin: 0 0 0 7.5px;