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