initial commit

This commit is contained in:
iris committed 2023-06-05 11:52:04 -04:00
commit 1eca57b40e
9 files changed
+441

No files matched your search

+21
View File
@@ -0,0 +1,21 @@
(include "bar/bar.yuck")
(defwindow bar-eDP
:monitor 0
:exclusive true
:geometry (geometry :x "0%"
:y "0%"
:width "100%"
:height "30px"
:anchor "top center")
(bar :monitor 0))
(defwindow bar-HDMI
:monitor 1
:exclusive true
:geometry (geometry :x "0%"
:y "0%"
:width "100%"
:height "30px"
:anchor "top center")
(bar :monitor 1))