Regenerated
This commit is contained in:
+380
-379
File diff suppressed because it is too large
Load Diff
+14
-13
@@ -742,19 +742,20 @@ in
|
||||
text = ""; # empty file
|
||||
};
|
||||
|
||||
xdg.configFile."flameshot/flameshot.ini" = {
|
||||
text = ''
|
||||
[General]
|
||||
buttonColor=#95c2e0
|
||||
sidebarColor=#585b70
|
||||
buttonActiveColor=#fab387
|
||||
contrastingUIColor=#cdd6f4
|
||||
showDesktopNotification=true
|
||||
savePath=~/Pictures/Screenshots
|
||||
filenamePattern=$Y-$m-$d_$H-$M-$S
|
||||
copyPathAfterCapture=true
|
||||
'';
|
||||
force = true;
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
buttonColor = "#95c2e0";
|
||||
sidebarColor = "#585b70";
|
||||
buttonActiveColor = "#fab387";
|
||||
contrastingUIColor = "#cdd6f4";
|
||||
showDesktopNotification = true;
|
||||
savePath = "~/Pictures/Screenshots";
|
||||
filenamePattern = "$Y-$m-$d_$H-$M-$S";
|
||||
copyPathAfterCapture = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -25,18 +25,19 @@ in
|
||||
text = ""; # empty file
|
||||
};
|
||||
|
||||
xdg.configFile."flameshot/flameshot.ini" = {
|
||||
text = ''
|
||||
[General]
|
||||
buttonColor=#95c2e0
|
||||
sidebarColor=#585b70
|
||||
buttonActiveColor=#fab387
|
||||
contrastingUIColor=#cdd6f4
|
||||
showDesktopNotification=true
|
||||
savePath=~/Pictures/Screenshots
|
||||
filenamePattern=$Y-$m-$d_$H-$M-$S
|
||||
copyPathAfterCapture=true
|
||||
'';
|
||||
force = true;
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
buttonColor = "#95c2e0";
|
||||
sidebarColor = "#585b70";
|
||||
buttonActiveColor = "#fab387";
|
||||
contrastingUIColor = "#cdd6f4";
|
||||
showDesktopNotification = true;
|
||||
savePath = "~/Pictures/Screenshots";
|
||||
filenamePattern = "$Y-$m-$d_$H-$M-$S";
|
||||
copyPathAfterCapture = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user