Add eww/yuck/test/test-window.yuck
This commit is contained in:
parent
9ca2de135f
commit
c1887789d9
20
eww/yuck/test/test-window.yuck
Normal file
20
eww/yuck/test/test-window.yuck
Normal 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"
|
||||
)
|
Loading…
Reference in New Issue
Block a user