enable upower, move noctalia config to niri module, make useNoctalia a module option
This commit is contained in:
+191
-33
@@ -42,19 +42,19 @@
|
||||
"bar": {
|
||||
"autoHideDelay": 500,
|
||||
"autoShowDelay": 150,
|
||||
"backgroundOpacity": 0.93,
|
||||
"backgroundOpacity": 0.39,
|
||||
"barType": "floating",
|
||||
"capsuleColorKey": "primary",
|
||||
"capsuleOpacity": 0.33,
|
||||
"contentPadding": 2,
|
||||
"density": "compact",
|
||||
"capsuleColorKey": "none",
|
||||
"capsuleOpacity": 1,
|
||||
"contentPadding": 10,
|
||||
"density": "default",
|
||||
"displayMode": "always_visible",
|
||||
"enableExclusionZoneInset": true,
|
||||
"fontScale": 1,
|
||||
"frameRadius": 12,
|
||||
"frameThickness": 8,
|
||||
"hideOnOverview": false,
|
||||
"marginHorizontal": 4,
|
||||
"marginHorizontal": 100,
|
||||
"marginVertical": 4,
|
||||
"middleClickAction": "none",
|
||||
"middleClickCommand": "",
|
||||
@@ -74,8 +74,8 @@
|
||||
"showCapsule": true,
|
||||
"showOnWorkspaceSwitch": true,
|
||||
"showOutline": false,
|
||||
"useSeparateOpacity": false,
|
||||
"widgetSpacing": 6,
|
||||
"useSeparateOpacity": true,
|
||||
"widgetSpacing": 4,
|
||||
"widgets": {
|
||||
"center": [
|
||||
{
|
||||
@@ -178,21 +178,21 @@
|
||||
"showUnreadBadge": true,
|
||||
"unreadBadgeColor": "primary"
|
||||
},
|
||||
{
|
||||
"deviceNativePath": "__default__",
|
||||
"displayMode": "graphic-clean",
|
||||
"hideIfIdle": false,
|
||||
"hideIfNotDetected": true,
|
||||
"id": "Battery",
|
||||
"showNoctaliaPerformance": false,
|
||||
"showPowerProfiles": false
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"iconColor": "none",
|
||||
"id": "Volume",
|
||||
"middleClickCommand": "pwvucontrol || pavucontrol",
|
||||
"textColor": "none"
|
||||
},
|
||||
{
|
||||
"deviceNativePath": "__default__",
|
||||
"displayMode": "graphic-clean",
|
||||
"hideIfIdle": true,
|
||||
"hideIfNotDetected": true,
|
||||
"id": "Battery",
|
||||
"showNoctaliaPerformance": true,
|
||||
"showPowerProfiles": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -222,13 +222,13 @@
|
||||
},
|
||||
"colorSchemes": {
|
||||
"darkMode": true,
|
||||
"generationMethod": "tonal-spot",
|
||||
"generationMethod": "vibrant",
|
||||
"manualSunrise": "06:30",
|
||||
"manualSunset": "18:30",
|
||||
"monitorForColors": "",
|
||||
"predefinedScheme": "Kanagawa",
|
||||
"predefinedScheme": "Gruvbox",
|
||||
"schedulingMode": "off",
|
||||
"syncGsettings": true,
|
||||
"syncGsettings": false,
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
"controlCenter": {
|
||||
@@ -376,14 +376,14 @@
|
||||
"animationDisabled": false,
|
||||
"animationSpeed": 1,
|
||||
"autoStartAuth": false,
|
||||
"avatarImage": "/home/ulve/.face",
|
||||
"avatarImage": "/home/ulve/Pictures/ulve.png",
|
||||
"boxRadiusRatio": 1,
|
||||
"clockFormat": "hh\\nmm",
|
||||
"clockStyle": "custom",
|
||||
"compactLockScreen": false,
|
||||
"dimmerOpacity": 0.2,
|
||||
"enableBlurBehind": true,
|
||||
"enableLockScreenCountdown": true,
|
||||
"enableLockScreenCountdown": false,
|
||||
"enableLockScreenMediaControls": false,
|
||||
"enableShadows": true,
|
||||
"forceBlackScreenCorners": false,
|
||||
@@ -414,12 +414,12 @@
|
||||
},
|
||||
"language": "",
|
||||
"lockOnSuspend": true,
|
||||
"lockScreenAnimations": false,
|
||||
"lockScreenBlur": 0,
|
||||
"lockScreenCountdownDuration": 10000,
|
||||
"lockScreenAnimations": true,
|
||||
"lockScreenBlur": 0.39,
|
||||
"lockScreenCountdownDuration": 1000,
|
||||
"lockScreenMonitors": [
|
||||
],
|
||||
"lockScreenTint": 0,
|
||||
"lockScreenTint": 0.12,
|
||||
"passwordChars": true,
|
||||
"radiusRatio": 1,
|
||||
"reverseScroll": false,
|
||||
@@ -431,7 +431,7 @@
|
||||
"showChangelogOnStartup": true,
|
||||
"showHibernateOnLockScreen": false,
|
||||
"showScreenCorners": false,
|
||||
"showSessionButtonsOnLockScreen": true,
|
||||
"showSessionButtonsOnLockScreen": false,
|
||||
"smoothScrollEnabled": true,
|
||||
"telemetryEnabled": false
|
||||
},
|
||||
@@ -449,7 +449,7 @@
|
||||
},
|
||||
"idle": {
|
||||
"customCommands": "[]",
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"fadeDuration": 5,
|
||||
"lockCommand": "",
|
||||
"lockTimeout": 660,
|
||||
@@ -459,7 +459,7 @@
|
||||
"screenOffCommand": "",
|
||||
"screenOffTimeout": 600,
|
||||
"suspendCommand": "",
|
||||
"suspendTimeout": 1800
|
||||
"suspendTimeout": 0
|
||||
},
|
||||
"location": {
|
||||
"analogClockInCalendar": false,
|
||||
@@ -551,9 +551,9 @@
|
||||
"notifyUpdates": true
|
||||
},
|
||||
"sessionMenu": {
|
||||
"countdownDuration": 10000,
|
||||
"enableCountdown": true,
|
||||
"largeButtonsLayout": "single-row",
|
||||
"countdownDuration": 1000,
|
||||
"enableCountdown": false,
|
||||
"largeButtonsLayout": "grid",
|
||||
"largeButtonsStyle": true,
|
||||
"position": "center",
|
||||
"powerOptions": [
|
||||
@@ -643,6 +643,10 @@
|
||||
},
|
||||
"templates": {
|
||||
"activeTemplates": [
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "niri"
|
||||
}
|
||||
],
|
||||
"enableUserTheming": false
|
||||
},
|
||||
@@ -666,6 +670,160 @@
|
||||
"enableMultiMonitorDirectories": false,
|
||||
"enabled": true,
|
||||
"favorites": [
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "tonal-spot",
|
||||
"paletteColors": [
|
||||
"#9ccaff",
|
||||
"#bac8db",
|
||||
"#d6bee5",
|
||||
"#ffb4ab"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Anime - Landscape.jpeg",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "tonal-spot",
|
||||
"paletteColors": [
|
||||
"#ffb5a0",
|
||||
"#e7bdb2",
|
||||
"#d8c58d",
|
||||
"#ffb4ab"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Anime-City-Night.png",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "tonal-spot",
|
||||
"paletteColors": [
|
||||
"#b4c5ff",
|
||||
"#c1c5dd",
|
||||
"#e2bbdb",
|
||||
"#ffb4ab"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Buildings.png",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "vibrant",
|
||||
"paletteColors": [
|
||||
"#b3e467",
|
||||
"#6ad65c",
|
||||
"#5ed48c",
|
||||
"#fd4663"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Concept-Japanese house.png",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "vibrant",
|
||||
"paletteColors": [
|
||||
"#e47367",
|
||||
"#e2ac5b",
|
||||
"#d5e25b",
|
||||
"#e2685b"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Courtside-Sunset.png",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "tonal-spot",
|
||||
"paletteColors": [
|
||||
"#5ed4fd",
|
||||
"#b3cad5",
|
||||
"#c4c3eb",
|
||||
"#ffb4ab"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Fog-Forest-Everforest.png",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "tonal-spot",
|
||||
"paletteColors": [
|
||||
"#a4c9ff",
|
||||
"#bcc7db",
|
||||
"#d9bde3",
|
||||
"#ffb4ab"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Anime-Girl-Night-Sky.jpg",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "monochrome",
|
||||
"paletteColors": [
|
||||
"#ffffff",
|
||||
"#c6c6c6",
|
||||
"#e2e2e2",
|
||||
"#ffb4ab"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Dark_Nature.png",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "vibrant",
|
||||
"paletteColors": [
|
||||
"#67b6e4",
|
||||
"#5265e0",
|
||||
"#8652e0",
|
||||
"#fd4663"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Fantasy-Lake1.png",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "vibrant",
|
||||
"paletteColors": [
|
||||
"#60ecc6",
|
||||
"#4bc5e9",
|
||||
"#4b76e9",
|
||||
"#fd4663"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/IT_guy.png",
|
||||
"useWallpaperColors": true
|
||||
},
|
||||
{
|
||||
"appearance": "dark",
|
||||
"colorScheme": "Gruvbox",
|
||||
"darkMode": true,
|
||||
"generationMethod": "tonal-spot",
|
||||
"paletteColors": [
|
||||
"#afd36d",
|
||||
"#c1caab",
|
||||
"#a0d0c9",
|
||||
"#ffb4ab"
|
||||
],
|
||||
"path": "/home/ulve/.config/niri/wallpapers/Patterns.png",
|
||||
"useWallpaperColors": true
|
||||
}
|
||||
],
|
||||
"fillColor": "#000000",
|
||||
"fillMode": "crop",
|
||||
@@ -674,7 +832,7 @@
|
||||
"monitorDirectories": [
|
||||
],
|
||||
"overviewBlur": 0.4,
|
||||
"overviewEnabled": false,
|
||||
"overviewEnabled": true,
|
||||
"overviewTint": 0.6,
|
||||
"panelPosition": "follow_bar",
|
||||
"randomIntervalSec": 3600,
|
||||
|
||||
Reference in New Issue
Block a user