dev: automated commit - 2025-11-28 18:33:59

This commit is contained in:
Mariano Z. 2025-11-28 18:33:59 -03:00
parent d6e088278f
commit 3a4ed1d45c
4 changed files with 432 additions and 445 deletions

View file

@ -298,7 +298,7 @@
} }
], ],
"spacing": 1, "spacing": 1,
"innerPadding": 0, "innerPadding": 8,
"bottomGap": -5, "bottomGap": -5,
"transparency": 0, "transparency": 0,
"widgetTransparency": 1, "widgetTransparency": 1,

View file

@ -26,3 +26,7 @@ include "noctalia/window-rules.kdl"
include "noctalia/binds.kdl" include "noctalia/binds.kdl"
include "noctalia/startup.kdl" include "noctalia/startup.kdl"
debug {
honor-xdg-activation-with-invalid-serial
wait-for-frame-completion-before-queueing
}

View file

@ -4,19 +4,17 @@
"customLaunchPrefixEnabled": false, "customLaunchPrefixEnabled": false,
"enableClipPreview": true, "enableClipPreview": true,
"enableClipboardHistory": true, "enableClipboardHistory": true,
"pinnedExecs": [ "pinnedExecs": [],
],
"position": "center", "position": "center",
"sortByMostUsed": true, "sortByMostUsed": true,
"terminalCommand": "ghostty -e", "terminalCommand": "alacritty -e",
"useApp2Unit": false, "useApp2Unit": false,
"viewMode": "list" "viewMode": "list"
}, },
"audio": { "audio": {
"cavaFrameRate": 60, "cavaFrameRate": 60,
"externalMixer": "pwvucontrol || pavucontrol", "externalMixer": "pwvucontrol || pavucontrol",
"mprisBlacklist": [ "mprisBlacklist": [],
],
"preferredPlayer": "mpv", "preferredPlayer": "mpv",
"visualizerQuality": "high", "visualizerQuality": "high",
"visualizerType": "linear", "visualizerType": "linear",
@ -31,8 +29,7 @@
"floating": false, "floating": false,
"marginHorizontal": 0, "marginHorizontal": 0,
"marginVertical": 0, "marginVertical": 0,
"monitors": [ "monitors": [],
],
"outerCorners": false, "outerCorners": false,
"position": "top", "position": "top",
"showCapsule": true, "showCapsule": true,
@ -105,16 +102,11 @@
"showUnreadBadge": true "showUnreadBadge": true
}, },
{ {
"blacklist": [ "blacklist": ["nm-applet", "*blue*"],
"nm-applet",
"*blue*"
],
"colorizeIcons": true, "colorizeIcons": true,
"drawerEnabled": true, "drawerEnabled": true,
"id": "Tray", "id": "Tray",
"pinned": [ "pinned": ["nm-applet"]
"nm-applet"
]
} }
] ]
} }
@ -218,11 +210,9 @@
"displayMode": "always_visible", "displayMode": "always_visible",
"enabled": false, "enabled": false,
"floatingRatio": 0.85, "floatingRatio": 0.85,
"monitors": [ "monitors": [],
],
"onlySameOutput": true, "onlySameOutput": true,
"pinnedApps": [ "pinnedApps": [],
],
"radiusRatio": 1, "radiusRatio": 1,
"size": 0.89 "size": 0.89
}, },
@ -282,8 +272,7 @@
"enabled": true, "enabled": true,
"location": "top_right", "location": "top_right",
"lowUrgencyDuration": 3, "lowUrgencyDuration": 3,
"monitors": [ "monitors": [],
],
"normalUrgencyDuration": 8, "normalUrgencyDuration": 8,
"overlayLayer": true, "overlayLayer": true,
"respectExpireTimeout": true "respectExpireTimeout": true
@ -292,15 +281,9 @@
"autoHideMs": 2000, "autoHideMs": 2000,
"backgroundOpacity": 1, "backgroundOpacity": 1,
"enabled": true, "enabled": true,
"enabledTypes": [ "enabledTypes": [0, 1, 2, 3],
0,
1,
2,
3
],
"location": "left", "location": "left",
"monitors": [ "monitors": [],
],
"overlayLayer": true "overlayLayer": true
}, },
"screenRecorder": { "screenRecorder": {

View file

@ -73,7 +73,7 @@ function wacom {
return 1 return 1
fi fi
systemctl --user enable opentabletdriver --now otd-daemon &
local config_file="$HOME/Sync/System/Configs/wacom/wacom.json" local config_file="$HOME/Sync/System/Configs/wacom/wacom.json"
if [[ -f "$config_file" ]]; then if [[ -f "$config_file" ]]; then