non important commit
This commit is contained in:
parent
cbbdd00cd8
commit
e6490f089c
3 changed files with 232 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
(defvar time-visible false)
|
||||
(deflisten workspace "scripts/workspace")
|
||||
|
||||
(
|
||||
defwindow clock
|
||||
|
|
@ -22,6 +23,27 @@
|
|||
)
|
||||
)
|
||||
|
||||
(
|
||||
defwindow workspaces
|
||||
:monitor 0
|
||||
:geometry (
|
||||
geometry :x "0%"
|
||||
:y "0%"
|
||||
:width "40%"
|
||||
:height "40%"
|
||||
:anchor "center"
|
||||
)
|
||||
|
||||
:stacking "bg"
|
||||
:wm-ignore false
|
||||
(
|
||||
box :orientation "horizontal"
|
||||
:halign "center"
|
||||
|
||||
workspaces
|
||||
)
|
||||
)
|
||||
|
||||
(
|
||||
defpoll time :interval "1s"
|
||||
:initial "initial-value"
|
||||
|
|
@ -29,3 +51,8 @@
|
|||
|
||||
`date +%H:%M:%S`
|
||||
)
|
||||
|
||||
(
|
||||
defwidget workspaces []
|
||||
(literal :content workspace)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue