forked from Shinonome/dots-hyprland
feat(settings): add weather section
This commit is contained in:
@@ -136,4 +136,17 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
ContentSubsection {
|
||||
title: "Weather"
|
||||
ConfigRow {
|
||||
uniform: false
|
||||
ConfigSwitch {
|
||||
text: "Show"
|
||||
checked: ConfigOptions.bar.weather.show
|
||||
onCheckedChanged: {
|
||||
ConfigLoader.setConfigValueAndSave("bar.weather.show", checked);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user