hefty: bar: time: popout

This commit is contained in:
end-4
2026-02-15 17:40:23 +01:00
parent 3447198e13
commit 6f5ab232a6
14 changed files with 739 additions and 406 deletions
@@ -4,10 +4,10 @@ import Quickshell.Io
JsonObject {
property JsonObject bar: JsonObject {
property list<var> leftWidgets: [["HWindowInfo"]]
property list<var> centerLeftWidgets: [["HTime"]]
property list<var> centerWidgets: [["HWorkspaces"]]
property list<var> centerRightWidgets: [["HBattery"]]
property list<var> leftWidgets: ["HWindowInfo"]
property list<var> centerLeftWidgets: ["HTime"]
property list<var> centerWidgets: ["HWorkspaces"]
property list<var> centerRightWidgets: ["HBattery"]
property list<var> rightWidgets: []
property bool m3ExpressiveGrouping: true
}