add media truncate
This commit is contained in:
parent
d66cebb05d
commit
a0b84bf7dc
1 changed files with 35 additions and 17 deletions
52
eww/eww.yuck
52
eww/eww.yuck
|
@ -6,14 +6,20 @@
|
|||
|
||||
|
||||
(defwidget time []
|
||||
(eventbox
|
||||
:onclick ``
|
||||
:class "smallBox"
|
||||
:valign "center"
|
||||
:height 20
|
||||
:width 70
|
||||
(label
|
||||
:text "${formattime(EWW_TIME, "%H:%M:%S")}")))
|
||||
(box
|
||||
:class "barbox"
|
||||
:space-evenly false
|
||||
:spacing 3
|
||||
(space)
|
||||
(eventbox
|
||||
:onclick ``
|
||||
:class "smallBox"
|
||||
:valign "center"
|
||||
:height 20
|
||||
:width 70
|
||||
(label
|
||||
:text "${formattime(EWW_TIME, "%H:%M:%S")}"))
|
||||
(space)))
|
||||
|
||||
;; center
|
||||
|
||||
|
@ -106,18 +112,16 @@
|
|||
:halign "end"
|
||||
:valign "center"
|
||||
:height 20
|
||||
(seperator)
|
||||
(space)
|
||||
(box
|
||||
:class "smallBox"
|
||||
:height 20
|
||||
:valign "center"
|
||||
:space-evenly false
|
||||
(space)
|
||||
(label
|
||||
:text {media.name}
|
||||
:tooltip {media.name}
|
||||
:limit-width 40)
|
||||
(space))))
|
||||
:truncate true))
|
||||
(space)))
|
||||
|
||||
(defwidget processing []
|
||||
(eventbox
|
||||
|
@ -193,16 +197,30 @@
|
|||
|
||||
(defwidget start []
|
||||
(box
|
||||
:class "barbox"
|
||||
:orientation "h"
|
||||
:space-evenly false
|
||||
:height 30
|
||||
:halign "start"
|
||||
:valign "center"
|
||||
:spacing 3
|
||||
(space)
|
||||
(time)
|
||||
(media)
|
||||
(box
|
||||
:class "barbox"
|
||||
:orientation "h"
|
||||
:space-evenly false
|
||||
:height 30
|
||||
:halign "start"
|
||||
:valign "center"
|
||||
:spacing 3
|
||||
(time))
|
||||
(box
|
||||
:class "barbox"
|
||||
:orientation "h"
|
||||
:space-evenly false
|
||||
:height 30
|
||||
:halign "start"
|
||||
:valign "center"
|
||||
:spacing 3
|
||||
(media))
|
||||
(space)))
|
||||
|
||||
(defwidget center [monitor]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue