dotfiles_ewwii/nbcl/panel/panel_section_right.nbcl
2026-09-07 16:50:41 +05:30

20 lines
464 B
Plaintext

# Right-hand side of the top bar
fn panel_right() {
Box {
space_evenly = false
spacing = 0
halign = "end"
# Display current date
DateTimeWidg "paneldatewidg" {
widgname = "paneldatewidg"
widgtextvar = "date_ddM"
}
# Display current time
DateTimeWidg "paneltimewidg" {
widgname = "paneltimewidg"
widgtextvar = "time_hhmm"
}
}
}