about summary refs log tree commit diff
path: root/scripts/xshot.sh
blob: 046315dcc0d386afaf91c0f0c88f32b0dc8d0b37 (plain) (blame)
1
2
3
4
5
#!/bin/sh

PIC="$HOME/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png"

maim --format=png --hidecursor --quality 8 "$PIC"

Consider giving Nix/NixOS a try! <3