Files
colorshell/eww/windows/hardware-monitor.yuck
T
2025-01-10 14:07:51 -03:00

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
)
)