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
|
space_evenly = false
|
||||||
halign = "center"
|
halign = "center"
|
||||||
|
|
||||||
# Display current date
|
Label {
|
||||||
DateTimeWidg "paneldatewidg" {
|
text = "center"
|
||||||
widgname = "paneldatewidg"
|
|
||||||
widgtextvar = "date_ddM"
|
|
||||||
}
|
|
||||||
# Display current time
|
|
||||||
DateTimeWidg "paneltimewidg" {
|
|
||||||
widgname = "paneltimewidg"
|
|
||||||
widgtextvar = "time_hhmm"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -5,15 +5,8 @@ fn panel_left() {
|
|||||||
space_evenly = false
|
space_evenly = false
|
||||||
halign = "start"
|
halign = "start"
|
||||||
|
|
||||||
# Display current date
|
Label {
|
||||||
DateTimeWidg "paneldatewidg" {
|
text = "left"
|
||||||
widgname = "paneldatewidg"
|
|
||||||
widgtextvar = "date_ddM"
|
|
||||||
}
|
|
||||||
# Display current time
|
|
||||||
DateTimeWidg "paneltimewidg" {
|
|
||||||
widgname = "paneltimewidg"
|
|
||||||
widgtextvar = "time_hhmm"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user