File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
TODAY="$(${ pkgs . coreutils-full } /bin/date +%Y-%m-%d)"
9
9
DESTINATION_DIR="$HOME/Nextcloud/10-19_Images/11_Captures-d-écran/11.01_autoscreen/$TODAY"
10
10
${ pkgs . coreutils-full } /bin/mkdir -p "$DESTINATION_DIR"
11
- ${ pkgs . grim } /bin/grim "$DESTINATION_DIR/$(hostname)_nixos_autoscreen-gaming_$( $ {pkgs . coreutils-full } /bin/date +%Y-%m-%d_%H:%M:%S_%s).png"
11
+ ${ pkgs . grim } /bin/grim "$DESTINATION_DIR/$($ {pkgs . coreutils-full } /bin/date +%Y-%m-%d_%H:%M:%S_%s)_$(hostname)_nixos_autoscreen-gaming .png"
12
12
fi
13
13
'' ;
14
14
in
Original file line number Diff line number Diff line change 5
5
DESTINATION_DIR="$HOME/Nextcloud/10-19_Images/11_Captures-d-écran/11.01_autoscreen/$TODAY"
6
6
7
7
${ pkgs . coreutils-full } /bin/mkdir -p "$DESTINATION_DIR"
8
- ${ pkgs . flameshot } /bin/flameshot full -p "$DESTINATION_DIR/$(hostname)_nixos_autoscreen_$( $ {pkgs . coreutils-full } /bin/date +%Y-%m-%d_%H:%M:%S_%s).png"
8
+ ${ pkgs . flameshot } /bin/flameshot full -p "$DESTINATION_DIR/$($ {pkgs . coreutils-full } /bin/date +%Y-%m-%d_%H:%M:%S_%s)_$(hostname)_nixos_autoscreen .png"
9
9
'' ;
10
10
in
11
11
{
Original file line number Diff line number Diff line change 5
5
DESTINATION_DIR="$HOME/Nextcloud/10-19_Images/11_Captures-d-écran/11.01_autoscreen/$TODAY"
6
6
7
7
${ pkgs . coreutils-full } /bin/mkdir -p "$DESTINATION_DIR"
8
- ${ pkgs . grim } /bin/grim "$DESTINATION_DIR/$(hostname)_nixos_autoscreen_$( $ {pkgs . coreutils-full } /bin/date +%Y-%m-%d_%H:%M:%S_%s).png"
8
+ ${ pkgs . grim } /bin/grim "$DESTINATION_DIR/$($ {pkgs . coreutils-full } /bin/date +%Y-%m-%d_%H:%M:%S_%s)_$(hostname)_nixos_autoscreen .png"
9
9
'' ;
10
10
in
11
11
{
You can’t perform that action at this time.
0 commit comments