mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 16:59:27 -05:00
settings: redesign home page
This commit is contained in:
@@ -211,7 +211,6 @@ ContentPage {
|
||||
|
||||
ConfigSelectionArray {
|
||||
currentValue: Config.options.time.format
|
||||
configOptionName: "time.format"
|
||||
onSelected: newValue => {
|
||||
if (newValue === "hh:mm") {
|
||||
Quickshell.execDetached(["bash", "-c", `sed -i 's/\\TIME12\\b/TIME/' '${FileUtils.trimFileProtocol(Directories.config)}/hypr/hyprlock.conf'`]);
|
||||
|
||||
Reference in New Issue
Block a user