wbar: add widgets, taskview, light theme

This commit is contained in:
end-4
2025-11-10 23:41:15 +01:00
parent 694eaccfbf
commit fdcb95b8a4
10 changed files with 279 additions and 16 deletions
@@ -8,6 +8,6 @@ import qs.modules.waffle.looks
AppButton {
id: root
leftInset: 12
leftInset: Config.options.waffles.bar.leftAlignApps ? 12 : 0
iconName: "start-here"
}