Regenerated

This commit is contained in:
2026-04-21 21:31:00 +02:00
parent 0d5fd3fe33
commit 107f8b4756
3 changed files with 374 additions and 383 deletions
+370 -373
View File
File diff suppressed because it is too large Load Diff
+2 -5
View File
@@ -746,14 +746,11 @@ in
enable = true; enable = true;
settings = { settings = {
General = { General = {
buttonColor = "#95c2e0"; uiColor = "#95c2e0";
sidebarColor = "#585b70"; contrastUiColor = "#cdd6f4";
buttonActiveColor = "#fab387";
contrastingUIColor = "#cdd6f4";
showDesktopNotification = true; showDesktopNotification = true;
savePath = "~/Pictures/Screenshots"; savePath = "~/Pictures/Screenshots";
filenamePattern = "$Y-$m-$d_$H-$M-$S"; filenamePattern = "$Y-$m-$d_$H-$M-$S";
copyPathAfterCapture = true;
}; };
}; };
}; };
@@ -29,14 +29,11 @@ in
enable = true; enable = true;
settings = { settings = {
General = { General = {
buttonColor = "#95c2e0"; uiColor = "#95c2e0";
sidebarColor = "#585b70"; contrastUiColor = "#cdd6f4";
buttonActiveColor = "#fab387";
contrastingUIColor = "#cdd6f4";
showDesktopNotification = true; showDesktopNotification = true;
savePath = "~/Pictures/Screenshots"; savePath = "~/Pictures/Screenshots";
filenamePattern = "$Y-$m-$d_$H-$M-$S"; filenamePattern = "$Y-$m-$d_$H-$M-$S";
copyPathAfterCapture = true;
}; };
}; };
}; };