Compare commits
No commits in common. "20e0792b92bbba1e383c4e52d989d0c4b7e6a962" and "e79e9fca82c4d2f13690590506eef2bf884f07bf" have entirely different histories.
20e0792b92
...
e79e9fca82
3 changed files with 19 additions and 23 deletions
|
@ -17,9 +17,7 @@
|
||||||
:class "bar"
|
:class "bar"
|
||||||
(left)
|
(left)
|
||||||
(center)
|
(center)
|
||||||
(right)
|
(right)))
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
(defwidget left []
|
(defwidget left []
|
||||||
(box
|
(box
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
|
|
||||||
(defpoll time :interval "5s"
|
(defpoll time :interval "5s"
|
||||||
:initial ""
|
:initial ""
|
||||||
`date +%H:%M`)
|
`date +%H:%M`)
|
||||||
(defpoll date :interval "60s"
|
(defpoll date :interval "60s"
|
||||||
:initial ""
|
:initial ""
|
||||||
`date "+%A | %m-%d-%+4Y"`)
|
`date "+%A | %m-%d-%+4Y"`)
|
||||||
|
|
||||||
(defwidget datetime []
|
(defwidget datetime []
|
||||||
(eventbox
|
(eventbox
|
||||||
|
|
|
@ -100,8 +100,6 @@
|
||||||
ll = "eza -l";
|
ll = "eza -l";
|
||||||
l = "eza -lah";
|
l = "eza -lah";
|
||||||
code = "codium";
|
code = "codium";
|
||||||
alg = "code ~/Git/algprog/tex";
|
|
||||||
nixos = "code ~/Git/nixos";
|
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
function rebuild () {
|
function rebuild () {
|
||||||
|
|
Loading…
Reference in a new issue