Fix screenshot date

This commit is contained in:
Kiana Sheibani 2022-06-16 16:27:36 -04:00
parent 183121f2d7
commit bf628b2025

View file

@ -80,7 +80,7 @@ in {
# Play controls using playerctl # Play controls using playerctl
playerctl = cmd: "exec playerctl ${cmd}"; playerctl = cmd: "exec playerctl ${cmd}";
# Grim screenshot file name # Grim screenshot file name
filename = ''~/Pictures/$(date +%Y-%m-%d_%H-%m-%S).png''; filename = ''~/Pictures/$(date +%Y-%m-%d_%H-%M-%S).png'';
in pkgs.lib.mkOptionDefault { in pkgs.lib.mkOptionDefault {
"${modifier}+Shift+d" = ''exec wofi --show run''; "${modifier}+Shift+d" = ''exec wofi --show run'';
"${modifier}+Shift+m" = ''exec swaylock''; "${modifier}+Shift+m" = ''exec swaylock'';