Candyrice/eww/yuck/test/test-window.yuck

20 lines
558 B
Plaintext

;Don't mind this. Just some tests and notes.
(defwindow test-window [?text1]
:geometry
(geometry :x "0%"
:y "0%"
:width "100%"
:height "4%"
:anchor "bottom right"
)
:monitor 0
:stacking "fg"
:windowtype "dock"
:wm-ignore true
; "Time:${text1}:${formattime(EWW_TIME,"%b%d %I:%M%p")}"
; "Wifiname:${wifi.name},Speed:${wifi.speed}"
; "Device: ${wlan_ip[0].ifname}, IP: ${wlan_ip[0].addr_info[0].local}, State: ${wlan_ip[0].operstate}"
; "${osd_vals}"
"test"
)