Regenerated
This commit is contained in:
+371
-369
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -742,7 +742,8 @@ in
|
|||||||
text = ""; # empty file
|
text = ""; # empty file
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/flameshot/flameshot.ini".text = ''
|
xdg.configFile."flameshot/flameshot.ini" = {
|
||||||
|
text = ''
|
||||||
[General]
|
[General]
|
||||||
buttonColor=#95c2e0
|
buttonColor=#95c2e0
|
||||||
sidebarColor=#585b70
|
sidebarColor=#585b70
|
||||||
@@ -753,6 +754,7 @@ in
|
|||||||
filenamePattern=$Y-$m-$d_$H-$M-$S
|
filenamePattern=$Y-$m-$d_$H-$M-$S
|
||||||
copyPathAfterCapture=true
|
copyPathAfterCapture=true
|
||||||
'';
|
'';
|
||||||
|
force = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -25,7 +25,8 @@ in
|
|||||||
text = ""; # empty file
|
text = ""; # empty file
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/flameshot/flameshot.ini".text = ''
|
xdg.configFile."flameshot/flameshot.ini" = {
|
||||||
|
text = ''
|
||||||
[General]
|
[General]
|
||||||
buttonColor=#95c2e0
|
buttonColor=#95c2e0
|
||||||
sidebarColor=#585b70
|
sidebarColor=#585b70
|
||||||
@@ -36,5 +37,6 @@ in
|
|||||||
filenamePattern=$Y-$m-$d_$H-$M-$S
|
filenamePattern=$Y-$m-$d_$H-$M-$S
|
||||||
copyPathAfterCapture=true
|
copyPathAfterCapture=true
|
||||||
'';
|
'';
|
||||||
|
force = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user