diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 21:44:27 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 21:44:27 +1000 |
| commit | f263df3ccdc7eab6d3befe8f189715df3cf27b59 (patch) | |
| tree | 3d6c4b272937fcbda00e0848939b13c630ce20d0 /config/DashboardConfig.qml | |
| parent | nix: add qt log rules to devshell (diff) | |
| download | caelestia-shell-f263df3ccdc7eab6d3befe8f189715df3cf27b59.tar.gz caelestia-shell-f263df3ccdc7eab6d3befe8f189715df3cf27b59.tar.bz2 caelestia-shell-f263df3ccdc7eab6d3befe8f189715df3cf27b59.zip | |
internal: create service config
Diffstat (limited to 'config/DashboardConfig.qml')
| -rw-r--r-- | config/DashboardConfig.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index 201b8d3..269d4b4 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -3,8 +3,6 @@ import Quickshell.Io JsonObject { property int mediaUpdateInterval: 500 property int visualiserBars: 45 - property string weatherLocation: "" // A lat,long pair, e.g. "37.8267,-122.4233" - property bool useFahrenheit: false property JsonObject sizes: JsonObject { readonly property int tabIndicatorHeight: 3 |