add: .config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Melvin Ragusa
2026-02-02 14:58:13 +01:00
parent 2bfdc582b0
commit d3d7242351
1121 changed files with 617892 additions and 844 deletions

View File

@@ -0,0 +1,18 @@
{
"mError": "#f38ba8",
"mHover": "#94e2d5",
"mOnError": "#11111b",
"mOnHover": "#11111b",
"mOnPrimary": "#11111b",
"mOnSecondary": "#11111b",
"mOnSurface": "#cdd6f4",
"mOnSurfaceVariant": "#a3b4eb",
"mOnTertiary": "#11111b",
"mOutline": "#4c4f69",
"mPrimary": "#cba6f7",
"mSecondary": "#fab387",
"mShadow": "#11111b",
"mSurface": "#1e1e2e",
"mSurfaceVariant": "#313244",
"mTertiary": "#94e2d5"
}

View File

@@ -0,0 +1,94 @@
{
"dark": {
"mPrimary": "#b4befe",
"mOnPrimary": "#11111b",
"mSecondary": "#f5bde6",
"mOnSecondary": "#11111b",
"mTertiary": "#c6a0f6",
"mOnTertiary": "#11111b",
"mError": "#f38ba8",
"mOnError": "#11111b",
"mSurface": "#1e1e2e",
"mOnSurface": "#cdd6f4",
"mSurfaceVariant": "#313244",
"mOnSurfaceVariant": "#a3b4eb",
"mOutline": "#4c4f69",
"mShadow": "#11111b",
"mHover": "#c6a0f6",
"mOnHover": "#11111b",
"terminal": {
"foreground": "#cdd6f4",
"background": "#1e1e2e",
"selectionFg": "#cdd6f4",
"selectionBg": "#585b70",
"cursorText": "#1e1e2e",
"cursor": "#f5e0dc",
"normal": {
"black": "#45475a",
"red": "#f38ba8",
"green": "#a6e3a1",
"yellow": "#f9e2af",
"blue": "#89b4fa",
"magenta": "#f5c2e7",
"cyan": "#94e2d5",
"white": "#a6adc8"
},
"bright": {
"black": "#585b70",
"red": "#f37799",
"green": "#89d88b",
"yellow": "#ebd391",
"blue": "#74a8fc",
"magenta": "#f2aede",
"cyan": "#6bd7ca",
"white": "#bac2de"
}
}
},
"light": {
"mPrimary": "#1e66f5",
"mOnPrimary": "#eff1f5",
"mSecondary": "#ea76cb",
"mOnSecondary": "#eff1f5",
"mTertiary": "#8839ef",
"mOnTertiary": "#eff1f5",
"mError": "#d20f39",
"mOnError": "#dce0e8",
"mSurface": "#eff1f5",
"mOnSurface": "#4c4f69",
"mSurfaceVariant": "#ccd0da",
"mOnSurfaceVariant": "#6c6f85",
"mOutline": "#a5adcb",
"mShadow": "#dce0e8",
"mHover": "#d20f39",
"mOnHover": "#eff1f5",
"terminal": {
"foreground": "#c6d0f5",
"background": "#303446",
"selectionFg": "#c6d0f5",
"selectionBg": "#626880",
"cursorText": "#303446",
"cursor": "#f2d5cf",
"normal": {
"black": "#51576d",
"red": "#e78284",
"green": "#a6d189",
"yellow": "#e5c890",
"blue": "#8caaee",
"magenta": "#f4b8e4",
"cyan": "#81c8be",
"white": "#a5adce"
},
"bright": {
"black": "#626880",
"red": "#e67172",
"green": "#8ec772",
"yellow": "#d9ba73",
"blue": "#7b9ef0",
"magenta": "#f2a4db",
"cyan": "#5abfb5",
"white": "#b5bfe2"
}
}
}
}

View File

