hefty: morphing thingy

This commit is contained in:
end-4
2026-01-04 22:08:53 +01:00
parent 60fd1ea030
commit 7872fba6fe
8 changed files with 389 additions and 2 deletions
+6 -1
View File
@@ -34,7 +34,7 @@ ShellRoot {
// Panel families
property list<string> families: ["ii", "waffle"]
property list<string> families: ["ii", "waffle", "hefty"]
function cyclePanelFamily() {
const currentIndex = families.indexOf(Config.options.panelFamily)
const nextIndex = (currentIndex + 1) % families.length
@@ -57,6 +57,11 @@ ShellRoot {
component: WaffleFamily {}
}
PanelFamilyLoader {
identifier: "hefty"
component: HeftyHypeFamily {}
}
// Shortcuts
IpcHandler {