Add waybar module to check for failed backups

This commit is contained in:
2024-05-03 18:45:52 -05:00
parent 07ace6160d
commit 0250e8a666
2 changed files with 11 additions and 1 deletions

View File

@@ -143,3 +143,8 @@ window#waybar {
color: #ebdbb2;
padding: 0 1em;
}
/* Custom modules */
#custom-backup {
color: #fb4934;
padding: 0 1em;
}