Remove obsolete weather status poller (#6555)

This commit is contained in:
Kyunghyun Park
2026-08-05 17:43:14 +02:00
committed by GitHub
parent 2daeaa7078
commit 65541c7b4f
6 changed files with 3 additions and 36 deletions
-2
View File
@@ -11,7 +11,6 @@ Panel {
ipcTarget: "omarchy.weather"
manageIpc: false
property string omarchyPath: Quickshell.env("OMARCHY_PATH")
property var anchorItem: null
property bool openedFromHotkey: false
@@ -126,7 +125,6 @@ Panel {
// Shared hero/bar icon state, updated with each successful weather response.
property string label: ""
property string klass: ""
// wttr's current conditions when available; open-meteo's (bundled with the
// much faster daily forecast fetch) fill the hero while wttr is in flight.