mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
fix(ServiceConfig): add weatherbar section
This commit is contained in:
@@ -138,16 +138,13 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
ContentSubsection {
|
||||
ContentSection {
|
||||
title: "Weather"
|
||||
ConfigRow {
|
||||
uniform: false
|
||||
ConfigSwitch {
|
||||
text: "Show"
|
||||
checked: ConfigOptions.bar.weather.show
|
||||
onCheckedChanged: {
|
||||
ConfigLoader.setConfigValueAndSave("bar.weather.show", checked);
|
||||
}
|
||||
ConfigSwitch {
|
||||
text: "Show"
|
||||
checked: Config.options.bar.weather.show
|
||||
onCheckedChanged: {
|
||||
Config.options.bar.weather.show = checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user