16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
(defwindow hardware-monitor []
|
|
:monitor 0
|
|
:geometry (geometry :width "320"
|
|
:anchor "top right"
|
|
:y "5px")
|
|
|
|
:exclusive 0
|
|
:namespace "eww-hardware"
|
|
:focusable false
|
|
:stacking "fg"
|
|
|
|
(box :class "hardware-monitor"
|
|
; TODO
|
|
)
|
|
)
|