feat(bar): add home latency indicator widget

This commit is contained in:
tux
2026-08-23 18:17:53 +05:30
parent 3b01362a5a
commit ab15dcf0ac
4 changed files with 64 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ Singleton {
property var left: [
root.widget("LauncherButton"),
root.widget("PowerProfileWidget"),
root.widget("BatteryIndicator"),
root.widget("HomeWidget"),
]
property var center: [
@@ -24,6 +24,7 @@ Singleton {
]
property var right: [
root.widget("BatteryIndicator"),
root.widget("SystemTrayWidget"),
root.widget("ClockWidget"),
root.widget("GhostButton")