Regenerated

This commit is contained in:
2026-04-22 12:52:41 +02:00
parent ba4d1fd1fd
commit fa04d757c5
4 changed files with 439 additions and 386 deletions
+382 -382
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -2040,7 +2040,7 @@ in
# and conflict with our home.file entries below.
home.file = {
".config/swaync/config.json" = {
".config/swaync/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.json";
force = true;
};
@@ -4295,9 +4295,9 @@ These are config files for .config/stylix
</html>
#+END_SRC
** =generated/.config/swaync/config.json=
** =generated/.config/swaync/config.jsonc=
These are config files for waybar
#+BEGIN_SRC json :tangle generated/.config/swaync/config.json :noweb yes :mkdirp yes :eval never
#+BEGIN_SRC jsonc :tangle generated/.config/swaync/config.jsonc :noweb yes :mkdirp yes :eval never
{
"positionX": "right",
"positionY": "top",
@@ -0,0 +1,53 @@
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{
"positionX": "right",
"positionY": "top",
"layer": "overlay",
"control-center-layer": "top",
"layer-shell": true,
"cssPriority": "application",
"control-center-margin-top": 8,
"control-center-margin-bottom": 8,
"control-center-margin-right": 8,
"control-center-margin-left": 0,
"notification-2fa-action": true,
"notification-inline-replies": false,
"notification-icon-size": 48,
"notification-body-image-height": 100,
"notification-body-image-width": 200,
"timeout": 10,
"timeout-low": 5,
"timeout-critical": 0,
"fit-to-screen": true,
"control-center-width": 500,
"control-center-height": 600,
"notification-window-width": 400,
"keyboard-shortcuts": true,
"image-visibility": "when-available",
"transition-time": 200,
"hide-on-clear": false,
"hide-on-action": true,
"script-fail-notify": true,
"widgets": [
"inhibitors",
"title",
"dnd",
"notifications"
],
"widget-config": {
"inhibitors": {
"text": "Inhibitors",
"button-text": "Clear All",
"clear-all-button": true
},
"title": {
"text": "Notifications",
"clear-all-button": true,
"button-text": "Clear All"
},
"dnd": {
"text": "Do Not Disturb"
},
"notifications": {}
}
}
@@ -12,7 +12,7 @@ in
# and conflict with our home.file entries below.
home.file = {
".config/swaync/config.json" = {
".config/swaync/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.json";
force = true;
};