settings.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  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. "runUserMatugenTemplates": true,
  15. "matugenTargetMonitor": "",
  16. "popupTransparency": 1,
  17. "dockTransparency": 1,
  18. "widgetBackgroundColor": "sch",
  19. "widgetColorMode": "default",
  20. "controlCenterTileColorMode": "primary",
  21. "buttonColorMode": "primary",
  22. "cornerRadius": 12,
  23. "niriLayoutGapsOverride": -1,
  24. "niriLayoutRadiusOverride": -1,
  25. "niriLayoutBorderSize": -1,
  26. "hyprlandLayoutGapsOverride": -1,
  27. "hyprlandLayoutRadiusOverride": -1,
  28. "hyprlandLayoutBorderSize": -1,
  29. "mangoLayoutGapsOverride": -1,
  30. "mangoLayoutRadiusOverride": -1,
  31. "mangoLayoutBorderSize": -1,
  32. "use24HourClock": true,
  33. "showSeconds": false,
  34. "padHours12Hour": false,
  35. "useFahrenheit": false,
  36. "windSpeedUnit": "kmh",
  37. "nightModeEnabled": false,
  38. "animationSpeed": 1,
  39. "customAnimationDuration": 500,
  40. "syncComponentAnimationSpeeds": false,
  41. "popoutAnimationSpeed": 1,
  42. "popoutCustomAnimationDuration": 150,
  43. "modalAnimationSpeed": 1,
  44. "modalCustomAnimationDuration": 150,
  45. "enableRippleEffects": true,
  46. "blurEnabled": false,
  47. "blurForegroundLayers": true,
  48. "blurLayerOutlineOpacity": 0.12,
  49. "blurBorderColor": "outline",
  50. "blurBorderCustomColor": "#ffffff",
  51. "blurBorderOpacity": 0.35,
  52. "wallpaperFillMode": "Fill",
  53. "blurredWallpaperLayer": false,
  54. "blurWallpaperOnOverview": false,
  55. "showLauncherButton": true,
  56. "showWorkspaceSwitcher": true,
  57. "showFocusedWindow": true,
  58. "showWeather": false,
  59. "showMusic": true,
  60. "showClipboard": true,
  61. "showCpuUsage": true,
  62. "showMemUsage": true,
  63. "showCpuTemp": true,
  64. "showGpuTemp": true,
  65. "selectedGpuIndex": 0,
  66. "enabledGpuPciIds": [],
  67. "showSystemTray": true,
  68. "systemTrayIconTintMode": "none",
  69. "systemTrayIconTintSaturation": 50,
  70. "systemTrayIconTintStrength": 135,
  71. "showClock": true,
  72. "showNotificationButton": true,
  73. "showBattery": true,
  74. "showControlCenterButton": true,
  75. "showCapsLockIndicator": true,
  76. "controlCenterShowNetworkIcon": true,
  77. "controlCenterShowBluetoothIcon": true,
  78. "controlCenterShowAudioIcon": true,
  79. "controlCenterShowAudioPercent": false,
  80. "controlCenterShowVpnIcon": true,
  81. "controlCenterShowBrightnessIcon": false,
  82. "controlCenterShowBrightnessPercent": false,
  83. "controlCenterShowMicIcon": false,
  84. "controlCenterShowMicPercent": true,
  85. "controlCenterShowBatteryIcon": false,
  86. "controlCenterShowPrinterIcon": false,
  87. "controlCenterShowScreenSharingIcon": true,
  88. "showPrivacyButton": true,
  89. "privacyShowMicIcon": false,
  90. "privacyShowCameraIcon": false,
  91. "privacyShowScreenShareIcon": false,
  92. "controlCenterWidgets": [
  93. {
  94. "id": "volumeSlider",
  95. "enabled": true,
  96. "width": 50
  97. },
  98. {
  99. "id": "brightnessSlider",
  100. "enabled": true,
  101. "width": 50
  102. },
  103. {
  104. "id": "wifi",
  105. "enabled": true,
  106. "width": 50
  107. },
  108. {
  109. "id": "bluetooth",
  110. "enabled": true,
  111. "width": 50
  112. },
  113. {
  114. "id": "audioOutput",
  115. "enabled": true,
  116. "width": 50
  117. },
  118. {
  119. "id": "audioInput",
  120. "enabled": true,
  121. "width": 50
  122. },
  123. {
  124. "id": "nightMode",
  125. "enabled": true,
  126. "width": 50
  127. },
  128. {
  129. "id": "idleInhibitor",
  130. "enabled": true,
  131. "width": 50
  132. }
  133. ],
  134. "showWorkspaceIndex": true,
  135. "showWorkspaceName": false,
  136. "showWorkspacePadding": false,
  137. "workspaceScrolling": false,
  138. "showWorkspaceApps": true,
  139. "workspaceDragReorder": true,
  140. "maxWorkspaceIcons": 3,
  141. "workspaceAppIconSizeOffset": 0,
  142. "groupWorkspaceApps": true,
  143. "workspaceFollowFocus": false,
  144. "showOccupiedWorkspacesOnly": false,
  145. "reverseScrolling": false,
  146. "dwlShowAllTags": false,
  147. "workspaceColorMode": "default",
  148. "workspaceOccupiedColorMode": "none",
  149. "workspaceUnfocusedColorMode": "default",
  150. "workspaceUrgentColorMode": "default",
  151. "workspaceFocusedBorderEnabled": false,
  152. "workspaceFocusedBorderColor": "primary",
  153. "workspaceFocusedBorderThickness": 2,
  154. "workspaceNameIcons": {},
  155. "waveProgressEnabled": true,
  156. "scrollTitleEnabled": true,
  157. "audioVisualizerEnabled": true,
  158. "audioScrollMode": "volume",
  159. "audioWheelScrollAmount": 5,
  160. "clockCompactMode": false,
  161. "focusedWindowCompactMode": false,
  162. "runningAppsCompactMode": true,
  163. "barMaxVisibleApps": 0,
  164. "barMaxVisibleRunningApps": 0,
  165. "barShowOverflowBadge": true,
  166. "appsDockHideIndicators": false,
  167. "appsDockColorizeActive": false,
  168. "appsDockActiveColorMode": "primary",
  169. "appsDockEnlargeOnHover": false,
  170. "appsDockEnlargePercentage": 125,
  171. "appsDockIconSizePercentage": 100,
  172. "keyboardLayoutNameCompactMode": false,
  173. "runningAppsCurrentWorkspace": true,
  174. "runningAppsGroupByApp": false,
  175. "runningAppsCurrentMonitor": false,
  176. "appIdSubstitutions": [],
  177. "centeringMode": "index",
  178. "clockDateFormat": "dddd, d. MMM",
  179. "lockDateFormat": "",
  180. "greeterRememberLastSession": true,
  181. "greeterRememberLastUser": true,
  182. "greeterEnableFprint": false,
  183. "greeterEnableU2f": false,
  184. "greeterWallpaperPath": "/home/johron/Pictures/shell-imgs/bg.png",
  185. "mediaSize": 1,
  186. "appLauncherViewMode": "list",
  187. "spotlightModalViewMode": "list",
  188. "browserPickerViewMode": "grid",
  189. "browserUsageHistory": {},
  190. "appPickerViewMode": "grid",
  191. "filePickerUsageHistory": {},
  192. "sortAppsAlphabetically": false,
  193. "appLauncherGridColumns": 4,
  194. "spotlightCloseNiriOverview": true,
  195. "spotlightSectionViewModes": {},
  196. "appDrawerSectionViewModes": {},
  197. "niriOverviewOverlayEnabled": true,
  198. "dankLauncherV2Size": "compact",
  199. "dankLauncherV2BorderEnabled": false,
  200. "dankLauncherV2BorderThickness": 2,
  201. "dankLauncherV2BorderColor": "primary",
  202. "dankLauncherV2ShowFooter": true,
  203. "dankLauncherV2UnloadOnClose": false,
  204. "useAutoLocation": false,
  205. "weatherEnabled": false,
  206. "networkPreference": "auto",
  207. "iconTheme": "System Default",
  208. "cursorSettings": {
  209. "theme": "System Default",
  210. "size": 24,
  211. "niri": {
  212. "hideWhenTyping": false,
  213. "hideAfterInactiveMs": 0
  214. },
  215. "hyprland": {
  216. "hideOnKeyPress": false,
  217. "hideOnTouch": false,
  218. "inactiveTimeout": 0
  219. },
  220. "dwl": {
  221. "cursorHideTimeout": 0
  222. }
  223. },
  224. "launcherLogoMode": "apps",
  225. "launcherLogoCustomPath": "",
  226. "launcherLogoColorOverride": "",
  227. "launcherLogoColorInvertOnMode": false,
  228. "launcherLogoBrightness": 0.5,
  229. "launcherLogoContrast": 1,
  230. "launcherLogoSizeOffset": 0,
  231. "fontFamily": "Adwaita Sans",
  232. "monoFontFamily": "Adwaita Mono",
  233. "fontWeight": 400,
  234. "fontScale": 1,
  235. "notepadUseMonospace": true,
  236. "notepadFontFamily": "",
  237. "notepadFontSize": 14,
  238. "notepadShowLineNumbers": false,
  239. "notepadTransparencyOverride": -1,
  240. "notepadLastCustomTransparency": 0.7,
  241. "soundsEnabled": true,
  242. "useSystemSoundTheme": false,
  243. "soundNewNotification": true,
  244. "soundVolumeChanged": true,
  245. "soundPluggedIn": true,
  246. "acMonitorTimeout": 300,
  247. "acLockTimeout": 600,
  248. "acSuspendTimeout": 300,
  249. "acSuspendBehavior": 2,
  250. "acProfileName": "",
  251. "batteryMonitorTimeout": 0,
  252. "batteryLockTimeout": 0,
  253. "batterySuspendTimeout": 0,
  254. "batterySuspendBehavior": 0,
  255. "batteryProfileName": "",
  256. "batteryChargeLimit": 100,
  257. "lockBeforeSuspend": true,
  258. "loginctlLockIntegration": true,
  259. "fadeToLockEnabled": true,
  260. "fadeToLockGracePeriod": 5,
  261. "fadeToDpmsEnabled": true,
  262. "fadeToDpmsGracePeriod": 5,
  263. "launchPrefix": "",
  264. "brightnessDevicePins": {},
  265. "wifiNetworkPins": {},
  266. "bluetoothDevicePins": {},
  267. "audioInputDevicePins": {},
  268. "audioOutputDevicePins": {},
  269. "gtkThemingEnabled": false,
  270. "qtThemingEnabled": false,
  271. "syncModeWithPortal": true,
  272. "terminalsAlwaysDark": false,
  273. "muxType": "tmux",
  274. "muxUseCustomCommand": false,
  275. "muxCustomCommand": "",
  276. "muxSessionFilter": "",
  277. "runDmsMatugenTemplates": true,
  278. "matugenTemplateGtk": true,
  279. "matugenTemplateNiri": true,
  280. "matugenTemplateHyprland": true,
  281. "matugenTemplateMangowc": true,
  282. "matugenTemplateQt5ct": true,
  283. "matugenTemplateQt6ct": true,
  284. "matugenTemplateFirefox": true,
  285. "matugenTemplatePywalfox": true,
  286. "matugenTemplateZenBrowser": true,
  287. "matugenTemplateVesktop": true,
  288. "matugenTemplateEquibop": true,
  289. "matugenTemplateGhostty": true,
  290. "matugenTemplateKitty": true,
  291. "matugenTemplateFoot": true,
  292. "matugenTemplateAlacritty": true,
  293. "matugenTemplateNeovim": false,
  294. "matugenTemplateWezterm": true,
  295. "matugenTemplateDgop": true,
  296. "matugenTemplateKcolorscheme": true,
  297. "matugenTemplateVscode": true,
  298. "matugenTemplateEmacs": true,
  299. "matugenTemplateZed": true,
  300. "showDock": false,
  301. "dockAutoHide": false,
  302. "dockSmartAutoHide": false,
  303. "dockGroupByApp": false,
  304. "dockOpenOnOverview": false,
  305. "dockPosition": 0,
  306. "dockSpacing": 4,
  307. "dockBottomGap": 0,
  308. "dockMargin": 0,
  309. "dockIconSize": 40,
  310. "dockIndicatorStyle": "circle",
  311. "dockBorderEnabled": false,
  312. "dockBorderColor": "surfaceText",
  313. "dockBorderOpacity": 1,
  314. "dockBorderThickness": 1,
  315. "dockIsolateDisplays": false,
  316. "dockLauncherEnabled": false,
  317. "dockLauncherLogoMode": "apps",
  318. "dockLauncherLogoCustomPath": "",
  319. "dockLauncherLogoColorOverride": "",
  320. "dockLauncherLogoSizeOffset": 0,
  321. "dockLauncherLogoBrightness": 0.5,
  322. "dockLauncherLogoContrast": 1,
  323. "dockMaxVisibleApps": 0,
  324. "dockMaxVisibleRunningApps": 0,
  325. "dockShowOverflowBadge": true,
  326. "notificationOverlayEnabled": false,
  327. "notificationPopupShadowEnabled": true,
  328. "notificationPopupPrivacyMode": false,
  329. "modalDarkenBackground": true,
  330. "lockScreenShowPowerActions": true,
  331. "lockScreenShowSystemIcons": true,
  332. "lockScreenShowTime": true,
  333. "lockScreenShowDate": true,
  334. "lockScreenShowProfileImage": true,
  335. "lockScreenShowPasswordField": true,
  336. "lockScreenShowMediaPlayer": true,
  337. "lockScreenPowerOffMonitorsOnLock": false,
  338. "lockAtStartup": false,
  339. "enableFprint": false,
  340. "maxFprintTries": 15,
  341. "enableU2f": false,
  342. "u2fMode": "or",
  343. "lockScreenActiveMonitor": "all",
  344. "lockScreenInactiveColor": "#000000",
  345. "lockScreenNotificationMode": 0,
  346. "hideBrightnessSlider": false,
  347. "notificationTimeoutLow": 5000,
  348. "notificationTimeoutNormal": 5000,
  349. "notificationTimeoutCritical": 0,
  350. "notificationCompactMode": false,
  351. "notificationPopupPosition": 0,
  352. "notificationAnimationSpeed": 1,
  353. "notificationCustomAnimationDuration": 400,
  354. "notificationHistoryEnabled": false,
  355. "notificationHistoryMaxCount": 50,
  356. "notificationHistoryMaxAgeDays": 1,
  357. "notificationHistorySaveLow": true,
  358. "notificationHistorySaveNormal": true,
  359. "notificationHistorySaveCritical": true,
  360. "notificationRules": [],
  361. "osdAlwaysShowValue": false,
  362. "osdPosition": 5,
  363. "osdVolumeEnabled": true,
  364. "osdMediaVolumeEnabled": true,
  365. "osdMediaPlaybackEnabled": false,
  366. "osdBrightnessEnabled": true,
  367. "osdIdleInhibitorEnabled": true,
  368. "osdMicMuteEnabled": true,
  369. "osdCapsLockEnabled": true,
  370. "osdPowerProfileEnabled": true,
  371. "osdAudioOutputEnabled": true,
  372. "powerActionConfirm": true,
  373. "powerActionHoldDuration": 0.5,
  374. "powerMenuActions": [
  375. "reboot",
  376. "logout",
  377. "poweroff",
  378. "lock",
  379. "suspend",
  380. "restart",
  381. "hibernate"
  382. ],
  383. "powerMenuDefaultAction": "poweroff",
  384. "powerMenuGridLayout": false,
  385. "customPowerActionLock": "",
  386. "customPowerActionLogout": "",
  387. "customPowerActionSuspend": "",
  388. "customPowerActionHibernate": "",
  389. "customPowerActionReboot": "",
  390. "customPowerActionPowerOff": "",
  391. "updaterHideWidget": false,
  392. "updaterUseCustomCommand": true,
  393. "updaterCustomCommand": "nix-update",
  394. "updaterTerminalAdditionalParams": "",
  395. "displayNameMode": "system",
  396. "screenPreferences": {
  397. "dock": [],
  398. "notifications": [
  399. "all"
  400. ],
  401. "wallpaper": [
  402. "all"
  403. ],
  404. "notepad": []
  405. },
  406. "showOnLastDisplay": {
  407. "dock": false,
  408. "notifications": true
  409. },
  410. "niriOutputSettings": {},
  411. "hyprlandOutputSettings": {},
  412. "displayProfiles": {},
  413. "activeDisplayProfile": {},
  414. "displayProfileAutoSelect": false,
  415. "displayShowDisconnected": false,
  416. "displaySnapToEdge": true,
  417. "barConfigs": [
  418. {
  419. "id": "default",
  420. "name": "Main Bar",
  421. "enabled": true,
  422. "position": 1,
  423. "screenPreferences": [
  424. "all"
  425. ],
  426. "showOnLastDisplay": true,
  427. "leftWidgets": [
  428. "workspaceSwitcher",
  429. {
  430. "id": "music",
  431. "enabled": true
  432. }
  433. ],
  434. "centerWidgets": [
  435. {
  436. "id": "clock",
  437. "enabled": true,
  438. "clockCompactMode": false
  439. }
  440. ],
  441. "rightWidgets": [
  442. {
  443. "id": "notificationButton",
  444. "enabled": true
  445. },
  446. {
  447. "id": "systemTray",
  448. "enabled": true
  449. },
  450. {
  451. "id": "usbManager",
  452. "enabled": true
  453. },
  454. {
  455. "id": "battery",
  456. "enabled": true
  457. },
  458. {
  459. "id": "controlCenterButton",
  460. "enabled": true,
  461. "showAudioPercent": false,
  462. "showBrightnessIcon": true,
  463. "showBrightnessPercent": false,
  464. "showMicIcon": false,
  465. "showBatteryIcon": false,
  466. "showPrinterIcon": false,
  467. "showScreenSharingIcon": true
  468. }
  469. ],
  470. "spacing": 0,
  471. "innerPadding": -4,
  472. "bottomGap": 0,
  473. "transparency": 1,
  474. "widgetTransparency": 1,
  475. "squareCorners": true,
  476. "noBackground": false,
  477. "maximizeWidgetIcons": false,
  478. "maximizeWidgetText": false,
  479. "removeWidgetPadding": false,
  480. "widgetPadding": 8,
  481. "gothCornersEnabled": false,
  482. "gothCornerRadiusOverride": false,
  483. "gothCornerRadiusValue": 12,
  484. "borderEnabled": false,
  485. "borderColor": "surfaceText",
  486. "borderOpacity": 1,
  487. "borderThickness": 1,
  488. "widgetOutlineEnabled": false,
  489. "widgetOutlineColor": "primary",
  490. "widgetOutlineOpacity": 1,
  491. "widgetOutlineThickness": 1,
  492. "fontScale": 1,
  493. "iconScale": 1,
  494. "autoHide": false,
  495. "autoHideDelay": 250,
  496. "showOnWindowsOpen": false,
  497. "openOnOverview": false,
  498. "visible": true,
  499. "popupGapsAuto": true,
  500. "popupGapsManual": 0,
  501. "maximizeDetection": true,
  502. "scrollEnabled": true,
  503. "scrollXBehavior": "column",
  504. "scrollYBehavior": "workspace",
  505. "shadowIntensity": 0,
  506. "shadowOpacity": 60,
  507. "shadowColorMode": "text",
  508. "shadowCustomColor": "#000000",
  509. "clickThrough": false
  510. }
  511. ],
  512. "desktopClockEnabled": false,
  513. "desktopClockStyle": "analog",
  514. "desktopClockTransparency": 0.8,
  515. "desktopClockColorMode": "primary",
  516. "desktopClockCustomColor": {
  517. "r": 1,
  518. "g": 1,
  519. "b": 1,
  520. "a": 1,
  521. "hsvHue": -1,
  522. "hsvSaturation": 0,
  523. "hsvValue": 1,
  524. "hslHue": -1,
  525. "hslSaturation": 0,
  526. "hslLightness": 1,
  527. "valid": true
  528. },
  529. "desktopClockShowDate": true,
  530. "desktopClockShowAnalogNumbers": false,
  531. "desktopClockShowAnalogSeconds": true,
  532. "desktopClockX": -1,
  533. "desktopClockY": -1,
  534. "desktopClockWidth": 280,
  535. "desktopClockHeight": 180,
  536. "desktopClockDisplayPreferences": [
  537. "all"
  538. ],
  539. "systemMonitorEnabled": false,
  540. "systemMonitorShowHeader": true,
  541. "systemMonitorTransparency": 0.8,
  542. "systemMonitorColorMode": "primary",
  543. "systemMonitorCustomColor": {
  544. "r": 1,
  545. "g": 1,
  546. "b": 1,
  547. "a": 1,
  548. "hsvHue": -1,
  549. "hsvSaturation": 0,
  550. "hsvValue": 1,
  551. "hslHue": -1,
  552. "hslSaturation": 0,
  553. "hslLightness": 1,
  554. "valid": true
  555. },
  556. "systemMonitorShowCpu": true,
  557. "systemMonitorShowCpuGraph": true,
  558. "systemMonitorShowCpuTemp": true,
  559. "systemMonitorShowGpuTemp": false,
  560. "systemMonitorGpuPciId": "",
  561. "systemMonitorShowMemory": true,
  562. "systemMonitorShowMemoryGraph": true,
  563. "systemMonitorShowNetwork": true,
  564. "systemMonitorShowNetworkGraph": true,
  565. "systemMonitorShowDisk": true,
  566. "systemMonitorShowTopProcesses": false,
  567. "systemMonitorTopProcessCount": 3,
  568. "systemMonitorTopProcessSortBy": "cpu",
  569. "systemMonitorGraphInterval": 60,
  570. "systemMonitorLayoutMode": "auto",
  571. "systemMonitorX": -1,
  572. "systemMonitorY": -1,
  573. "systemMonitorWidth": 320,
  574. "systemMonitorHeight": 480,
  575. "systemMonitorDisplayPreferences": [
  576. "all"
  577. ],
  578. "systemMonitorVariants": [],
  579. "desktopWidgetPositions": {},
  580. "desktopWidgetGridSettings": {},
  581. "desktopWidgetInstances": [],
  582. "desktopWidgetGroups": [],
  583. "builtInPluginSettings": {
  584. "dms_settings_search": {
  585. "trigger": "?"
  586. },
  587. "dms_notepad": {
  588. "enabled": false
  589. }
  590. },
  591. "clipboardEnterToPaste": false,
  592. "launcherPluginVisibility": {},
  593. "launcherPluginOrder": [],
  594. "configVersion": 5
  595. }