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,7 +1,5 @@
import Gdk from 'gi://Gdk?version=3.0';
import { globalMousePos } from 'globals';
export const closeAllMenus = () => {
const menuWindows = App.windows
.filter((w) => {