forked from Shinonome/dots-hyprland
feat: power-profile switcher in topbar
This commit is contained in:
@@ -164,8 +164,11 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
ConfigSwitch {
|
||||
opacity: 0
|
||||
enabled: false
|
||||
text: "Performance Profile toggle"
|
||||
checked: Config.options.bar.utilButtons.showPerfProfileToggle
|
||||
onCheckedChanged: {
|
||||
Config.options.bar.utilButtons.showPerfProfileToggle = checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user