This commit is contained in:
iris committed 2023-07-29 18:56:09 -04:00
1 parent 0d5900b551
commit a89b397a91
9 files changed
+96 -67

No files matched your search

+2 -2
View File
@@ -12,7 +12,7 @@
(defwidget bar-left []
(box :class "bar-left" :space-evenly false :halign "start"
(bat) (cpu) (temp) (mem) (disk)))
(bat) (sep) (cpu) (sep) (temp) (sep) (mem) (sep) (disk)))
(defwidget bar-center [monitor]
(box :class "bar-center" :space-evenly false
@@ -20,5 +20,5 @@
(defwidget bar-right []
(box :class "bar-right" :space-evenly false :halign "end"
(brightness) (vol) (net) (date) (time)))
(brightness) (vol) (net) (sep) (date) (time)))