forked from Shinonome/dots-hyprland
hefty: morphing thingy
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user