From 8fa48091c3b0755e0a111bd4fe6f6ede8129dc04 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:30:34 +0200 Subject: [PATCH] init swappy config Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/caelestia-shell/default.nix | 1 + home/system/caelestia-shell/swappy.nix | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 home/system/caelestia-shell/swappy.nix diff --git a/home/system/caelestia-shell/default.nix b/home/system/caelestia-shell/default.nix index d9dc8ee1..9fbb9ae5 100644 --- a/home/system/caelestia-shell/default.nix +++ b/home/system/caelestia-shell/default.nix @@ -11,6 +11,7 @@ ./launcher.nix ./appearance.nix ./scheme.nix + ./swappy.nix ]; programs.caelestia = { diff --git a/home/system/caelestia-shell/swappy.nix b/home/system/caelestia-shell/swappy.nix new file mode 100644 index 00000000..8a250493 --- /dev/null +++ b/home/system/caelestia-shell/swappy.nix @@ -0,0 +1,11 @@ +{ + xdg.configFile."swappy/config".text = '' + [Default] + save_dir=~/Pictures/Screenshots + save_filename_format=screenshot-%Y%m%d-%H%M%S.png + show_panel=false + line_size=5 + text_size=20 + text_font=sans-serif + ''; +}