forked from Shinonome/dots-hyprland
add setting to show/hide the clock in background
This commit is contained in:
@@ -624,4 +624,16 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ContentSection {
|
||||
title: Translation.tr("Background")
|
||||
|
||||
ConfigSwitch {
|
||||
text: Translation.tr("Show clock")
|
||||
checked: Config.options.background.show_clock
|
||||
onCheckedChanged: {
|
||||
Config.options.background.show_clock = checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user