Add eww/yuck/test/test-window.yuck

This commit is contained in:
Candifloss 2024-07-29 18:51:51 +00:00
parent 9ca2de135f
commit c1887789d9

View File

@ -0,0 +1,20 @@
;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"
)