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
|
text = ""; # empty file
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."flameshot/flameshot.ini" = {
|
services.flameshot = {
|
||||||
text = ''
|
enable = true;
|
||||||
[General]
|
settings = {
|
||||||
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,18 +25,19 @@ in
|
|||||||
text = ""; # empty file
|
text = ""; # empty file
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."flameshot/flameshot.ini" = {
|
services.flameshot = {
|
||||||
text = ''
|
enable = true;
|
||||||
[General]
|
settings = {
|
||||||
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;
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user