aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-12 20:06:48 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-12 20:06:48 -0700
commitc7bdfbb27406d90f50e5d46908e0a4e1f96096b2 (patch)
tree021632492e6f2f2b611d422cc84fa3e35ea69b89
parent6981d57733a1c3d7bcec000a9b4ca95af84f9e15 (diff)
"Reformat" flameshot config
-rw-r--r--modules/home/flameshot.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/home/flameshot.nix b/modules/home/flameshot.nix
index d58dfe7..d238cec 100644
--- a/modules/home/flameshot.nix
+++ b/modules/home/flameshot.nix
@@ -7,15 +7,14 @@
settings = let c = config.theme.colors; in {
General = {
savePath = "Pictures/Screenshots";
+ filenamePattern = "%F_%T";
+
+ saveAfterCopy = true;
uiColor = "#${c.bg}";
contrastUiColor = "#${c.accent}";
-
- filenamePattern = "%F_%T";
-
startupLaunch = false;
- saveAfterCopy = true;
};
};
};