initial commit
This commit is contained in:
commit
1eca57b40e
9 files changed
+441
No files matched your search
@@ -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))
|
||||
Reference in new issue
Block a user