Added the ability to define custom icons for the system tray. (#408)
* Added the ability to define custom icons for the system tray. * Add placeholder icon if icon is not defined. * Update themes
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
.systray-icon {
|
||||
font-size: 1.3em;
|
||||
|
||||
&.txt-icon {
|
||||
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-systray-customIcon);
|
||||
}
|
||||
}
|
||||
|
||||
.style2.systray {
|
||||
|
||||
Reference in New Issue
Block a user