This commit is contained in:
Never Gude 2025-11-04 23:36:39 +01:00
parent 65a5dfee85
commit 6a49608745
26 changed files with 286 additions and 55 deletions

View file

@ -5,6 +5,7 @@
"pinnedExecs": [
],
"position": "center",
"sortByMostUsed": true,
"useApp2Unit": false
},
"audio": {
@ -12,40 +13,51 @@
"mprisBlacklist": [
],
"preferredPlayer": "",
"showMiniplayerAlbumArt": true,
"showMiniplayerCava": false,
"visualizerType": "linear",
"volumeStep": 5
},
"bar": {
"alwaysShowBatteryPercentage": false,
"backgroundOpacity": 1,
"density": "default",
"floating": false,
"marginHorizontal": 0.25,
"marginVertical": 0.25,
"monitors": [
"eDP-1"
"eDP-1",
"HDMI-A-1"
],
"position": "top",
"showActiveWindowIcon": true,
"showNetworkStats": false,
"showWorkspaceLabel": "none",
"useDistroLogo": false,
"showCapsule": false,
"widgets": {
"center": [
{
"id": "NotificationHistory"
"hideWhenZero": true,
"id": "NotificationHistory",
"showUnreadBadge": true
},
{
"id": "Clock"
"formatHorizontal": "HH:mm ddd, MMM dd",
"formatVertical": "HH mm - dd MM",
"id": "Clock",
"useMonospacedFont": true,
"usePrimaryColor": true
}
],
"left": [
{
"id": "Workspace"
"hideUnoccupied": false,
"id": "Workspace",
"labelMode": "none"
},
{
"id": "MediaMini"
"id": "MediaMini",
"showAlbumArt": true,
"showVisualizer": false,
"visualizerType": "linear"
},
{
"id": "ActiveWindow"
"id": "ActiveWindow",
"showIcon": true
}
],
"right": [
@ -62,43 +74,52 @@
"id": "Bluetooth"
},
{
"id": "Battery"
"displayMode": "onhover",
"id": "Battery",
"warningThreshold": 30
},
{
"displayMode": "onhover",
"id": "Volume"
},
{
"displayMode": "onhover",
"id": "Brightness"
},
{
"id": "NightLight"
},
{
"id": "SidePanelToggle"
"icon": "noctalia",
"id": "SidePanelToggle",
"useDistroLogo": false
}
]
}
},
"brightness": {
"brightnessStep": 5
"brightnessStep": 1
},
"colorSchemes": {
"darkMode": true,
"predefinedScheme": "/home/never/.config/quickshell/noctalia-shell/Assets/ColorScheme/Niri.json",
"predefinedScheme": "Niri",
"useWallpaperColors": false
},
"dock": {
"autoHide": false,
"backgroundOpacity": 1,
"exclusive": false,
"exclusive": true,
"floatingRatio": 1,
"monitors": [
]
},
"general": {
"animationSpeed": 1,
"avatarImage": "/home/never/.face",
"dimDesktop": true,
"dimDesktop": false,
"forceBlackScreenCorners": false,
"radiusRatio": 0,
"screenRadiusRatio": 1,
"showScreenCorners": false
},
"hooks": {
@ -108,9 +129,8 @@
},
"location": {
"name": "Würzburg",
"reverseDayMonth": true,
"showDateWithClock": true,
"use12HourClock": false,
"showWeekNumberInCalendar": false,
"use12hourFormat": false,
"useFahrenheit": false
},
"matugen": {
@ -121,6 +141,7 @@
"gtk3": false,
"gtk4": false,
"kitty": false,
"pywalfox": false,
"qt5": false,
"qt6": false,
"vesktop": false
@ -133,15 +154,20 @@
"autoSchedule": true,
"dayTemp": "6500",
"enabled": true,
"forced": false,
"manualSunrise": "06:30",
"manualSunset": "18:30",
"nightTemp": "4000"
},
"notifications": {
"doNotDisturb": false,
"criticalUrgencyDuration": 15,
"doNotDisturb": true,
"lastSeenTs": 1759063307000,
"lowUrgencyDuration": 3,
"monitors": [
"eDP-1"
]
],
"normalUrgencyDuration": 8
},
"screenRecorder": {
"audioCodec": "opus",
@ -156,14 +182,18 @@
},
"settingsVersion": 1,
"ui": {
"fontBillboard": "Inter",
"fontDefault": "Roboto",
"fontFixed": "Source Code Pro",
"fontBillboard": "Inter Display",
"fontDefault": "Adwaita Sans",
"fontFixed": "Adwaita Mono",
"idleInhibitorEnabled": false,
"monitorsScaling": [
{
"name": "eDP-1",
"scale": 0.7999999999999999
},
{
"name": "HDMI-A-1",
"scale": 0.7999999999999999
}
]
},
@ -178,6 +208,11 @@
"directory": "/home/never/.local/share/wallpapers/",
"name": "eDP-1",
"wallpaper": "/home/never/.local/share/wallpapers//scarlet-tree-dark.png"
},
{
"directory": "/home/never/.local/share/wallpapers/",
"name": "HDMI-A-1",
"wallpaper": "/home/never/.local/share/wallpapers//scarlet-tree-dark.png"
}
],
"randomEnabled": false,