Added a CLI command to update layout. (#521)

This commit is contained in:
Jas Singh
2024-11-17 12:37:38 -08:00
committed by GitHub
parent ac794dccb0
commit ef761f2dcf
2 changed files with 17 additions and 0 deletions

1
globals.d.ts vendored
View File

@@ -7,6 +7,7 @@ declare global {
var useTheme: (filePath: string) => void;
var getSystrayItems: () => string;
var isWindowVisible: (windowName: string) => boolean;
var setLayout: (layout: string) => string;
var clearAllNotifications: () => Promise<void>;
var setWallpaper: (filePath: string) => void;