Remove right side panel components from other sections
This commit is contained in:
parent
247c4bbd8e
commit
1cfab06176
@ -5,15 +5,8 @@ fn panel_center() {
|
||||
space_evenly = false
|
||||
halign = "center"
|
||||
|
||||
# Display current date
|
||||
DateTimeWidg "paneldatewidg" {
|
||||
widgname = "paneldatewidg"
|
||||
widgtextvar = "date_ddM"
|
||||
}
|
||||
# Display current time
|
||||
DateTimeWidg "paneltimewidg" {
|
||||
widgname = "paneltimewidg"
|
||||
widgtextvar = "time_hhmm"
|
||||
Label {
|
||||
text = "center"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -5,15 +5,8 @@ fn panel_left() {
|
||||
space_evenly = false
|
||||
halign = "start"
|
||||
|
||||
# Display current date
|
||||
DateTimeWidg "paneldatewidg" {
|
||||
widgname = "paneldatewidg"
|
||||
widgtextvar = "date_ddM"
|
||||
}
|
||||
# Display current time
|
||||
DateTimeWidg "paneltimewidg" {
|
||||
widgname = "paneltimewidg"
|
||||
widgtextvar = "time_hhmm"
|
||||
Label {
|
||||
text = "left"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user