12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
|
|
(defwidget disk_used []
|
||
|
|
(circular-progress :class "disk-scale"
|
||
|
|
:value {EWW_DISK["/"].used_perc}
|
||
|
|
:start-at 75
|
||
|
|
:thickness 2.5
|
||
|
|
:clockwise true
|
||
|
|
(image
|
||
|
|
:path disk_icon
|
||
|
|
:image-width 16)))
|
||
|
|
|
||
|
|
(defvar disk_icon "widgets/hardware_stats/disk-used/disk-icon.png")
|