Regenerated

This commit is contained in:
2026-04-22 13:05:26 +02:00
parent 0b335dec3a
commit 93f944cbea
4 changed files with 389 additions and 390 deletions
+383 -383
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -2040,8 +2040,8 @@ in
# and conflict with our home.file entries below. # and conflict with our home.file entries below.
home.file = { home.file = {
".config/swaync/config.jsonc" = { ".config/swaync/config.json" = {
text = builtins.readFile "${assetPath}/config.jsonc"; text = builtins.readFile "${assetPath}/config.json";
force = true; force = true;
}; };
".config/swaync/style.css" = { ".config/swaync/style.css" = {
@@ -4295,9 +4295,9 @@ These are config files for .config/stylix
</html> </html>
#+END_SRC #+END_SRC
** =generated/.config/swaync/config.jsonc= ** =generated/.config/swaync/config.json=
These are config files for waybar These are config files for waybar
#+BEGIN_SRC jsonc :tangle generated/.config/swaync/config.jsonc :noweb yes :mkdirp yes :eval never #+BEGIN_SRC json :tangle generated/.config/swaync/config.json :noweb yes :mkdirp yes :eval never
{ {
"positionX": "right", "positionX": "right",
"positionY": "top", "positionY": "top",
@@ -1,4 +1,3 @@
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ {
"positionX": "right", "positionX": "right",
"positionY": "top", "positionY": "top",
@@ -12,8 +12,8 @@ in
# and conflict with our home.file entries below. # and conflict with our home.file entries below.
home.file = { home.file = {
".config/swaync/config.jsonc" = { ".config/swaync/config.json" = {
text = builtins.readFile "${assetPath}/config.jsonc"; text = builtins.readFile "${assetPath}/config.json";
force = true; force = true;
}; };
".config/swaync/style.css" = { ".config/swaync/style.css" = {