Regenerated

This commit is contained in:
2026-04-21 21:15:28 +02:00
parent fdf9621639
commit 3bae780610
3 changed files with 371 additions and 383 deletions
+369 -373
View File
File diff suppressed because it is too large Load Diff
+1 -5
View File
@@ -744,19 +744,15 @@ in
home.file.".config/flameshot/flameshot.ini".text = ''
[General]
# Border color: A solid blend of @blue and @green (approximates the gradient)
buttonColor=#95c2e0
# Sidebar and inactive elements: Use @surface2 for subtlety
sidebarColor=#585b70
# Active buttons: Use @peach for contrast
buttonActiveColor=#fab387
# Text/icons: Use @text for readability
contrastingUIColor=#cdd6f4
showDesktopNotification=true
savePath=~/Pictures/Screenshots
filenamePattern=$Y-$m-$d_$H-$M-$S
copyPathAfterCapture=true
'';
'';
};
}
#+END_SRC
@@ -27,18 +27,14 @@ in
home.file.".config/flameshot/flameshot.ini".text = ''
[General]
# Border color: A solid blend of @blue and @green (approximates the gradient)
buttonColor=#95c2e0
# Sidebar and inactive elements: Use @surface2 for subtlety
sidebarColor=#585b70
# Active buttons: Use @peach for contrast
buttonActiveColor=#fab387
# Text/icons: Use @text for readability
contrastingUIColor=#cdd6f4
showDesktopNotification=true
savePath=~/Pictures/Screenshots
filenamePattern=$Y-$m-$d_$H-$M-$S
copyPathAfterCapture=true
'';
'';
};
}