@@ -0,0 +1,94 @@
{
"dark": {
"mPrimary": "#C4A82E",
"mOnPrimary": "#0E1015",
"mSecondary": "#D14358",
"mOnSecondary": "#0E1015",
"mTertiary": "#00A66C",
"mOnTertiary": "#0E1015",
"mError": "#B32D2D",
"mOnError": "#0E1015",
"mSurface": "#0C1017",
"mOnSurface": "#5C8AC4",
"mSurfaceVariant": "#11151D",
"mOnSurfaceVariant": "#9B6BC1",
"mOutline": "#45A0D6",
"mShadow": "#090D13",
"mHover": "#00A66C",
"mOnHover": "#0E1015",
"terminal": {
"cursorText": "#0a0d14",
"cursor": "#d8e0ff",
"foreground": "#d8e0ff",
"background": "#0a0d14",
"selectionFg": "#0a0d14",
"selectionBg": "#d8e0ff",
"normal": {
"black": "#0c0e14",
"red": "#e64572",
"green": "#89d36a",
"yellow": "#d7a23a",
"blue": "#4f8fff",
"magenta": "#9d6dff",
"cyan": "#43c9ff",
"white": "#b7c4f2"
},
"bright": {
"black": "#2b314a",
"red": "#e64572",
"green": "#89d36a",
"yellow": "#d7a23a",
"blue": "#4f8fff",
"magenta": "#9d6dff",
"cyan": "#43c9ff",
"white": "#d8e0ff"
}
}
},
"light": {
"mPrimary": "#00B8B3",
"mOnPrimary": "#1A1914",
"mSecondary": "#D957A0",
"mOnSecondary": "#1A1914",
"mTertiary": "#45D395",
"mOnTertiary": "#1A1914",
"mError": "#E63E5D",
"mOnError": "#1A1914",
"mSurface": "#DAE6E8",
"mOnSurface": "#1A1914",
"mSurfaceVariant": "#C8DEE6",
"mOnSurfaceVariant": "#1A1914",
"mOutline": "#7B52AB",
"mShadow": "#B8D4E6",
"mHover": "#45D395",
"mOnHover": "#1A1914",
"terminal": {
"foreground": "#3760bf",
"background": "#e1e2e7",
"selectionFg": "#3760bf",
"selectionBg": "#99a7df",
"cursorText": "#e1e2e7",
"cursor": "#3760bf",
"normal": {
"black": "#e9e9ed",
"red": "#f52a65",
"green": "#587539",
"yellow": "#8c6c3e",
"blue": "#2e7de9",
"magenta": "#9854f1",
"cyan": "#007197",
"white": "#6172b0"
},
"bright": {
"black": "#a1a6c5",
"red": "#f52a65",
"green": "#587539",
"yellow": "#8c6c3e",
"blue": "#2e7de9",
"magenta": "#9854f1",
"cyan": "#007197",
"white": "#3760bf"
}
}
}
}

View File

@@ -0,0 +1,94 @@
{
"dark": {
"mPrimary": "#A7C080",
"mOnPrimary": "#232A2E",
"mSecondary": "#D3C6AA",
"mOnSecondary": "#232A2E",
"mTertiary": "#9DA9A0",
"mOnTertiary": "#232A2E",
"mError": "#E67E80",
"mOnError": "#232A2E",
"mSurface": "#232A2E",
"mOnSurface": "#859289",
"mSurfaceVariant": "#2D353B",
"mOnSurfaceVariant": "#D3C6AA",
"mOutline": "#7A8478",
"mShadow": "#475258",
"mHover": "#A7C080",
"mOnHover": "#232A2E",
"terminal": {
"foreground": "#d3c6aa",
"background": "#1e2326",
"selectionFg": "#d3c6aa",
"selectionBg": "#4c3743",
"cursorText": "#4c3743",
"cursor": "#e69875",
"normal": {
"black": "#7a8478",
"red": "#e67e80",
"green": "#a7c080",
"yellow": "#dbbc7f",
"blue": "#7fbbb3",
"magenta": "#d699b6",
"cyan": "#83c092",
"white": "#f2efdf"
},
"bright": {
"black": "#a6b0a0",
"red": "#f85552",
"green": "#8da101",
"yellow": "#dfa000",
"blue": "#3a94c5",
"magenta": "#df69ba",
"cyan": "#35a77c",
"white": "#fffbef"
}
}
},
"light": {
"mPrimary": "#434F55",
"mOnPrimary": "#D3C6AA",
"mSecondary": "#232a2e",
"mOnSecondary": "#D3C6AA",
"mTertiary": "#333c43",
"mOnTertiary": "#9DA9A0",
"mError": "#E66868",
"mOnError": "#9DA9A0",
"mSurface": "#9DA9A0",
"mOnSurface": "#232A2E",
"mSurfaceVariant": "#BEC5B2",
"mOnSurfaceVariant": "#333C43",
"mOutline": "#232A2E",
"mShadow": "#ECF5ED",
"mHover": "#333c43",
"mOnHover": "#9DA9A0",
"terminal": {
"foreground": "#5c6a72",
"background": "#efebd4",
"selectionFg": "#5c6a72",
"selectionBg": "#eaedc8",
"cursorText": "#eaedc8",
"cursor": "#f57d26",
"normal": {
"black": "#7a8478",
"red": "#e67e80",
"green": "#9ab373",
"yellow": "#c1a266",
"blue": "#7fbbb3",
"magenta": "#d699b6",
"cyan": "#83c092",
"white": "#b2af9f"
},
"bright": {
"black": "#a6b0a0",
"red": "#f85552",
"green": "#8da101",
"yellow": "#dfa000",
"blue": "#3a94c5",
"magenta": "#df69ba",
"cyan": "#35a77c",
"white": "#fffbef"
}
}
}
}

