mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
settings: move weather
This commit is contained in:
@@ -212,6 +212,17 @@ ContentPage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ContentSubsection {
|
||||||
|
title: "Weather"
|
||||||
|
ConfigSwitch {
|
||||||
|
text: "Enable"
|
||||||
|
checked: Config.options.bar.weather.enable
|
||||||
|
onCheckedChanged: {
|
||||||
|
Config.options.bar.weather.enable = checked;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ContentSection {
|
ContentSection {
|
||||||
|
|||||||
@@ -137,15 +137,4 @@ ContentPage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ContentSection {
|
|
||||||
title: "Weather"
|
|
||||||
ConfigSwitch {
|
|
||||||
text: "enable"
|
|
||||||
checked: Config.options.bar.weather.enable
|
|
||||||
onCheckedChanged: {
|
|
||||||
Config.options.bar.weather.enable = checked;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user