Initial implementation of dbus progress and badge counts

This commit is contained in:
Jason DeRose
2020-01-25 13:22:19 -05:00
parent 25cc6bcd3b
commit bf213af4c2
6 changed files with 631 additions and 2 deletions

View File

@@ -59,6 +59,23 @@
margin-bottom: 0;
}
#dashtopanelScrollview .notification-badge {
color: rgba(255,255,255,1);
background-color: rgba(255,0,0,1.0);
padding: 0.2em 0.5em;
border-radius: 1em;
font-weight: bold;
text-align: center;
margin: 2px;
}
#dashtopanelScrollview .progress-bar {
/* Customization of the progress bar style, e.g.:
-progress-bar-background: rgba(0.8, 0.8, 0.8, 1);
-progress-bar-border: rgba(0.9, 0.9, 0.9, 1);
*/
}
#dashtopanelTaskbar .scrollview-fade {
background-gradient-end: rgba(0, 0, 0, 0);
}
@@ -127,4 +144,4 @@
background-color: rgba(0,0,0,0.8);
color: rgba(256, 256, 256, 1);
text-align: center;
}
}