View File

@@ -0,0 +1,94 @@
{
"dark": {
"mPrimary": "#1E9177",
"mOnPrimary": "#B8C8C4",
"mSecondary": "#167A63",
"mOnSecondary": "#B8C8C4",
"mTertiary": "#26A589",
"mOnTertiary": "#B8C8C4",
"mError": "#933636",
"mOnError": "#B8C8C4",
"mSurface": "#081512",
"mOnSurface": "#A6B5B1",
"mSurfaceVariant": "#0F251F",
"mOnSurfaceVariant": "#99A8A4",
"mOutline": "#1B6352",
"mShadow": "#040A09",
"mHover": "#26A589",
"mOnHover": "#B8C8C4",
"terminal": {
"cursorText": "#141b1e",
"cursor": "#dadada",
"foreground": "#dadada",
"background": "#141b1e",
"selectionFg": "#dadada",
"selectionBg": "#141b1e",
"normal": {
"black": "#232a2d",
"red": "#e57474",
"green": "#8ccf7e",
"yellow": "#e5c76b",
"blue": "#67b0e8",
"magenta": "#c47fd5",
"cyan": "#6cbfbf",
"white": "#b3b9b8"
},
"bright": {
"black": "#464e50",
"red": "#ef7e7e",
"green": "#96d988",
"yellow": "#f4d67a",
"blue": "#71baf2",
"magenta": "#ce89df",
"cyan": "#67cbe7",
"white": "#bdc3c2"
}
}
},
"light": {
"mPrimary": "#3B7561",
"mOnPrimary": "#D8E5DB",
"mSecondary": "#526E4A",
"mOnSecondary": "#D8E5DB",
"mTertiary": "#4A8069",
"mOnTertiary": "#D8E5DB",
"mError": "#854145",
"mOnError": "#D8E5DB",
"mSurface": "#AEC2B4",
"mOnSurface": "#2C3D35",
"mSurfaceVariant": "#95AD9C",
"mOnSurfaceVariant": "#263731",
"mOutline": "#5C7A6A",
"mShadow": "#8A9E90",
"mHover": "#4A8069",
"mOnHover": "#D8E5DB",
"terminal": {
"foreground": "#5c6a72",
"background": "#efebd4",
"selectionFg": "#5c6a72",
"selectionBg": "#eaedc8",
"cursorText": "#eaedc8",
"cursor": "#f57d26",
"normal": {
"black": "#7a8478",
"red": "#e67e80",
"green": "#9ab373",
"yellow": "#c1a266",
"blue": "#7fbbb3",
"magenta": "#d699b6",
"cyan": "#83c092",
"white": "#b2af9f"
},
"bright": {
"black": "#a6b0a0",
"red": "#f85552",
"green": "#8da101",
"yellow": "#dfa000",
"blue": "#3a94c5",
"magenta": "#df69ba",
"cyan": "#35a77c",
"white": "#fffbef"
}
}
}
}

View File

