-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
27 lines (27 loc) · 903 Bytes
/
settings.json
File metadata and controls
27 lines (27 loc) · 903 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
{
"isDarkTheme": true,
"currentTheme": "catppuccin_dark",
"useCustomAccent": true,
"avatarSource": "https://cdn.discordapp.com/avatars/158005126638993408/de403b05fd7f74bb17e01a9b066a30fa?size=64",
"weatherLocation": "Toronto",
"useFahrenheit": false,
"displayTime": 6000,
"videoPath": "~/Videos/",
"wallpaperDirectory": "/home/orual/Pictures/Wallpapers",
"lastWallpaperPath": "",
"customDarkAccent": "#c5cc7a",
"customLightAccent": "#c5cc7a",
"autoSwitchPlayer": true,
"alwaysShowPlayerDropdown": true,
"historyLimit": 25,
"nightLightEnabled": false,
"nightLightWarmth": 0.4,
"nightLightAuto": false,
"nightLightStartHour": 20,
"nightLightEndHour": 6,
"nightLightManualOverride": false,
"nightLightManuallyEnabled": false,
"ignoredApps": [],
"workspaceBurstEnabled": true,
"workspaceGlowEnabled": true
}