changes made in arch

This commit is contained in:
2022-07-01 11:29:25 +05:30
parent eb9896a703
commit 72eaa478be
2 changed files with 17 additions and 0 deletions

15
i3.pop/screenshot Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
date=$(date +"%S-%M-%H_%d-%m-%y")
fileName="$(date)_Screenshot.jpg"
if [$# -eq 0 ]
then
import screen $HOME/Pictures/Screenshots/fileName
fi
if [ $1 == 's' ]
then
import -screen $HOME/Pictures/Screenshots/fileName
fi