mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Make system tray a module and add some margin
This commit is contained in:
parent
cb0e365a8f
commit
2a4dbd98db
|
@ -68,3 +68,7 @@ scale trough {
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
min-width: 70px;
|
min-width: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tray {
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
|
|
@ -46,7 +46,10 @@
|
||||||
(sep)
|
(sep)
|
||||||
(clock_module)
|
(clock_module)
|
||||||
(sep)
|
(sep)
|
||||||
(system-tray :active-only false)
|
(system-tray
|
||||||
|
:active-only false
|
||||||
|
:class "module tray"
|
||||||
|
)
|
||||||
))
|
))
|
||||||
|
|
||||||
(defwidget center []
|
(defwidget center []
|
||||||
|
|
Loading…
Reference in a new issue