Skip to content

Commit

Permalink
Merge branch 'dev' into my-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoXD committed Aug 5, 2021
2 parents 9c5a759 + 4e558fa commit 6e5b3f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ To use it you need to ```chmod +x``` the scripts.
## Dwm
- xorg
- xorg-server
- imlib2

## Fonts

Expand Down
6 changes: 3 additions & 3 deletions packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makepkg -si
cd ..

# Install st (siduck76's build)
echo "Do you want to have transparency in st? (It needs picom)"
echo "Do you want to have transparency in st? You need also picom (y/n)"
echo -n "=> "
read -r transparency

Expand All @@ -23,11 +23,11 @@ sudo make install
cd ..

# Picom
echo "Do you want to use picom?"
echo "Do you want to use picom? (y/n)"
echo -n "=> "
read -r picom

if [ $dm = "y" ] || [ $dm = "Y" ]; then
if [ $picom = "y" ] || [ $picom = "Y" ]; then
git clone https://aur.archlinux.org/picom-ibhagwan-git.git
cd picom-ibhagwan-git
makepkg -si
Expand Down

0 comments on commit 6e5b3f2

Please sign in to comment.