chmod .fehbg if possible

This commit is contained in:
RealStickman 2023-05-22 20:08:11 +02:00
parent 9b666176da
commit 76872f7fef
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/music-normalize/venv/

View File

@ -23,8 +23,11 @@ cd configs/arch-setup
### Config updates ### Config updates
## NixOS
- [nixos-config](./nixos-config)
## Other ## Other
- [easyffmpeg](./easyffmpeg) - [easyffmpeg](./easyffmpeg)
- [music-normalize](./music-normalize) - [music-normalize](./music-normalize)
- [nixos-config](./nixos-config)

View File

@ -290,7 +290,9 @@ elif [[ "$seltheme" == "space-pink" ]]; then
fi fi
# make fehbg executable # make fehbg executable
chmod +x ~/.fehbg if [[ -f "$HOME/.fehbg" ]]; then
chmod +x ~/.fehbg
fi
#################### ####################
##### Bash Cat ##### ##### Bash Cat #####