dev: automated commit - 2025-11-25 12:00:06
This commit is contained in:
parent
d38537fe62
commit
b3fd082f60
23 changed files with 413 additions and 186 deletions
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"mError": "#eb6f92",
|
||||
"mHover": "#524f67",
|
||||
"mOnError": "#191724",
|
||||
"mOnHover": "#e0def4",
|
||||
"mOnPrimary": "#191724",
|
||||
"mOnSecondary": "#191724",
|
||||
"mOnSurface": "#e0def4",
|
||||
"mOnSurfaceVariant": "#908caa",
|
||||
"mOnTertiary": "#e0def4",
|
||||
"mOutline": "#403d52",
|
||||
"mPrimary": "#ebbcba",
|
||||
"mSecondary": "#9ccfd8",
|
||||
"mShadow": "#191724",
|
||||
"mSurface": "#1f1d2e",
|
||||
"mSurfaceVariant": "#26233a",
|
||||
"mTertiary": "#31748f"
|
||||
"mError": "#e67e80",
|
||||
"mHover": "#9da9a0",
|
||||
"mOnError": "#232a2e",
|
||||
"mOnHover": "#232a2e",
|
||||
"mOnPrimary": "#232a2e",
|
||||
"mOnSecondary": "#232a2e",
|
||||
"mOnSurface": "#859289",
|
||||
"mOnSurfaceVariant": "#d3c6aa",
|
||||
"mOnTertiary": "#232a2e",
|
||||
"mOutline": "#d3c6aa",
|
||||
"mPrimary": "#d3c6aa",
|
||||
"mSecondary": "#d3c6aa",
|
||||
"mShadow": "#475258",
|
||||
"mSurface": "#232a2e",
|
||||
"mSurfaceVariant": "#2d353b",
|
||||
"mTertiary": "#9da9a0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"appLauncher": {
|
||||
"customLaunchPrefix": "",
|
||||
"customLaunchPrefixEnabled": false,
|
||||
"enableClipPreview": true,
|
||||
"enableClipboardHistory": true,
|
||||
"pinnedExecs": [
|
||||
],
|
||||
|
|
@ -12,9 +13,10 @@
|
|||
},
|
||||
"audio": {
|
||||
"cavaFrameRate": 60,
|
||||
"externalMixer": "pwvucontrol || pavucontrol",
|
||||
"mprisBlacklist": [
|
||||
],
|
||||
"preferredPlayer": "",
|
||||
"preferredPlayer": "mpv",
|
||||
"visualizerQuality": "high",
|
||||
"visualizerType": "linear",
|
||||
"volumeOverdrive": false,
|
||||
|
|
@ -22,6 +24,7 @@
|
|||
},
|
||||
"bar": {
|
||||
"backgroundOpacity": 0,
|
||||
"capsuleOpacity": 1,
|
||||
"density": "comfortable",
|
||||
"exclusive": true,
|
||||
"floating": true,
|
||||
|
|
@ -41,6 +44,7 @@
|
|||
"maxWidth": 145,
|
||||
"scrollingMode": "hover",
|
||||
"showAlbumArt": false,
|
||||
"showArtistFirst": true,
|
||||
"showVisualizer": false,
|
||||
"useFixedWidth": false,
|
||||
"visualizerType": "linear"
|
||||
|
|
@ -48,10 +52,11 @@
|
|||
],
|
||||
"left": [
|
||||
{
|
||||
"characterCount": 1,
|
||||
"characterCount": 10,
|
||||
"followFocusedScreen": false,
|
||||
"hideUnoccupied": true,
|
||||
"id": "Workspace",
|
||||
"labelMode": "index"
|
||||
"labelMode": "index+name"
|
||||
},
|
||||
{
|
||||
"colorizeIcons": false,
|
||||
|
|
@ -69,15 +74,6 @@
|
|||
},
|
||||
{
|
||||
"displayMode": "alwaysShow",
|
||||
"id": "Brightness"
|
||||
},
|
||||
{
|
||||
"displayMode": "alwaysShow",
|
||||
"id": "Battery",
|
||||
"warningThreshold": 15
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"id": "Volume"
|
||||
},
|
||||
{
|
||||
|
|
@ -105,21 +101,21 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"battery": {
|
||||
"chargingMode": 0
|
||||
},
|
||||
"brightness": {
|
||||
"brightnessStep": 5,
|
||||
"enableDdcSupport": false,
|
||||
"enforceMinimum": true
|
||||
},
|
||||
"changelog": {
|
||||
"lastSeenVersion": ""
|
||||
},
|
||||
"colorSchemes": {
|
||||
"darkMode": true,
|
||||
"generateTemplatesForPredefined": true,
|
||||
"manualSunrise": "06:30",
|
||||
"manualSunset": "18:30",
|
||||
"matugenSchemeType": "scheme-fruit-salad",
|
||||
"predefinedScheme": "Rosepine",
|
||||
"predefinedScheme": "Everforest",
|
||||
"schedulingMode": "off",
|
||||
"useWallpaperColors": false
|
||||
},
|
||||
|
|
@ -183,15 +179,17 @@
|
|||
"colorizeIcons": false,
|
||||
"displayMode": "always_visible",
|
||||
"enabled": false,
|
||||
"floatingRatio": 1,
|
||||
"floatingRatio": 0.85,
|
||||
"monitors": [
|
||||
],
|
||||
"onlySameOutput": true,
|
||||
"pinnedApps": [
|
||||
],
|
||||
"size": 1
|
||||
"radiusRatio": 1,
|
||||
"size": 0.89
|
||||
},
|
||||
"general": {
|
||||
"allowPanelsOnScreenWithoutBar": true,
|
||||
"animationDisabled": true,
|
||||
"animationSpeed": 1,
|
||||
"avatarImage": "/home/mzunino/Downloads/6627528.jpg",
|
||||
|
|
@ -201,13 +199,14 @@
|
|||
"forceBlackScreenCorners": true,
|
||||
"language": "",
|
||||
"lockOnSuspend": true,
|
||||
"radiusRatio": 1,
|
||||
"scaleRatio": 1,
|
||||
"radiusRatio": 2,
|
||||
"scaleRatio": 1.1,
|
||||
"screenRadiusRatio": 1,
|
||||
"shadowDirection": "bottom_right",
|
||||
"shadowOffsetX": 2,
|
||||
"shadowOffsetY": 3,
|
||||
"showScreenCorners": false
|
||||
"showHibernateOnLockScreen": false,
|
||||
"showScreenCorners": true
|
||||
},
|
||||
"hooks": {
|
||||
"darkModeChange": "",
|
||||
|
|
@ -217,16 +216,17 @@
|
|||
"location": {
|
||||
"analogClockInCalendar": false,
|
||||
"firstDayOfWeek": -1,
|
||||
"name": "Uruguay",
|
||||
"name": "Montevideo, Uruguay",
|
||||
"showCalendarEvents": true,
|
||||
"showCalendarWeather": true,
|
||||
"showWeekNumberInCalendar": false,
|
||||
"use12hourFormat": false,
|
||||
"useFahrenheit": false,
|
||||
"weatherEnabled": true
|
||||
"weatherEnabled": true,
|
||||
"weatherShowEffects": true
|
||||
},
|
||||
"network": {
|
||||
"wifiEnabled": true
|
||||
"wifiEnabled": false
|
||||
},
|
||||
"nightLight": {
|
||||
"autoSchedule": true,
|
||||
|
|
@ -248,7 +248,7 @@
|
|||
],
|
||||
"normalUrgencyDuration": 8,
|
||||
"overlayLayer": true,
|
||||
"respectExpireTimeout": false
|
||||
"respectExpireTimeout": true
|
||||
},
|
||||
"osd": {
|
||||
"autoHideMs": 2000,
|
||||
|
|
@ -263,7 +263,7 @@
|
|||
"audioCodec": "opus",
|
||||
"audioSource": "default_output",
|
||||
"colorRange": "limited",
|
||||
"directory": "/home/mzunino/Videos",
|
||||
"directory": "/home/mzunino/Videos/recordings",
|
||||
"frameRate": 60,
|
||||
"quality": "very_high",
|
||||
"showCursor": true,
|
||||
|
|
@ -271,32 +271,38 @@
|
|||
"videoSource": "portal"
|
||||
},
|
||||
"sessionMenu": {
|
||||
"countdownDuration": 10000,
|
||||
"countdownDuration": 5000,
|
||||
"enableCountdown": true,
|
||||
"position": "center",
|
||||
"powerOptions": [
|
||||
{
|
||||
"action": "lock",
|
||||
"countdownEnabled": true,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"action": "suspend",
|
||||
"countdownEnabled": true,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"action": "hibernate",
|
||||
"countdownEnabled": true,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"action": "reboot",
|
||||
"countdownEnabled": true,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"action": "logout",
|
||||
"countdownEnabled": true,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"action": "shutdown",
|
||||
"countdownEnabled": true,
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
|
|
@ -307,15 +313,15 @@
|
|||
"systemMonitor": {
|
||||
"cpuCriticalThreshold": 90,
|
||||
"cpuWarningThreshold": 80,
|
||||
"criticalColor": "",
|
||||
"criticalColor": "#e67e80",
|
||||
"diskCriticalThreshold": 90,
|
||||
"diskWarningThreshold": 80,
|
||||
"memCriticalThreshold": 90,
|
||||
"memWarningThreshold": 80,
|
||||
"tempCriticalThreshold": 90,
|
||||
"tempWarningThreshold": 80,
|
||||
"useCustomColors": false,
|
||||
"warningColor": ""
|
||||
"useCustomColors": true,
|
||||
"warningColor": "#9da9a0"
|
||||
},
|
||||
"templates": {
|
||||
"alacritty": false,
|
||||
|
|
@ -331,6 +337,7 @@
|
|||
"pywalfox": false,
|
||||
"qt": false,
|
||||
"spicetify": false,
|
||||
"telegram": false,
|
||||
"vicinae": false,
|
||||
"walker": false,
|
||||
"wezterm": false
|
||||
|
|
@ -357,12 +364,12 @@
|
|||
{
|
||||
"directory": "/home/mzunino/Pictures",
|
||||
"name": "HDMI-A-1",
|
||||
"wallpaper": "/home/mzunino/Pictures/wallhaven-569155.jpg"
|
||||
"wallpaper": "/home/mzunino/Pictures/wallhaven-721296.jpg"
|
||||
},
|
||||
{
|
||||
"directory": "/home/mzunino/Pictures",
|
||||
"name": "DP-1",
|
||||
"wallpaper": "/home/mzunino/Pictures/wallhaven-569155.jpg"
|
||||
"wallpaper": "/home/mzunino/Pictures/wallhaven_4d8xe3.jpg"
|
||||
},
|
||||
{
|
||||
"directory": "/home/mzunino/Pictures",
|
||||
|
|
@ -379,14 +386,14 @@
|
|||
"transitionDuration": 1500,
|
||||
"transitionEdgeSmoothness": 0.05,
|
||||
"transitionType": "random",
|
||||
"useWallhaven": false,
|
||||
"wallhavenCategories": "111",
|
||||
"useWallhaven": true,
|
||||
"wallhavenCategories": "100",
|
||||
"wallhavenOrder": "desc",
|
||||
"wallhavenPurity": "100",
|
||||
"wallhavenPurity": "111",
|
||||
"wallhavenQuery": "",
|
||||
"wallhavenResolutionHeight": "",
|
||||
"wallhavenResolutionMode": "atleast",
|
||||
"wallhavenResolutionWidth": "",
|
||||
"wallhavenSorting": "date_added"
|
||||
"wallhavenSorting": "views"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue