Make system tray a module and add some margin

This commit is contained in:
ItsDrike 2023-01-29 15:39:37 +01:00
parent cb0e365a8f
commit 2a4dbd98db
No known key found for this signature in database
GPG key ID: B014E761034AF742
2 changed files with 8 additions and 1 deletions

View file

@ -68,3 +68,7 @@ scale trough {
min-height: 10px;
min-width: 70px;
}
.tray {
margin-right: 12px;
}

View file

@ -46,7 +46,10 @@
(sep)
(clock_module)
(sep)
(system-tray :active-only false)
(system-tray
:active-only false
:class "module tray"
)
))
(defwidget center []