Regenerated

This commit is contained in:
2026-04-21 21:19:18 +02:00
parent 3bae780610
commit 3fad61abde
3 changed files with 410 additions and 404 deletions
+382 -380
View File
File diff suppressed because it is too large Load Diff
+14 -12
View File
@@ -742,18 +742,20 @@ in
text = ""; # empty file text = ""; # empty file
}; };
home.file.".config/flameshot/flameshot.ini".text = '' xdg.configFile."flameshot/flameshot.ini" = {
[General] text = ''
buttonColor=#95c2e0 [General]
sidebarColor=#585b70 buttonColor=#95c2e0
buttonActiveColor=#fab387 sidebarColor=#585b70
contrastingUIColor=#cdd6f4 buttonActiveColor=#fab387
showDesktopNotification=true contrastingUIColor=#cdd6f4
savePath=~/Pictures/Screenshots showDesktopNotification=true
filenamePattern=$Y-$m-$d_$H-$M-$S savePath=~/Pictures/Screenshots
copyPathAfterCapture=true filenamePattern=$Y-$m-$d_$H-$M-$S
''; copyPathAfterCapture=true
}; '';
force = true;
};
} }
#+END_SRC #+END_SRC
@@ -25,16 +25,18 @@ in
text = ""; # empty file text = ""; # empty file
}; };
home.file.".config/flameshot/flameshot.ini".text = '' xdg.configFile."flameshot/flameshot.ini" = {
[General] text = ''
buttonColor=#95c2e0 [General]
sidebarColor=#585b70 buttonColor=#95c2e0
buttonActiveColor=#fab387 sidebarColor=#585b70
contrastingUIColor=#cdd6f4 buttonActiveColor=#fab387
showDesktopNotification=true contrastingUIColor=#cdd6f4
savePath=~/Pictures/Screenshots showDesktopNotification=true
filenamePattern=$Y-$m-$d_$H-$M-$S savePath=~/Pictures/Screenshots
copyPathAfterCapture=true filenamePattern=$Y-$m-$d_$H-$M-$S
''; copyPathAfterCapture=true
}; '';
force = true;
};
} }