- Switch from `leftwm-state` to `xdi` - More generic, no more specific to `leftwm`
13 lines
236 B
Plaintext
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
|
|
}
|
|
}
|