[Waybar] Add custom update manager
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user