[Waybar] Add custom update manager

This commit is contained in:
2022-10-03 15:21:57 +02:00
parent 7b9a3c41dd
commit 70d96e45f1
3 changed files with 117 additions and 1 deletions

View File

@@ -136,6 +136,26 @@ label:focus {
color: #002b36;
}
#custom-pacman {
padding-left: 5px;
padding-right: 5px;
}
#custom-pacman.good {
background-color: #859900;
color: #002b36;
}
#custom-pacman.info {
background-color: #268bd2;
color: #002b36;
}
#custom-pacman.important {
background-color: #d30102;
color: #002b36;
}
#custom-media {
background-color: #66cc99;
color: #2a5c45;