diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 16:35:37 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 16:35:37 +1100 |
| commit | 02fd2e97f2c8a53bf2344e6fa8b14769cb15ee38 (patch) | |
| tree | 5e2a56becf6ba6961995e541ce9688224f704773 /src/services | |
| parent | popupwindow: switch to class (diff) | |
| download | caelestia-shell-02fd2e97f2c8a53bf2344e6fa8b14769cb15ee38.tar.gz caelestia-shell-02fd2e97f2c8a53bf2344e6fa8b14769cb15ee38.tar.bz2 caelestia-shell-02fd2e97f2c8a53bf2344e6fa8b14769cb15ee38.zip | |
refactor: move ts to src
Also move popupwindow to own file
Diffstat (limited to '')
| -rw-r--r-- | src/services/apps.ts (renamed from services/apps.ts) | 0 | ||||
| -rw-r--r-- | src/services/math.ts (renamed from services/math.ts) | 0 | ||||
| -rw-r--r-- | src/services/monitors.ts (renamed from services/monitors.ts) | 0 | ||||
| -rw-r--r-- | src/services/players.ts (renamed from services/players.ts) | 0 | ||||
| -rw-r--r-- | src/services/updates.ts (renamed from services/updates.ts) | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/services/apps.ts b/src/services/apps.ts index 5396ac7..5396ac7 100644 --- a/services/apps.ts +++ b/src/services/apps.ts diff --git a/services/math.ts b/src/services/math.ts index c66798c..c66798c 100644 --- a/services/math.ts +++ b/src/services/math.ts diff --git a/services/monitors.ts b/src/services/monitors.ts index 78a0161..78a0161 100644 --- a/services/monitors.ts +++ b/src/services/monitors.ts diff --git a/services/players.ts b/src/services/players.ts index b81d4b5..b81d4b5 100644 --- a/services/players.ts +++ b/src/services/players.ts diff --git a/services/updates.ts b/src/services/updates.ts index 0b04e85..5bb6bd1 100644 --- a/services/updates.ts +++ b/src/services/updates.ts @@ -1,5 +1,5 @@ import { execAsync, GLib, GObject, property, readFileAsync, register, writeFileAsync } from "astal"; -import { updates as config } from "../config"; +import { updates as config } from "../../config"; interface Update { name: string; |