Implement a CLI command to change themes. (#136)

* Implement cli based theme applier.

* Remove references to old globalMousePos

* Use direct file path instead.
This commit is contained in:
Jas Singh
2024-08-16 00:49:24 -07:00
committed by GitHub
parent f3a690026b
commit 84e85b168e
6 changed files with 95 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
const hyprland = await Service.import("hyprland");
import { globalMousePos } from "globals";
import { Exclusivity } from "lib/types/widget";
import { bash } from "lib/utils";
import { Monitor } from "types/service/hyprland";