mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-09-19 18:19:02 +05:30
refactor(config): reorganize bar layout widgets
This commit is contained in:
@@ -14,11 +14,12 @@ Singleton {
|
||||
property var left: [
|
||||
root.widget("LauncherButton"),
|
||||
root.widget("BatteryIndicator"),
|
||||
root.widget("CavaVisualizer")
|
||||
]
|
||||
|
||||
property var center: [
|
||||
root.widget("Workspaces")
|
||||
root.widget("CavaVisualizer"),
|
||||
root.widget("Workspaces"),
|
||||
root.widget("CavaVisualizer"),
|
||||
]
|
||||
|
||||
property var right: [
|
||||
|
||||
Reference in New Issue
Block a user