dotfiles_ewwii/nbcl/components/datetime_widg.nbcl
candifloss bc3a9611fa Use xdi for X11 WM info
- Switch from `leftwm-state` to `xdi`
- More generic, no more specific to `leftwm`
2026-09-08 15:10:38 +05:30

13 lines
236 B
Plaintext

# Date-time widget
component DateTimeWidg (widgname, widgtextvar) {
widget_name = "${widgname}"
Label {
class = "textwidg datetimewidg " + widgname
text = global(widgtextvar)
halign = "end"
height = config.panel_height
}
}