forked from ahurac/dotfiles
config/eww ahrc-laptop : ajout calendrier
This commit is contained in:
parent
52edd90c6a
commit
9ea3826c2c
1 changed files with 18 additions and 1 deletions
|
@ -95,7 +95,11 @@
|
||||||
))
|
))
|
||||||
|
|
||||||
(defwidget time []
|
(defwidget time []
|
||||||
|
(box (eventbox
|
||||||
|
:onclick 'eww open --toggle calendar'
|
||||||
|
|
||||||
"${formattime(EWW_TIME, "%Y-%m-%d")} ${formattime(EWW_TIME, "%H:%M:%S")}"
|
"${formattime(EWW_TIME, "%Y-%m-%d")} ${formattime(EWW_TIME, "%H:%M:%S")}"
|
||||||
|
))
|
||||||
)
|
)
|
||||||
|
|
||||||
(defwidget notifications []
|
(defwidget notifications []
|
||||||
|
@ -185,3 +189,16 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(defwindow calendar
|
||||||
|
:monitor 0
|
||||||
|
:geometry (geometry
|
||||||
|
:anchor "bottom center"
|
||||||
|
:width "350px"
|
||||||
|
:height "200px"
|
||||||
|
)
|
||||||
|
:exclusive false
|
||||||
|
; :stacking "fg"
|
||||||
|
|
||||||
|
(calendar)
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue