hefty: morphing thingy

This commit is contained in:
end-4
2026-01-04 22:08:53 +01:00
parent fd86b282a6
commit f3e26d8f22
7 changed files with 388 additions and 1 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 {