polybar added for arch install

This commit is contained in:
2022-07-01 11:50:33 +05:30
parent 72eaa478be
commit a922f9e4a8
13 changed files with 276 additions and 24 deletions

15
pop/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