@@ -0,0 +1,94 @@
{
"dark": {
"mPrimary": "#7a88cf",
"mOnPrimary": "#1f2335",
"mSecondary": "#d7729f",
"mOnSecondary": "#1f2335",
"mTertiary": "#9cd58a",
"mOnTertiary": "#1f2335",
"mError": "#f7768e",
"mOnError": "#1f2335",
"mSurface": "#1f2335",
"mOnSurface": "#a9b1d6",
"mSurfaceVariant": "#2c314a",
"mOnSurfaceVariant": "#c0caf5",
"mOutline": "#4b517a",
"mShadow": "#181b2a",
"mHover": "#9cd58a",
"mOnHover": "#1f2335",
"terminal": {
"foreground": "#a9b1d6",
"background": "#1f2335",
"selectionFg": "#a9b1d6",
"selectionBg": "#4b517a",
"cursorText": "#1f2335",
"cursor": "#a9b1d6",
"normal": {
"black": "#1f2335",
"red": "#f7768e",
"green": "#9cd58a",
"yellow": "#e6c384",
"blue": "#7a88cf",
"magenta": "#d7729f",
"cyan": "#7bb0c0",
"white": "#8289a6"
},
"bright": {
"black": "#545c7e",
"red": "#f7768e",
"green": "#9cd58a",
"yellow": "#e6c384",
"blue": "#7a88cf",
"magenta": "#d7729f",
"cyan": "#7bb0c0",
"white": "#a9b1d6"
}
}
},
"light": {
"mPrimary": "#4e70c2",
"mOnPrimary": "#f0f2f7",
"mSecondary": "#85539c",
"mOnSecondary": "#f0f2f7",
"mTertiary": "#4c663b",
"mOnTertiary": "#f0f2f7",
"mError": "#e55561",
"mOnError": "#f0f2f7",
"mSurface": "#f0f2f7",
"mOnSurface": "#4e70c2",
"mSurfaceVariant": "#dbdfea",
"mOnSurfaceVariant": "#444b6a",
"mOutline": "#c8ccd8",
"mShadow": "#a4a8b7",
"mHover": "#4c663b",
"mOnHover": "#f0f2f7",
"terminal": {
"foreground": "#4e70c2",
"background": "#f0f2f7",
"selectionFg": "#4e70c2",
"selectionBg": "#c8ccd8",
"cursorText": "#f0f2f7",
"cursor": "#4e70c2",
"normal": {
"black": "#f0f2f7",
"red": "#e55561",
"green": "#4c663b",
"yellow": "#9e8c6b",
"blue": "#4e70c2",
"magenta": "#85539c",
"cyan": "#569b9f",
"white": "#6a708a"
},
"bright": {
"black": "#939ab7",
"red": "#d26e7a",
"green": "#5e7250",
"yellow": "#9e8c6b",
"blue": "#5e7bba",
"magenta": "#85539c",
"cyan": "#569b9f",
"white": "#6a708a"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"sources": [
{
"enabled": true,
"name": "Noctalia Plugins",
"url": "https://github.com/noctalia-dev/noctalia-plugins"
}
],
"states": {
},
"version": 1
}

View File

@@ -0,0 +1,581 @@
{
"appLauncher": {
"autoPasteClipboard": false,
"clipboardWatchImageCommand": "wl-paste --type image --watch cliphist store",
"clipboardWatchTextCommand": "wl-paste --type text --watch cliphist store",
"clipboardWrapText": true,
"customLaunchPrefix": "",
"customLaunchPrefixEnabled": false,
"enableClipPreview": true,
"enableClipboardHistory": false,
"enableSettingsSearch": true,
"enableWindowsSearch": true,
"iconMode": "tabler",
"ignoreMouseInput": false,
"pinnedApps": [
],
"position": "center",
"screenshotAnnotationTool": "",
"showCategories": true,
"showIconBackground": false,
"sortByMostUsed": true,
"terminalCommand": "alacritty -e",
"useApp2Unit": false,
"viewMode": "list"
},
"audio": {
"cavaFrameRate": 30,
"mprisBlacklist": [
],
"preferredPlayer": "",
"visualizerType": "linear",
"volumeFeedback": false,
"volumeOverdrive": false,
"volumeStep": 5
},
"bar": {
"autoHideDelay": 500,
"autoShowDelay": 150,
"backgroundOpacity": 0.93,
"barType": "simple",
"capsuleOpacity": 1,
"density": "default",
"displayMode": "always_visible",
"floating": false,
"frameRadius": 12,
"frameThickness": 8,
"hideOnOverview": false,
"marginHorizontal": 4,
"marginVertical": 4,
"monitors": [
],
"outerCorners": true,
"position": "top",
"screenOverrides": [
],
"showCapsule": true,
"showOutline": false,
"useSeparateOpacity": false,
"widgets": {
"center": [
{
"characterCount": 2,
"colorizeIcons": false,
"emptyColor": "secondary",
"enableScrollWheel": true,
"focusedColor": "primary",
"followFocusedScreen": false,
"groupedBorderOpacity": 1,
"hideUnoccupied": false,
"iconScale": 0.8,
"id": "Workspace",
"labelMode": "index",
"occupiedColor": "secondary",
"reverseScroll": false,
"showApplications": false,
"showBadge": true,
"showLabelsOnlyWhenOccupied": true,
"unfocusedIconsOpacity": 1
},
{
"compactMode": false,
"compactShowAlbumArt": true,
"compactShowVisualizer": false,
"hideMode": "hidden",
"hideWhenIdle": false,
"id": "MediaMini",
"maxWidth": 145,
"panelShowAlbumArt": true,
"panelShowVisualizer": true,
"scrollingMode": "hover",
"showAlbumArt": true,
"showArtistFirst": true,
"showProgressRing": true,
"showVisualizer": false,
"useFixedWidth": false,
"visualizerType": "linear"
}
],
"left": [
{
"colorizeDistroLogo": false,
"colorizeSystemIcon": "primary",
"customIconPath": "",
"enableColorization": true,
"icon": "noctalia",
"id": "ControlCenter",
"useDistroLogo": true
},
{
"compactMode": true,
"diskPath": "/",
"id": "SystemMonitor",
"showCpuFreq": false,
"showCpuTemp": true,
"showCpuUsage": true,
"showDiskAsFree": false,
"showDiskUsage": false,
"showGpuTemp": false,
"showLoadAverage": false,
"showMemoryAsPercent": false,
"showMemoryUsage": true,
"showNetworkStats": false,
"showSwapUsage": false,
"useMonospaceFont": true,
"usePrimaryColor": false
},
{
"colorizeIcons": false,
"hideMode": "hidden",
"id": "ActiveWindow",
"maxWidth": 145,
"scrollingMode": "hover",
"showIcon": true,
"useFixedWidth": false
}
],
"right": [
{
"blacklist": [
],
"colorizeIcons": false,
"drawerEnabled": true,
"hidePassive": false,
"id": "Tray",
"pinned": [
"steam"
]
},
{
"hideWhenZero": false,
"hideWhenZeroUnread": false,
"id": "NotificationHistory",
"showUnreadBadge": true,
"unreadBadgeColor": "primary"
},
{
"displayMode": "onhover",
"id": "Volume",
"middleClickCommand": "pwvucontrol || pavucontrol"
},
{
"displayMode": "onhover",
"id": "Bluetooth"
},
{
"displayMode": "onhover",
"id": "Network"
},
{
"customFont": "",
"formatHorizontal": "HH:mm ddd, MMM dd",
"formatVertical": "HH mm - dd MM",
"id": "Clock",
"tooltipFormat": "HH:mm ddd, MMM dd",
"useCustomFont": false,
"usePrimaryColor": false
}
]
}
},
"brightness": {
"brightnessStep": 5,
"enableDdcSupport": false,
"enforceMinimum": true
},
"calendar": {
"cards": [
{
"enabled": true,
"id": "calendar-header-card"
},
{
"enabled": true,
"id": "calendar-month-card"
},
{
"enabled": true,
"id": "weather-card"
}
]
},
"colorSchemes": {
"darkMode": true,
"generationMethod": "faithful",
"manualSunrise": "06:30",
"manualSunset": "18:30",
"monitorForColors": "",
"predefinedScheme": "Catppuccin",
"schedulingMode": "off",
"useWallpaperColors": false
},
"controlCenter": {
"cards": [
{
"enabled": true,
"id": "profile-card"
},
{
"enabled": true,
"id": "shortcuts-card"
},
{
"enabled": true,
"id": "audio-card"
},
{
"enabled": false,
"id": "brightness-card"
},
{
"enabled": true,
"id": "weather-card"
},
{
"enabled": true,
"id": "media-sysmon-card"
}
],
"diskPath": "/",
"position": "close_to_bar_button",
"shortcuts": {
"left": [
{
"id": "Network"
},
{
"id": "Bluetooth"
},
{
"id": "WallpaperSelector"
},
{
"id": "NoctaliaPerformance"
}
],
"right": [
{
"id": "Notifications"
},
{
"id": "PowerProfile"
},
{
"id": "KeepAwake"
},
{
"id": "NightLight"
}
]
}
},
"desktopWidgets": {
"enabled": false,
"gridSnap": false,
"monitorWidgets": [
]
},
"dock": {
"animationSpeed": 1,
"backgroundOpacity": 1,
"colorizeIcons": false,
"deadOpacity": 0.6,
"displayMode": "auto_hide",
"enabled": false,
"floatingRatio": 1,
"inactiveIndicators": false,
"monitors": [
],
"onlySameOutput": true,
"pinnedApps": [
],
"pinnedStatic": false,
"position": "bottom",
"size": 1
},
"general": {
"allowPanelsOnScreenWithoutBar": true,
"allowPasswordWithFprintd": false,
"animationDisabled": false,
"animationSpeed": 1,
"autoStartAuth": false,
"avatarImage": "/home/pinj/.face",
"boxRadiusRatio": 1,
"compactLockScreen": false,
"dimmerOpacity": 0.2,
"enableLockScreenCountdown": true,
"enableShadows": true,
"forceBlackScreenCorners": false,
"iRadiusRatio": 1,
"language": "",
"lockOnSuspend": true,
"lockScreenCountdownDuration": 10000,
"radiusRatio": 1,
"scaleRatio": 1,
"screenRadiusRatio": 1,
"shadowDirection": "bottom_right",
"shadowOffsetX": 2,
"shadowOffsetY": 3,
"showChangelogOnStartup": true,
"showHibernateOnLockScreen": false,
"showScreenCorners": false,
"showSessionButtonsOnLockScreen": true,
"telemetryEnabled": false
},
"hooks": {
"darkModeChange": "",
"enabled": false,
"performanceModeDisabled": "",
"performanceModeEnabled": "",
"screenLock": "",
"screenUnlock": "",
"session": "",
"startup": "",
"wallpaperChange": ""
},
"location": {
"analogClockInCalendar": false,
"firstDayOfWeek": -1,
"hideWeatherCityName": false,
"hideWeatherTimezone": false,
"name": "Dortmund",
"showCalendarEvents": true,
"showCalendarWeather": true,
"showWeekNumberInCalendar": false,
"use12hourFormat": false,
"useFahrenheit": false,
"weatherEnabled": true,
"weatherShowEffects": true
},
"network": {
"bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false,
"bluetoothRssiPollIntervalMs": 10000,
"bluetoothRssiPollingEnabled": false,
"wifiDetailsViewMode": "grid",
"wifiEnabled": true
},
"nightLight": {
"autoSchedule": true,
"dayTemp": "6500",
"enabled": false,
"forced": false,
"manualSunrise": "06:30",
"manualSunset": "18:30",
"nightTemp": "4000"
},
"notifications": {
"backgroundOpacity": 1,
"criticalUrgencyDuration": 15,
"enableKeyboardLayoutToast": true,
"enableMediaToast": false,
"enabled": true,
"location": "top_right",
"lowUrgencyDuration": 3,
"monitors": [
],
"normalUrgencyDuration": 8,
"overlayLayer": true,
"respectExpireTimeout": false,
"saveToHistory": {
"critical": true,
"low": true,
"normal": true
},
"sounds": {
"criticalSoundFile": "",
"enabled": false,
"excludedApps": "discord,firefox,chrome,chromium,edge",
"lowSoundFile": "",
"normalSoundFile": "",
"separateSounds": false,
"volume": 0.5
}
},
"osd": {
"autoHideMs": 2000,
"backgroundOpacity": 1,
"enabled": true,
"enabledTypes": [
0,
1,
2
],
"location": "top_right",
"monitors": [
],
"overlayLayer": true
},
"sessionMenu": {
"countdownDuration": 10000,
"enableCountdown": true,
"largeButtonsLayout": "single-row",
"largeButtonsStyle": true,
"position": "center",
"powerOptions": [
{
"action": "lock",
"enabled": true
},
{
"action": "suspend",
"enabled": true
},
{
"action": "hibernate",
"enabled": true
},
{
"action": "reboot",
"enabled": true
},
{
"action": "logout",
"enabled": true
},
{
"action": "shutdown",
"enabled": true
}
],
"showHeader": true,
"showNumberLabels": true
},
"settingsVersion": 46,
"systemMonitor": {
"cpuCriticalThreshold": 90,
"cpuPollingInterval": 3000,
"cpuWarningThreshold": 80,
"criticalColor": "",
"diskCriticalThreshold": 90,
"diskPollingInterval": 30000,
"diskWarningThreshold": 80,
"enableDgpuMonitoring": false,
"externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor",
"gpuCriticalThreshold": 90,
"gpuPollingInterval": 3000,
"gpuWarningThreshold": 80,
"loadAvgPollingInterval": 3000,
"memCriticalThreshold": 90,
"memPollingInterval": 3000,
"memWarningThreshold": 80,
"networkPollingInterval": 3000,
"swapCriticalThreshold": 90,
"swapWarningThreshold": 80,
"tempCriticalThreshold": 90,
"tempWarningThreshold": 80,
"useCustomColors": false,
"warningColor": ""
},
"templates": {
"activeTemplates": [
{
"enabled": true,
"id": "kcolorscheme"
},
{
"enabled": true,
"id": "qt"
},
{
"enabled": true,
"id": "yazi"
},
{
"enabled": true,
"id": "zenBrowser"
},
{
"enabled": true,
"id": "alacritty"
},
{
"enabled": true,
"id": "btop"
},
{
"enabled": true,
"id": "cava"
},
{
"enabled": true,
"id": "ghostty"
},
{
"enabled": true,
"id": "niri"
},
{
"enabled": true,
"id": "vicinae"
},
{
"enabled": true,
"id": "zed"
},
{
"enabled": true,
"id": "code"
},
{
"enabled": true,
"id": "telegram"
},
{
"enabled": true,
"id": "gtk"
}
],
"enableUserTheming": false
},
"ui": {
"bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false,
"boxBorderEnabled": false,
"fontDefault": "JetBrainsMono Nerd Font",
"fontDefaultScale": 1,
"fontFixed": "JetBrainsMono Nerd Font Mono",
"fontFixedScale": 1,
"networkPanelView": "wifi",
"panelBackgroundOpacity": 0.93,
"panelsAttachedToBar": true,
"settingsPanelMode": "attached",
"tooltipsEnabled": true,
"wifiDetailsViewMode": "grid"
},
"wallpaper": {
"automationEnabled": false,
"directory": "/home/pinj/Pictures/Wallpapers",
"enableMultiMonitorDirectories": false,
"enabled": true,
"fillColor": "#000000",
"fillMode": "crop",
"hideWallpaperFilenames": false,
"monitorDirectories": [
],
"overviewEnabled": false,
"panelPosition": "center",
"randomIntervalSec": 300,
"setWallpaperOnAllMonitors": true,
"showHiddenFiles": false,
"solidColor": "#1a1a2e",
"sortOrder": "name",
"transitionDuration": 1500,
"transitionEdgeSmoothness": 0.05,
"transitionType": "random",
"useSolidColor": false,
"useWallhaven": false,
"viewMode": "recursive",
"wallhavenApiKey": "",
"wallhavenCategories": "111",
"wallhavenOrder": "desc",
"wallhavenPurity": "100",
"wallhavenQuery": "",
"wallhavenRatios": "16x9",
"wallhavenResolutionHeight": "",
"wallhavenResolutionMode": "atleast",
"wallhavenResolutionWidth": "",
"wallhavenSorting": "relevance",
"wallpaperChangeMode": "random"
}
}