Add an indicator to FreeBSD for when recording is active.

This commit is contained in:
Tom Alexander
2022-11-29 00:15:48 -05:00
parent 019b4184ce
commit 8ea4ca15d8
4 changed files with 70 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ tooltip {
#custom-clock,
#custom-sound,
#custom-temperature,
#custom-recording_indicator,
#idle_inhibitor,
#memory,
#mode,
@@ -204,3 +205,7 @@ tooltip {
border-color: #c9545d;
color: #c9545d;
}
#custom-recording_indicator {
color: red;
}