Introduces eww bar
This commit is contained in:
parent
75bc7eb6a7
commit
e58899e4ae
30 changed files with 279 additions and 1147 deletions
8
.config/eww/widgets/bar/elements/time.yuck
Normal file
8
.config/eww/widgets/bar/elements/time.yuck
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(defpoll bar-time-display :interval "1s" :initial "" `date +" %d %R"`)
|
||||
|
||||
(defwidget bar-time []
|
||||
(box
|
||||
:class "widget default-padding"
|
||||
{bar-time-display}
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue