hyprland and dms configuration

This commit is contained in:
Frank Zechert
2026-07-30 05:00:35 +02:00
parent aebf67c2fd
commit 6543643da9
31 changed files with 1250 additions and 173 deletions
@@ -1,7 +1,7 @@
{
"currentThemeName": "custom",
"currentThemeCategory": "custom",
"customThemeFile": "/home/frank/Downloads/catppuccin.json",
"customThemeFile": "/home/frank/.config/DankMaterialShell/catppuccin.json",
"registryThemeVariants": {
"catppuccin": {
"dark": {
@@ -63,7 +63,7 @@
"m3ElevationCustomColor": "#000000",
"modalElevationEnabled": true,
"popoutElevationEnabled": true,
"barElevationEnabled": true,
"barElevationEnabled": false,
"blurEnabled": true,
"blurForegroundLayers": true,
"blurLayerOutlineOpacity": 0.12,
@@ -389,15 +389,6 @@
"fadeToDpmsEnabled": true,
"fadeToDpmsGracePeriod": 5,
"launchPrefix": "uwsm-app -- ",
"brightnessDevicePins": {},
"wifiNetworkPins": {
"preferredWifi": [
"wifi.zechert.net"
]
},
"bluetoothDevicePins": {},
"audioInputDevicePins": {},
"audioOutputDevicePins": {},
"gtkThemingEnabled": false,
"qtThemingEnabled": false,
"syncModeWithPortal": true,
@@ -562,7 +553,9 @@
"updaterIgnoredPackages": [],
"displayNameMode": "model",
"screenPreferences": {
"wallpaper": []
"wallpaper": [
"all"
]
},
"showOnLastDisplay": {},
"niriOutputSettings": {},
@@ -669,10 +662,10 @@
}
],
"spacing": 4,
"innerPadding": 4,
"innerPadding": 6,
"barInsetPadding": 4,
"bottomGap": 0,
"transparency": 0.09,
"transparency": 0,
"widgetTransparency": 1,
"squareCorners": false,
"noBackground": false,
@@ -827,5 +820,5 @@
"barInsetPaddingShared": -1,
"barInsetPaddingSyncAll": false,
"frameBarInsetPadding": -1,
"configVersion": 12
"configVersion": 13
}