chmod .fehbg if possible
This commit is contained in:
parent
9b666176da
commit
76872f7fef
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/music-normalize/venv/
|
@ -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)
|
|
||||||
|
@ -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 #####
|
||||||
|
Loading…
Reference in New Issue
Block a user