Formatting

This commit is contained in:
Candifloss 2024-08-07 23:37:43 +05:30
parent 96a456a583
commit ec87e714fe

View File

@ -5,13 +5,14 @@
(box (box
:class "panel_side panel_right" :class "panel_side panel_right"
:orientation "h" :orientation "h"
:space-evenly false
:halign "end" :halign "end"
:valign "end" :valign "end"
:height "${h}" :height "${h}"
;:width 300 ;:width 300
;:active false ;:active false
:space-evenly false
;Widgets:
(panel_date :h "${h}") (panel_date :h "${h}")
(panel_time :h "${h}") (panel_time :h "${h}")
) )