forked from Shinonome/dots-hyprland
add option to use hyprlock instead of quickshell
This commit is contained in:
@@ -462,6 +462,18 @@ ContentPage {
|
||||
icon: "lock"
|
||||
title: Translation.tr("Lock screen")
|
||||
|
||||
ConfigSwitch {
|
||||
buttonIcon: "water_drop"
|
||||
text: Translation.tr('Use Hyprlock (instead of Quickshell)')
|
||||
checked: Config.options.lock.useHyprlock
|
||||
onCheckedChanged: {
|
||||
Config.options.lock.useHyprlock = checked;
|
||||
}
|
||||
StyledToolTip {
|
||||
text: Translation.tr("If you want to somehow use fingerprint unlock...")
|
||||
}
|
||||
}
|
||||
|
||||
ConfigSwitch {
|
||||
buttonIcon: "account_circle"
|
||||
text: Translation.tr('Launch on startup')
|
||||
|
||||
Reference in New Issue
Block a user