chore: Update flake inputs

This commit is contained in:
ulic-youthlic 2026-02-09 12:52:34 +08:00
parent fef28663d1
commit 83bf3e5ddb
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 213 additions and 207 deletions

View file

@ -1,34 +1,46 @@
{
"settingsVersion": 41,
"settingsVersion": 49,
"bar": {
"barType": "simple",
"position": "right",
"monitors": [],
"density": "comfortable",
"density": "spacious",
"showOutline": false,
"showCapsule": true,
"capsuleOpacity": 1,
"capsuleColorKey": "none",
"backgroundOpacity": 0.93,
"useSeparateOpacity": false,
"floating": false,
"marginVertical": 4,
"marginHorizontal": 4,
"frameThickness": 8,
"frameRadius": 12,
"outerCorners": true,
"exclusive": true,
"hideOnOverview": false,
"displayMode": "always_visible",
"autoHideDelay": 500,
"autoShowDelay": 150,
"widgets": {
"left": [
{
"compactMode": true,
"diskPath": "/",
"iconColor": "none",
"id": "SystemMonitor",
"showCpuTemp": true,
"showCpuFreq": false,
"showCpuTemp": false,
"showCpuUsage": true,
"showDiskAvailable": false,
"showDiskUsage": true,
"showGpuTemp": false,
"showDiskUsageAsPercent": false,
"showGpuTemp": true,
"showLoadAverage": true,
"showMemoryAsPercent": true,
"showMemoryAsPercent": false,
"showMemoryUsage": true,
"showNetworkStats": true,
"showSwapUsage": true,
"textColor": "none",
"useMonospaceFont": true,
"usePrimaryColor": false
},
@ -47,37 +59,31 @@
"showArtistFirst": false,
"showProgressRing": true,
"showVisualizer": false,
"textColor": "none",
"useFixedWidth": false,
"visualizerType": "wave"
}
],
"center": [
{
"colorizeIcons": false,
"hideMode": "hidden",
"iconScale": 0.8,
"id": "Taskbar",
"maxTaskbarWidth": 40,
"onlyActiveWorkspaces": true,
"onlySameOutput": true,
"showPinnedApps": true,
"showTitle": false,
"smartWidth": true,
"titleWidth": 120
},
{
"characterCount": 2,
"colorizeIcons": false,
"emptyColor": "tertiary",
"enableScrollWheel": true,
"focusedColor": "primary",
"followFocusedScreen": false,
"groupedBorderOpacity": 1,
"hideUnoccupied": true,
"iconScale": 0.8,
"iconScale": 0.6,
"id": "Workspace",
"labelMode": "index",
"showApplications": false,
"occupiedColor": "secondary",
"pillSize": 0.6,
"reverseScroll": false,
"showApplications": true,
"showBadge": true,
"showLabelsOnlyWhenOccupied": true,
"unfocusedIconsOpacity": 1
"unfocusedIconsOpacity": 0.5
}
],
"right": [
@ -86,38 +92,49 @@
},
{
"displayMode": "onhover",
"id": "Brightness"
"iconColor": "none",
"id": "Brightness",
"textColor": "none"
},
{
"hideWhenZero": false,
"hideWhenZeroUnread": false,
"iconColor": "none",
"id": "NotificationHistory",
"showUnreadBadge": true
"showUnreadBadge": true,
"unreadBadgeColor": "primary"
},
{
"displayMode": "onhover",
"iconColor": "none",
"id": "Volume",
"middleClickCommand": "pwvucontrol || pavucontrol"
"middleClickCommand": "pwvucontrol || pavucontrol",
"textColor": "none"
},
{
"blacklist": [],
"chevronColor": "none",
"colorizeIcons": false,
"drawerEnabled": true,
"hidePassive": false,
"id": "Tray",
"pinned": ["Fcitx"]
"pinned": [
"Fcitx"
]
},
{
"clockColor": "none",
"customFont": "",
"formatHorizontal": "HH:mm ddd, MMM dd",
"formatVertical": "HH mm - dd MM",
"formatVertical": "HH mm - MM dd",
"id": "Clock",
"tooltipFormat": "HH:mm ddd, MMM dd",
"tooltipFormat": "HH:mm:ss ddd, MMM dd yyyy",
"useCustomFont": false,
"usePrimaryColor": true
}
]
}
},
"screenOverrides": []
},
"general": {
"dimmerOpacity": 0,
@ -131,6 +148,7 @@
"animationSpeed": 2,
"animationDisabled": false,
"compactLockScreen": true,
"lockScreenAnimations": true,
"lockOnSuspend": true,
"showSessionButtonsOnLockScreen": true,
"showHibernateOnLockScreen": true,
@ -141,7 +159,14 @@
"language": "zh-CN",
"allowPanelsOnScreenWithoutBar": true,
"showChangelogOnStartup": true,
"telemetryEnabled": true
"telemetryEnabled": true,
"enableLockScreenCountdown": true,
"lockScreenCountdownDuration": 10000,
"autoStartAuth": false,
"allowPasswordWithFprintd": false,
"clockStyle": "digital",
"clockFormat": "hh\\nmm",
"lockScreenMonitors": []
},
"ui": {
"fontDefault": "Source Han Serif SC",
@ -192,13 +217,14 @@
"overviewEnabled": false,
"monitorDirectories": [],
"enableMultiMonitorDirectories": false,
"recursiveSearch": true,
"showHiddenFiles": false,
"viewMode": "recursive",
"setWallpaperOnAllMonitors": true,
"fillMode": "crop",
"fillColor": "#000000",
"useSolidColor": false,
"solidColor": "#1a1a2e",
"randomEnabled": true,
"automationEnabled": true,
"wallpaperChangeMode": "random",
"randomIntervalSec": 900,
"transitionDuration": 1500,
@ -216,13 +242,16 @@
"wallhavenApiKey": "",
"wallhavenResolutionMode": "atleast",
"wallhavenResolutionWidth": "",
"wallhavenResolutionHeight": ""
"wallhavenResolutionHeight": "",
"sortOrder": "name"
},
"appLauncher": {
"enableClipboardHistory": true,
"autoPasteClipboard": false,
"enableClipPreview": true,
"clipboardWrapText": true,
"clipboardWatchTextCommand": "wl-paste --type text --watch cliphist store",
"clipboardWatchImageCommand": "wl-paste --type image --watch cliphist store",
"position": "center",
"pinnedApps": [],
"useApp2Unit": true,
@ -234,8 +263,11 @@
"showCategories": true,
"iconMode": "tabler",
"showIconBackground": true,
"enableSettingsSearch": true,
"enableWindowsSearch": true,
"ignoreMouseInput": false,
"screenshotAnnotationTool": ""
"screenshotAnnotationTool": "",
"overviewLayer": false
},
"controlCenter": {
"position": "close_to_bar_button",
@ -294,15 +326,20 @@
"gpuCriticalThreshold": 90,
"memWarningThreshold": 80,
"memCriticalThreshold": 90,
"swapWarningThreshold": 80,
"swapCriticalThreshold": 90,
"diskWarningThreshold": 80,
"diskCriticalThreshold": 90,
"cpuPollingInterval": 3000,
"tempPollingInterval": 3000,
"diskAvailWarningThreshold": 20,
"diskAvailCriticalThreshold": 10,
"batteryWarningThreshold": 20,
"batteryCriticalThreshold": 5,
"cpuPollingInterval": 1000,
"gpuPollingInterval": 3000,
"enableDgpuMonitoring": true,
"memPollingInterval": 3000,
"memPollingInterval": 1000,
"diskPollingInterval": 3000,
"networkPollingInterval": 3000,
"networkPollingInterval": 1000,
"loadAvgPollingInterval": 3000,
"useCustomColors": false,
"warningColor": "",
@ -346,37 +383,43 @@
"action": "lock",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "suspend",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "hibernate",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "reboot",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "logout",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "shutdown",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
}
]
},
@ -390,7 +433,6 @@
"lowUrgencyDuration": 3,
"normalUrgencyDuration": 8,
"criticalUrgencyDuration": 15,
"enableKeyboardLayoutToast": true,
"saveToHistory": {
"low": true,
"normal": true,
@ -405,7 +447,9 @@
"lowSoundFile": "",
"excludedApps": "discord,firefox,chrome,chromium,edge"
},
"enableMediaToast": false
"enableMediaToast": false,
"enableKeyboardLayoutToast": true,
"enableBatteryToast": true
},
"osd": {
"enabled": true,
@ -413,7 +457,12 @@
"autoHideMs": 2000,
"overlayLayer": true,
"backgroundOpacity": 1,
"enabledTypes": [0, 1, 2, 3],
"enabledTypes": [
0,
1,
2,
3
],
"monitors": []
},
"audio": {
@ -422,7 +471,8 @@
"cavaFrameRate": 165,
"visualizerType": "mirrored",
"mprisBlacklist": [],
"preferredPlayer": "spotify, mpv"
"preferredPlayer": "spotify, mpv",
"volumeFeedback": false
},
"brightness": {
"brightnessStep": 1,
@ -432,15 +482,16 @@
"colorSchemes": {
"useWallpaperColors": false,
"predefinedScheme": "Catppuccin",
"darkMode": true,
"darkMode": false,
"schedulingMode": "location",
"manualSunrise": "06:30",
"manualSunset": "18:30",
"matugenSchemeType": "scheme-fruit-salad"
"generationMethod": "tonal-spot",
"monitorForColors": ""
},
"templates": {
"activeTemplates": [],
"enableUserTemplates": false
"enableUserTheming": false
},
"nightLight": {
"enabled": false,
@ -459,8 +510,12 @@
"screenUnlock": "",
"performanceModeEnabled": "",
"performanceModeDisabled": "",
"startup": "",
"session": ""
},
"plugins": {
"autoUpdate": false
},
"desktopWidgets": {
"enabled": true,
"gridSnap": true,
@ -469,13 +524,14 @@
"name": "eDP-1",
"widgets": [
{
"clockColor": "none",
"clockStyle": "minimal",
"customFont": "",
"format": "HH:mm\\nd MMMM yyyy",
"format": "HH:mm:ss\\nMMMM d yyyy",
"id": "Clock",
"roundedCorners": true,
"scale": 1.1985607401441287,
"showBackground": false,
"showBackground": true,
"useCustomFont": false,
"usePrimaryColor": true,
"x": 68,