l
This commit is contained in:
+13
-13
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"mPrimary": "#d5bbff",
|
||||
"mOnPrimary": "#3d1c6f",
|
||||
"mPrimary": "#4edad4",
|
||||
"mOnPrimary": "#003735",
|
||||
|
||||
"mSecondary": "#cec2db",
|
||||
"mOnSecondary": "#342d40",
|
||||
"mSecondary": "#80d5d0",
|
||||
"mOnSecondary": "#003735",
|
||||
|
||||
"mTertiary": "#f1b7c3",
|
||||
"mOnTertiary": "#4a252f",
|
||||
"mTertiary": "#96cdf8",
|
||||
"mOnTertiary": "#00344f",
|
||||
|
||||
"mError": "#ffb4ab",
|
||||
"mOnError": "#690005",
|
||||
|
||||
"mSurface": "#141316",
|
||||
"mOnSurface": "#e6e1e6",
|
||||
"mSurface": "#0c141b",
|
||||
"mOnSurface": "#dbe3ed",
|
||||
|
||||
"mSurfaceVariant": "#211f22",
|
||||
"mOnSurfaceVariant": "#cbc4cf",
|
||||
"mSurfaceVariant": "#182027",
|
||||
"mOnSurfaceVariant": "#b7c9d9",
|
||||
|
||||
"mOutline": "#49454e",
|
||||
"mOutline": "#384956",
|
||||
"mShadow": "#000000",
|
||||
|
||||
"mHover": "#f1b7c3",
|
||||
"mOnHover": "#4a252f"
|
||||
"mHover": "#96cdf8",
|
||||
"mOnHover": "#00344f"
|
||||
}
|
||||
@@ -117,7 +117,7 @@ ColumnLayout {
|
||||
NSlider {
|
||||
Layout.fillWidth: true
|
||||
from: 0
|
||||
to: 200
|
||||
to: 1000
|
||||
stepSize: 10
|
||||
value: root.valueMaxResults
|
||||
onMoved: root.valueMaxResults = Math.round(value)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "file-search",
|
||||
"name": "File Search",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.4",
|
||||
"minNoctaliaVersion": "4.1.2",
|
||||
"author": "ericbreh",
|
||||
"license": "MIT",
|
||||
@@ -22,7 +22,7 @@
|
||||
"metadata": {
|
||||
"defaultSettings": {
|
||||
"showHidden": false,
|
||||
"maxResults": 0,
|
||||
"maxResults": 100,
|
||||
"fileOpener": "xdg-open",
|
||||
"searchDirectory": "~",
|
||||
"fdCommand": "fd"
|
||||
|
||||
+26
-8
@@ -18,6 +18,7 @@
|
||||
"ignoreMouseInput": false,
|
||||
"overviewLayer": false,
|
||||
"pinnedApps": [
|
||||
"zen-twilight"
|
||||
],
|
||||
"position": "center",
|
||||
"screenshotAnnotationTool": "",
|
||||
@@ -43,7 +44,7 @@
|
||||
"autoHideDelay": 500,
|
||||
"autoShowDelay": 150,
|
||||
"backgroundOpacity": 0.93,
|
||||
"barType": "floating",
|
||||
"barType": "simple",
|
||||
"capsuleColorKey": "none",
|
||||
"capsuleOpacity": 1,
|
||||
"contentPadding": 2,
|
||||
@@ -273,7 +274,7 @@
|
||||
},
|
||||
"colorSchemes": {
|
||||
"darkMode": true,
|
||||
"generationMethod": "tonal-spot",
|
||||
"generationMethod": "fruit-salad",
|
||||
"manualSunrise": "06:30",
|
||||
"manualSunset": "18:30",
|
||||
"monitorForColors": "",
|
||||
@@ -419,7 +420,7 @@
|
||||
"colorizeIcons": false,
|
||||
"deadOpacity": 0.6,
|
||||
"displayMode": "auto_hide",
|
||||
"dockType": "floating",
|
||||
"dockType": "attached",
|
||||
"enabled": true,
|
||||
"floatingRatio": 1,
|
||||
"groupApps": true,
|
||||
@@ -430,15 +431,16 @@
|
||||
"indicatorColor": "primary",
|
||||
"indicatorOpacity": 0.6,
|
||||
"indicatorThickness": 3,
|
||||
"launcherIcon": "cat",
|
||||
"launcherIcon": "book",
|
||||
"launcherIconColor": "none",
|
||||
"launcherPosition": "start",
|
||||
"launcherUseDistroLogo": false,
|
||||
"launcherUseDistroLogo": true,
|
||||
"monitors": [
|
||||
],
|
||||
"onlySameOutput": true,
|
||||
"pinnedApps": [
|
||||
"kitty",
|
||||
"zen-twilight",
|
||||
"brave-browser"
|
||||
],
|
||||
"pinnedStatic": true,
|
||||
@@ -453,12 +455,12 @@
|
||||
"allowPasswordWithFprintd": true,
|
||||
"animationDisabled": false,
|
||||
"animationSpeed": 1,
|
||||
"autoStartAuth": false,
|
||||
"autoStartAuth": true,
|
||||
"avatarImage": "/home/sinsa/.face",
|
||||
"boxRadiusRatio": 1,
|
||||
"clockFormat": "hh\\nmm",
|
||||
"clockStyle": "custom",
|
||||
"compactLockScreen": false,
|
||||
"compactLockScreen": true,
|
||||
"dimmerOpacity": 0.2,
|
||||
"enableBlurBehind": true,
|
||||
"enableLockScreenCountdown": true,
|
||||
@@ -507,7 +509,7 @@
|
||||
"shadowOffsetX": 2,
|
||||
"shadowOffsetY": 3,
|
||||
"showChangelogOnStartup": true,
|
||||
"showHibernateOnLockScreen": false,
|
||||
"showHibernateOnLockScreen": true,
|
||||
"showScreenCorners": false,
|
||||
"showSessionButtonsOnLockScreen": true,
|
||||
"smoothScrollEnabled": true,
|
||||
@@ -728,6 +730,22 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "niri"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "hyprtoolkit"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "hyprland"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "gtk"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "qt"
|
||||
}
|
||||
],
|
||||
"enableUserTheming": false
|
||||
|
||||
Reference in New Issue
Block a user