1
0

settings.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  1. {
  2. "currentThemeName": "dynamic",
  3. "currentThemeCategory": "dynamic",
  4. "customThemeFile": "/home/johron/.config/DankMaterialShell/themes/gnomeAdwaita/theme.json",
  5. "registryThemeVariants": {
  6. "deepmono": {
  7. "dark": {
  8. "flavor": "mono",
  9. "accent": "fog"
  10. }
  11. }
  12. },
  13. "matugenScheme": "scheme-tonal-spot",
  14. "matugenContrast": 0,
  15. "runUserMatugenTemplates": true,
  16. "matugenTargetMonitor": "",
  17. "popupTransparency": 1,
  18. "dockTransparency": 1,
  19. "widgetBackgroundColor": "sch",
  20. "widgetBackgroundCustomColor": "#6750A4",
  21. "widgetBackgroundCustomStrength": 0.5,
  22. "widgetColorMode": "default",
  23. "controlCenterTileColorMode": "primary",
  24. "buttonColorMode": "primary",
  25. "cornerRadius": 12,
  26. "niriLayoutGapsOverride": -1,
  27. "niriLayoutRadiusOverride": -1,
  28. "niriLayoutBorderSize": -1,
  29. "hyprlandLayoutGapsOverride": -1,
  30. "hyprlandLayoutGapsOutOverride": -1,
  31. "hyprlandLayoutRadiusOverride": -1,
  32. "hyprlandLayoutBorderSize": -1,
  33. "hyprlandResizeOnBorder": false,
  34. "mangoLayoutGapsOverride": -1,
  35. "mangoLayoutGapsOutOverride": -1,
  36. "mangoLayoutRadiusOverride": -1,
  37. "mangoLayoutBorderSize": -1,
  38. "mangoTrackpadNaturalScrolling": true,
  39. "firstDayOfWeek": -1,
  40. "showWeekNumber": false,
  41. "calendarBackend": "auto",
  42. "use24HourClock": true,
  43. "showSeconds": false,
  44. "padHours12Hour": false,
  45. "useFahrenheit": false,
  46. "windSpeedUnit": "kmh",
  47. "nightModeEnabled": false,
  48. "animationSpeed": 1,
  49. "customAnimationDuration": 500,
  50. "syncComponentAnimationSpeeds": false,
  51. "popoutAnimationSpeed": 1,
  52. "popoutCustomAnimationDuration": 150,
  53. "modalAnimationSpeed": 1,
  54. "modalCustomAnimationDuration": 150,
  55. "enableRippleEffects": true,
  56. "animationVariant": 0,
  57. "motionEffect": 0,
  58. "m3ElevationEnabled": true,
  59. "m3ElevationIntensity": 12,
  60. "m3ElevationOpacity": 30,
  61. "m3ElevationColorMode": "default",
  62. "m3ElevationLightDirection": "top",
  63. "m3ElevationCustomColor": "#000000",
  64. "modalElevationEnabled": true,
  65. "popoutElevationEnabled": true,
  66. "barElevationEnabled": false,
  67. "blurEnabled": false,
  68. "blurForegroundLayers": true,
  69. "blurLayerOutlineOpacity": 0.12,
  70. "blurBorderColor": "outline",
  71. "blurBorderCustomColor": "#ffffff",
  72. "blurBorderOpacity": 0.35,
  73. "wallpaperFillMode": "Fill",
  74. "blurredWallpaperLayer": false,
  75. "blurWallpaperOnOverview": false,
  76. "wallpaperBackgroundColorMode": "black",
  77. "wallpaperBackgroundCustomColor": "#000000",
  78. "showLauncherButton": true,
  79. "showWorkspaceSwitcher": true,
  80. "showFocusedWindow": true,
  81. "showWeather": false,
  82. "showMusic": true,
  83. "showClipboard": true,
  84. "showCpuUsage": true,
  85. "showMemUsage": true,
  86. "showCpuTemp": true,
  87. "showGpuTemp": true,
  88. "selectedGpuIndex": 0,
  89. "enabledGpuPciIds": [],
  90. "showSystemTray": true,
  91. "systemTrayIconTintMode": "none",
  92. "systemTrayIconTintSaturation": 50,
  93. "systemTrayIconTintStrength": 135,
  94. "showClock": true,
  95. "showNotificationButton": true,
  96. "showBattery": true,
  97. "showBatteryPercent": true,
  98. "showBatteryPercentOnlyOnBattery": false,
  99. "showBatteryTime": false,
  100. "showBatteryTimeOnlyOnBattery": false,
  101. "batteryPillStyle": false,
  102. "batteryPillPercentSign": false,
  103. "showControlCenterButton": true,
  104. "showCapsLockIndicator": true,
  105. "controlCenterShowNetworkIcon": true,
  106. "controlCenterShowBluetoothIcon": true,
  107. "controlCenterShowAudioIcon": true,
  108. "controlCenterShowAudioPercent": false,
  109. "controlCenterShowVpnIcon": true,
  110. "controlCenterShowBrightnessIcon": false,
  111. "controlCenterShowBrightnessPercent": false,
  112. "controlCenterShowMicIcon": false,
  113. "controlCenterShowMicPercent": true,
  114. "controlCenterShowBatteryIcon": false,
  115. "controlCenterShowPrinterIcon": false,
  116. "controlCenterShowScreenSharingIcon": true,
  117. "controlCenterShowIdleInhibitorIcon": false,
  118. "controlCenterShowDoNotDisturbIcon": false,
  119. "showPrivacyButton": true,
  120. "privacyShowMicIcon": false,
  121. "privacyShowCameraIcon": false,
  122. "privacyShowScreenShareIcon": false,
  123. "controlCenterWidgets": [
  124. {
  125. "id": "volumeSlider",
  126. "enabled": true,
  127. "width": 50
  128. },
  129. {
  130. "id": "brightnessSlider",
  131. "enabled": true,
  132. "width": 50
  133. },
  134. {
  135. "id": "wifi",
  136. "enabled": true,
  137. "width": 50
  138. },
  139. {
  140. "id": "bluetooth",
  141. "enabled": true,
  142. "width": 50
  143. },
  144. {
  145. "id": "audioOutput",
  146. "enabled": true,
  147. "width": 50
  148. },
  149. {
  150. "id": "audioInput",
  151. "enabled": true,
  152. "width": 50
  153. },
  154. {
  155. "id": "nightMode",
  156. "enabled": true,
  157. "width": 50
  158. },
  159. {
  160. "id": "idleInhibitor",
  161. "enabled": true,
  162. "width": 50
  163. }
  164. ],
  165. "showWorkspaceIndex": true,
  166. "showWorkspaceName": false,
  167. "showWorkspacePadding": false,
  168. "workspaceScrolling": false,
  169. "showWorkspaceApps": true,
  170. "workspaceDragReorder": true,
  171. "maxWorkspaceIcons": 3,
  172. "workspaceAppIconSizeOffset": 0,
  173. "groupWorkspaceApps": true,
  174. "groupActiveWorkspaceApps": false,
  175. "workspaceFollowFocus": false,
  176. "showOccupiedWorkspacesOnly": false,
  177. "reverseScrolling": false,
  178. "dwlShowAllTags": false,
  179. "workspaceActiveAppHighlightEnabled": false,
  180. "workspaceColorMode": "default",
  181. "workspaceFocusedCustomColor": "#6750A4",
  182. "workspaceOccupiedColorMode": "none",
  183. "workspaceOccupiedCustomColor": "#625B71",
  184. "workspaceUnfocusedColorMode": "default",
  185. "workspaceUnfocusedCustomColor": "#49454E",
  186. "workspaceUrgentColorMode": "default",
  187. "workspaceUrgentCustomColor": "#B3261E",
  188. "workspaceFocusedBorderEnabled": false,
  189. "workspaceFocusedBorderColor": "primary",
  190. "workspaceFocusedBorderCustomColor": "#6750A4",
  191. "workspaceFocusedBorderThickness": 2,
  192. "workspaceUnfocusedMonitorSeparateAppearance": false,
  193. "workspaceUnfocusedMonitorColorMode": "default",
  194. "workspaceUnfocusedMonitorFocusedCustomColor": "#6750A4",
  195. "workspaceUnfocusedMonitorOccupiedColorMode": "none",
  196. "workspaceUnfocusedMonitorOccupiedCustomColor": "#625B71",
  197. "workspaceUnfocusedMonitorUnfocusedColorMode": "default",
  198. "workspaceUnfocusedMonitorUnfocusedCustomColor": "#49454E",
  199. "workspaceUnfocusedMonitorUrgentColorMode": "default",
  200. "workspaceUnfocusedMonitorUrgentCustomColor": "#B3261E",
  201. "workspaceUnfocusedMonitorBorderEnabled": false,
  202. "workspaceUnfocusedMonitorBorderColor": "primary",
  203. "workspaceUnfocusedMonitorBorderCustomColor": "#6750A4",
  204. "workspaceUnfocusedMonitorBorderThickness": 2,
  205. "workspaceNameIcons": {},
  206. "waveProgressEnabled": true,
  207. "scrollTitleEnabled": true,
  208. "mediaAdaptiveWidthEnabled": true,
  209. "audioVisualizerEnabled": true,
  210. "audioScrollMode": "volume",
  211. "audioWheelScrollAmount": 5,
  212. "audioDeviceScrollVolumeEnabled": false,
  213. "mediaExcludePlayers": [],
  214. "clockCompactMode": false,
  215. "focusedWindowCompactMode": false,
  216. "focusedWindowSize": 1,
  217. "focusedWindowShowIcon": true,
  218. "runningAppsCompactMode": true,
  219. "barMaxVisibleApps": 0,
  220. "barMaxVisibleRunningApps": 0,
  221. "barShowOverflowBadge": true,
  222. "trayAutoOverflow": true,
  223. "trayPopupSingleLine": true,
  224. "trayMaxVisibleItems": 0,
  225. "appsDockHideIndicators": false,
  226. "appsDockColorizeActive": false,
  227. "appsDockActiveColorMode": "primary",
  228. "appsDockEnlargeOnHover": false,
  229. "appsDockEnlargePercentage": 125,
  230. "appsDockIconSizePercentage": 100,
  231. "keyboardLayoutNameCompactMode": false,
  232. "keyboardLayoutNameShowIcon": false,
  233. "runningAppsCurrentWorkspace": true,
  234. "runningAppsGroupByApp": false,
  235. "runningAppsCurrentMonitor": false,
  236. "appIdSubstitutions": [],
  237. "centeringMode": "index",
  238. "clockDateFormat": "dddd, d. MMM",
  239. "lockDateFormat": "",
  240. "greeterRememberLastSession": true,
  241. "greeterRememberLastUser": true,
  242. "greeterAutoLogin": false,
  243. "greeterEnableFprint": false,
  244. "greeterEnableU2f": true,
  245. "greeterWallpaperPath": "/home/johron/Pictures/shell-imgs/bg.png",
  246. "greeterUse24HourClock": true,
  247. "greeterShowSeconds": false,
  248. "greeterPadHours12Hour": false,
  249. "greeterLockDateFormat": "",
  250. "greeterFontFamily": "",
  251. "greeterWallpaperFillMode": "",
  252. "greeterSyncPending": false,
  253. "greeterSyncBaseline": {},
  254. "mediaSize": 1,
  255. "appLauncherViewMode": "list",
  256. "spotlightModalViewMode": "list",
  257. "browserPickerViewMode": "grid",
  258. "browserUsageHistory": {},
  259. "appPickerViewMode": "grid",
  260. "filePickerUsageHistory": {},
  261. "sortAppsAlphabetically": false,
  262. "appLauncherGridColumns": 4,
  263. "spotlightCloseNiriOverview": true,
  264. "rememberLastQuery": false,
  265. "rememberLastMode": true,
  266. "spotlightSectionViewModes": {},
  267. "appDrawerSectionViewModes": {},
  268. "niriOverviewOverlayEnabled": true,
  269. "dankLauncherV2Size": "compact",
  270. "dankLauncherV2ShowSourceBadges": true,
  271. "dankLauncherV2BorderEnabled": false,
  272. "dankLauncherV2BorderThickness": 2,
  273. "dankLauncherV2BorderColor": "primary",
  274. "dankLauncherV2ShowFooter": true,
  275. "dankLauncherV2UnloadOnClose": false,
  276. "dankLauncherV2IncludeFilesInAll": false,
  277. "dankLauncherV2IncludeFoldersInAll": false,
  278. "launcherUseOverlayLayer": false,
  279. "launcherStyle": "full",
  280. "spotlightBarShowModeChips": false,
  281. "keybindsFloatingWindow": false,
  282. "useAutoLocation": false,
  283. "weatherEnabled": false,
  284. "dashTabs": [
  285. {
  286. "id": "overview",
  287. "enabled": true
  288. },
  289. {
  290. "id": "media",
  291. "enabled": true
  292. },
  293. {
  294. "id": "wallpaper",
  295. "enabled": true
  296. },
  297. {
  298. "id": "weather",
  299. "enabled": true
  300. },
  301. {
  302. "id": "settings",
  303. "enabled": true
  304. }
  305. ],
  306. "networkPreference": "auto",
  307. "iconThemeDark": "System Default",
  308. "iconThemeLight": "System Default",
  309. "iconThemePerMode": false,
  310. "lastAppliedIconTheme": "",
  311. "cursorSettings": {
  312. "theme": "System Default",
  313. "size": 24,
  314. "niri": {
  315. "hideWhenTyping": false,
  316. "hideAfterInactiveMs": 0
  317. },
  318. "hyprland": {
  319. "hideOnKeyPress": false,
  320. "hideOnTouch": false,
  321. "inactiveTimeout": 0
  322. },
  323. "dwl": {
  324. "cursorHideTimeout": 0
  325. }
  326. },
  327. "launcherLogoMode": "apps",
  328. "launcherLogoCustomPath": "",
  329. "launcherLogoColorOverride": "",
  330. "launcherLogoColorInvertOnMode": false,
  331. "launcherLogoBrightness": 0.5,
  332. "launcherLogoContrast": 1,
  333. "launcherLogoSizeOffset": 0,
  334. "fontFamily": "Adwaita Sans",
  335. "monoFontFamily": "Adwaita Mono",
  336. "fontWeight": 400,
  337. "fontScale": 1,
  338. "textRenderType": 0,
  339. "textRenderQuality": 0,
  340. "notepadUseMonospace": true,
  341. "notepadFontFamily": "",
  342. "notepadFontSize": 14,
  343. "notificationSummaryFontSize": 0,
  344. "notificationBodyFontSize": 0,
  345. "notepadShowLineNumbers": false,
  346. "notepadAutoSave": false,
  347. "notepadSlideoutSide": "right",
  348. "notepadDefaultMode": "slideout",
  349. "notepadTransparencyOverride": -1,
  350. "notepadLastCustomTransparency": 0.7,
  351. "notepadUseCompositorGap": false,
  352. "notepadEdgeGap": 0,
  353. "soundsEnabled": true,
  354. "useSystemSoundTheme": false,
  355. "soundLogin": false,
  356. "soundNewNotification": true,
  357. "soundVolumeChanged": true,
  358. "soundPluggedIn": true,
  359. "muteSoundsWhenMediaPlaying": true,
  360. "acMonitorTimeout": 300,
  361. "acLockTimeout": 600,
  362. "acSuspendTimeout": 300,
  363. "acSuspendBehavior": 2,
  364. "acProfileName": "",
  365. "acPostLockMonitorTimeout": 0,
  366. "batteryMonitorTimeout": 0,
  367. "batteryLockTimeout": 0,
  368. "batterySuspendTimeout": 0,
  369. "batterySuspendBehavior": 0,
  370. "batteryProfileName": "",
  371. "batteryPostLockMonitorTimeout": 0,
  372. "batteryChargeLimit": 100,
  373. "batteryNotifyChargeLimit": false,
  374. "batteryCriticalThreshold": 10,
  375. "batteryNotifyCritical": true,
  376. "batteryLowThreshold": 20,
  377. "batteryNotifyLow": false,
  378. "batteryChargeLimitNotificationType": 0,
  379. "batteryLowNotificationType": 0,
  380. "batteryCriticalNotificationType": 1,
  381. "batteryAutoPowerSaver": false,
  382. "lockBeforeSuspend": true,
  383. "loginctlLockIntegration": true,
  384. "fadeToLockEnabled": true,
  385. "fadeToLockGracePeriod": 5,
  386. "fadeToDpmsEnabled": true,
  387. "fadeToDpmsGracePeriod": 5,
  388. "launchPrefix": "",
  389. "brightnessDevicePins": {},
  390. "wifiNetworkPins": {},
  391. "bluetoothDevicePins": {},
  392. "audioInputDevicePins": {},
  393. "audioOutputDevicePins": {},
  394. "gtkThemingEnabled": false,
  395. "qtThemingEnabled": false,
  396. "syncModeWithPortal": true,
  397. "terminalsAlwaysDark": false,
  398. "muxType": "tmux",
  399. "muxUseCustomCommand": false,
  400. "muxCustomCommand": "",
  401. "muxSessionFilter": "",
  402. "runDmsMatugenTemplates": true,
  403. "matugenTemplateGtk": true,
  404. "matugenTemplateNiri": true,
  405. "matugenTemplateHyprland": true,
  406. "matugenTemplateMangowc": true,
  407. "matugenTemplateQt5ct": true,
  408. "matugenTemplateQt6ct": true,
  409. "matugenTemplateFirefox": true,
  410. "matugenTemplatePywalfox": true,
  411. "matugenTemplateZenBrowser": true,
  412. "matugenTemplateVesktop": true,
  413. "matugenTemplateVencord": true,
  414. "matugenTemplateEquibop": true,
  415. "matugenTemplateGhostty": true,
  416. "matugenTemplateKitty": true,
  417. "matugenTemplateFoot": true,
  418. "matugenTemplateAlacritty": true,
  419. "matugenTemplateNeovim": false,
  420. "matugenTemplateWezterm": true,
  421. "matugenTemplateDgop": true,
  422. "matugenTemplateKcolorscheme": true,
  423. "matugenTemplateVscode": true,
  424. "matugenTemplateEmacs": true,
  425. "matugenTemplateZed": true,
  426. "matugenTemplateNeovimSettings": {
  427. "dark": {
  428. "baseTheme": "github_dark",
  429. "harmony": 0.5
  430. },
  431. "light": {
  432. "baseTheme": "github_light",
  433. "harmony": 0.5
  434. }
  435. },
  436. "matugenTemplateNeovimSetBackground": true,
  437. "showDock": false,
  438. "dockAutoHide": false,
  439. "dockSmartAutoHide": false,
  440. "dockUseOverlayLayer": false,
  441. "dockGroupByApp": false,
  442. "dockRestoreSpecialWorkspaceOnClick": false,
  443. "dockOpenOnOverview": false,
  444. "dockPosition": 0,
  445. "dockSpacing": 4,
  446. "dockBottomGap": 0,
  447. "dockMargin": 0,
  448. "dockIconSize": 40,
  449. "dockIndicatorStyle": "circle",
  450. "dockBorderEnabled": false,
  451. "dockBorderColor": "surfaceText",
  452. "dockBorderOpacity": 1,
  453. "dockBorderThickness": 1,
  454. "dockIsolateDisplays": false,
  455. "dockLauncherEnabled": false,
  456. "dockLauncherLogoMode": "apps",
  457. "dockLauncherLogoCustomPath": "",
  458. "dockLauncherLogoColorOverride": "",
  459. "dockLauncherLogoSizeOffset": 0,
  460. "dockLauncherLogoBrightness": 0.5,
  461. "dockLauncherLogoContrast": 1,
  462. "dockMaxVisibleApps": 0,
  463. "dockMaxVisibleRunningApps": 0,
  464. "dockShowOverflowBadge": true,
  465. "dockShowTrash": false,
  466. "dockTrashFileManager": "default",
  467. "dockTrashCustomCommand": "",
  468. "notificationOverlayEnabled": false,
  469. "notificationPopupShadowEnabled": true,
  470. "notificationPopupPrivacyMode": false,
  471. "modalDarkenBackground": true,
  472. "lockScreenShowPowerActions": true,
  473. "lockScreenShowSystemIcons": true,
  474. "lockScreenShowTime": true,
  475. "lockScreenShowDate": true,
  476. "lockScreenShowProfileImage": true,
  477. "lockScreenShowPasswordField": true,
  478. "lockScreenShowMediaPlayer": true,
  479. "lockScreenPowerOffMonitorsOnLock": false,
  480. "lockAtStartup": false,
  481. "enableFprint": false,
  482. "maxFprintTries": 15,
  483. "enableU2f": false,
  484. "u2fMode": "or",
  485. "lockScreenInactiveColor": "#000000",
  486. "lockScreenNotificationMode": 0,
  487. "lockScreenVideoEnabled": false,
  488. "lockScreenVideoPath": "",
  489. "lockScreenVideoCycling": false,
  490. "lockScreenWallpaperPath": "",
  491. "lockScreenWallpaperFillMode": "",
  492. "lockScreenFontFamily": "",
  493. "hideBrightnessSlider": false,
  494. "notificationTimeoutLow": 5000,
  495. "notificationTimeoutNormal": 5000,
  496. "notificationTimeoutCritical": 0,
  497. "notificationCompactMode": false,
  498. "notificationShowTimeoutBar": false,
  499. "notificationDedupeEnabled": true,
  500. "notificationPopupPosition": 0,
  501. "notificationAnimationSpeed": 1,
  502. "notificationCustomAnimationDuration": 400,
  503. "notificationHistoryEnabled": false,
  504. "notificationHistoryMaxCount": 50,
  505. "notificationHistoryMaxAgeDays": 1,
  506. "notificationHistorySaveLow": true,
  507. "notificationHistorySaveNormal": true,
  508. "notificationHistorySaveCritical": true,
  509. "notificationRules": [],
  510. "notificationFocusedMonitor": false,
  511. "osdAlwaysShowValue": false,
  512. "osdPosition": 5,
  513. "osdVolumeEnabled": true,
  514. "osdMediaVolumeEnabled": true,
  515. "osdMediaPlaybackEnabled": false,
  516. "osdBrightnessEnabled": true,
  517. "osdIdleInhibitorEnabled": true,
  518. "osdMicMuteEnabled": true,
  519. "osdCapsLockEnabled": true,
  520. "osdPowerProfileEnabled": true,
  521. "osdAudioOutputEnabled": true,
  522. "powerActionConfirm": true,
  523. "powerActionHoldDuration": 0.5,
  524. "powerMenuActions": [
  525. "reboot",
  526. "logout",
  527. "poweroff",
  528. "lock",
  529. "suspend",
  530. "restart",
  531. "hibernate"
  532. ],
  533. "powerMenuDefaultAction": "poweroff",
  534. "powerMenuGridLayout": false,
  535. "customPowerActionLock": "",
  536. "customPowerActionLogout": "",
  537. "customPowerActionSuspend": "",
  538. "customPowerActionHibernate": "",
  539. "customPowerActionReboot": "",
  540. "customPowerActionPowerOff": "",
  541. "updaterHideWidget": false,
  542. "updaterCheckOnStart": false,
  543. "updaterUseCustomCommand": true,
  544. "updaterCustomCommand": "nix-update",
  545. "updaterTerminalAdditionalParams": "",
  546. "updaterIntervalSeconds": 1800,
  547. "updaterIncludeFlatpak": true,
  548. "updaterAllowAUR": true,
  549. "displayNameMode": "system",
  550. "screenPreferences": {
  551. "dock": [],
  552. "notifications": [
  553. "all"
  554. ],
  555. "wallpaper": [
  556. "all"
  557. ],
  558. "notepad": []
  559. },
  560. "showOnLastDisplay": {
  561. "dock": false,
  562. "notifications": true
  563. },
  564. "niriOutputSettings": {},
  565. "hyprlandOutputSettings": {},
  566. "displayProfiles": {},
  567. "activeDisplayProfile": {},
  568. "displayProfileAutoSelect": false,
  569. "displayShowDisconnected": false,
  570. "displaySnapToEdge": true,
  571. "connectedFrameBarStyleBackups": {},
  572. "barConfigs": [
  573. {
  574. "id": "default",
  575. "name": "Main Bar",
  576. "enabled": true,
  577. "position": 1,
  578. "screenPreferences": [
  579. "all"
  580. ],
  581. "showOnLastDisplay": true,
  582. "leftWidgets": [
  583. "workspaceSwitcher",
  584. {
  585. "id": "music",
  586. "enabled": true
  587. }
  588. ],
  589. "centerWidgets": [
  590. {
  591. "id": "clock",
  592. "enabled": true,
  593. "clockCompactMode": false
  594. }
  595. ],
  596. "rightWidgets": [
  597. {
  598. "id": "notificationButton",
  599. "enabled": true
  600. },
  601. {
  602. "id": "systemTray",
  603. "enabled": true
  604. },
  605. {
  606. "id": "usbManager",
  607. "enabled": true
  608. },
  609. {
  610. "id": "battery",
  611. "enabled": true
  612. },
  613. {
  614. "id": "controlCenterButton",
  615. "enabled": true,
  616. "showAudioPercent": false,
  617. "showBrightnessIcon": true,
  618. "showBrightnessPercent": false,
  619. "showMicIcon": false,
  620. "showBatteryIcon": false,
  621. "showPrinterIcon": false,
  622. "showScreenSharingIcon": true
  623. }
  624. ],
  625. "spacing": 0,
  626. "innerPadding": -4,
  627. "bottomGap": 0,
  628. "transparency": 1,
  629. "widgetTransparency": 1,
  630. "squareCorners": true,
  631. "noBackground": false,
  632. "maximizeWidgetIcons": false,
  633. "maximizeWidgetText": false,
  634. "removeWidgetPadding": false,
  635. "widgetPadding": 8,
  636. "gothCornersEnabled": false,
  637. "gothCornerRadiusOverride": false,
  638. "gothCornerRadiusValue": 12,
  639. "borderEnabled": false,
  640. "borderColor": "surfaceText",
  641. "borderOpacity": 1,
  642. "borderThickness": 1,
  643. "widgetOutlineEnabled": false,
  644. "widgetOutlineColor": "primary",
  645. "widgetOutlineOpacity": 1,
  646. "widgetOutlineThickness": 1,
  647. "fontScale": 1,
  648. "iconScale": 1,
  649. "autoHide": false,
  650. "autoHideDelay": 250,
  651. "showOnWindowsOpen": false,
  652. "openOnOverview": false,
  653. "visible": true,
  654. "popupGapsAuto": true,
  655. "popupGapsManual": 0,
  656. "maximizeDetection": true,
  657. "scrollEnabled": true,
  658. "scrollXBehavior": "column",
  659. "scrollYBehavior": "workspace",
  660. "shadowIntensity": 0,
  661. "shadowOpacity": 60,
  662. "shadowColorMode": "text",
  663. "shadowCustomColor": "#000000",
  664. "clickThrough": false
  665. }
  666. ],
  667. "desktopClockEnabled": false,
  668. "desktopClockStyle": "analog",
  669. "desktopClockTransparency": 0.8,
  670. "desktopClockColorMode": "primary",
  671. "desktopClockCustomColor": {
  672. "r": 1,
  673. "g": 1,
  674. "b": 1,
  675. "a": 1,
  676. "hsvHue": -1,
  677. "hsvSaturation": 0,
  678. "hsvValue": 1,
  679. "hslHue": -1,
  680. "hslSaturation": 0,
  681. "hslLightness": 1,
  682. "valid": true
  683. },
  684. "desktopClockShowDate": true,
  685. "desktopClockShowAnalogNumbers": false,
  686. "desktopClockShowAnalogSeconds": true,
  687. "desktopClockX": -1,
  688. "desktopClockY": -1,
  689. "desktopClockWidth": 280,
  690. "desktopClockHeight": 180,
  691. "desktopClockDisplayPreferences": [
  692. "all"
  693. ],
  694. "systemMonitorEnabled": false,
  695. "systemMonitorShowHeader": true,
  696. "systemMonitorTransparency": 0.8,
  697. "systemMonitorColorMode": "primary",
  698. "systemMonitorCustomColor": {
  699. "r": 1,
  700. "g": 1,
  701. "b": 1,
  702. "a": 1,
  703. "hsvHue": -1,
  704. "hsvSaturation": 0,
  705. "hsvValue": 1,
  706. "hslHue": -1,
  707. "hslSaturation": 0,
  708. "hslLightness": 1,
  709. "valid": true
  710. },
  711. "systemMonitorShowCpu": true,
  712. "systemMonitorShowCpuGraph": true,
  713. "systemMonitorShowCpuTemp": true,
  714. "systemMonitorShowGpuTemp": false,
  715. "systemMonitorGpuPciId": "",
  716. "systemMonitorShowMemory": true,
  717. "systemMonitorShowMemoryGraph": true,
  718. "systemMonitorShowNetwork": true,
  719. "systemMonitorShowNetworkGraph": true,
  720. "systemMonitorShowDisk": true,
  721. "systemMonitorShowTopProcesses": false,
  722. "systemMonitorTopProcessCount": 3,
  723. "systemMonitorTopProcessSortBy": "cpu",
  724. "systemMonitorGraphInterval": 60,
  725. "systemMonitorLayoutMode": "auto",
  726. "systemMonitorX": -1,
  727. "systemMonitorY": -1,
  728. "systemMonitorWidth": 320,
  729. "systemMonitorHeight": 480,
  730. "systemMonitorDisplayPreferences": [
  731. "all"
  732. ],
  733. "systemMonitorVariants": [],
  734. "desktopWidgetPositions": {},
  735. "desktopWidgetGridSettings": {},
  736. "desktopWidgetInstances": [],
  737. "desktopWidgetGroups": [],
  738. "builtInPluginSettings": {
  739. "dms_settings_search": {
  740. "trigger": "?"
  741. },
  742. "dms_notepad": {
  743. "enabled": false
  744. }
  745. },
  746. "clipboardClickToPaste": false,
  747. "clipboardEnterToPaste": false,
  748. "clipboardRememberTypeFilter": false,
  749. "clipboardTypeFilter": "all",
  750. "clipboardVisibleEntryActions": [
  751. "pin",
  752. "edit",
  753. "delete"
  754. ],
  755. "launcherPluginVisibility": {},
  756. "launcherPluginOrder": [],
  757. "frameEnabled": false,
  758. "frameThickness": 16,
  759. "frameRounding": 23,
  760. "frameColor": "",
  761. "frameOpacity": 1,
  762. "frameScreenPreferences": [
  763. "all"
  764. ],
  765. "frameBarSize": 40,
  766. "frameShowOnOverview": false,
  767. "frameBlurEnabled": true,
  768. "frameCloseGaps": true,
  769. "frameLauncherEmergeSide": "bottom",
  770. "frameLauncherArcExtender": false,
  771. "frameLauncherEdgeHover": false,
  772. "frameMode": "connected",
  773. "barInsetPaddingShared": -1,
  774. "barInsetPaddingSyncAll": false,
  775. "frameBarInsetPadding": -1,
  776. "configVersion": 12
  777. }