added american timezone icon
This commit is contained in:
parent
3a76fd59df
commit
b2796241d7
3 changed files with 36 additions and 33 deletions
23
eww/eww.yuck
23
eww/eww.yuck
|
@ -186,7 +186,9 @@
|
|||
:halign "end"
|
||||
:valign "center"
|
||||
:height 30
|
||||
(testtime)))
|
||||
(space)
|
||||
(testtime)
|
||||
(space)))
|
||||
|
||||
(defwidget mediaBox []
|
||||
(box
|
||||
|
@ -262,12 +264,19 @@
|
|||
:height 30
|
||||
:valign "center"
|
||||
:halign "end"
|
||||
(testtime
|
||||
:name "US East"
|
||||
:timezone "EST")
|
||||
(testtime
|
||||
:timezone "Asia/Seoul"
|
||||
:image "../images/SamGuk-by_Sang_Min.png")
|
||||
(box
|
||||
:class "barbox"
|
||||
:space-evenly false
|
||||
:spacing 2
|
||||
(space)
|
||||
(testtime
|
||||
:timezone "US/Eastern"
|
||||
:image "../images/USTime.png")
|
||||
(seperator)
|
||||
(testtime
|
||||
:timezone "Asia/Seoul"
|
||||
:image "../images/SamGuk-by_Sang_Min.png")
|
||||
(space))
|
||||
(box
|
||||
:class "barbox"
|
||||
:spacing 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue