Add temperature monitor

This commit is contained in:
2024-07-20 13:21:45 -05:00
parent 43ca837317
commit 51ecf7e199
2 changed files with 24 additions and 2 deletions

View File

@@ -149,6 +149,20 @@ window#waybar {
color: #ebdbb2;
padding: 0 1em;
}
/* Temperature*/
#temperature {
padding: 0 1em;
color: #504945;
}
#temperature.critical {
color: #fb4934;
}
#temperature.warning {
color: #fabd2f;
}
#temperature.regular {
color: #ebdbb2;
}
/* Custom modules */
#custom-backup {
color: #fb4934;