-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata.js
More file actions
45 lines (36 loc) · 810 Bytes
/
Copy pathdata.js
File metadata and controls
45 lines (36 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
export const REALMS = ["yabai", "skhd", "aerospace", "widget", "missive"];
export const YABAI = ["spaces", "windows", "displays"];
export const YABAI_ACTIONS = ["refresh"];
export const SKHD = ["mode"];
export const SKHD_ACTIONS = ["refresh"];
export const AEROSPACE = ["spaces"];
export const AEROSPACE_ACTIONS = ["refresh"];
export const WIDGETS = [
"battery",
"browser-track",
"cpu",
"crypto",
"date-display",
"keyboard",
"github",
"gpu",
"memory",
"mic",
"mpd",
"music",
"netstats",
"next-meeting",
"notifications",
"sound",
"spotify",
"stock",
"time",
"user-widget",
"viscosity-vpn",
"weather",
"wifi",
"youtube-music",
"zoom",
];
export const WIDGET_ACTIONS = ["toggle", "enable", "disable", "refresh"];
export const MISSIVE_ACTIONS = ["push"];