Compare commits
3 commits
59322b8847
...
4c1d1609eb
Author | SHA1 | Date | |
---|---|---|---|
4c1d1609eb | |||
c1244d2c00 | |||
c74cef7e2c |
3 changed files with 4 additions and 3 deletions
|
@ -37,6 +37,7 @@ ARGS='-avz --delete
|
||||||
--exclude /.local
|
--exclude /.local
|
||||||
--exclude /.DataGrip*
|
--exclude /.DataGrip*
|
||||||
--exclude /.eclipse
|
--exclude /.eclipse
|
||||||
|
--exclude /sshfs
|
||||||
--exclude /OneDrive'
|
--exclude /OneDrive'
|
||||||
ORIG='/home/dbroqua/'
|
ORIG='/home/dbroqua/'
|
||||||
DEST=''
|
DEST=''
|
||||||
|
@ -99,4 +100,3 @@ else
|
||||||
echo `date` > ${ORIG}lastFailBackup
|
echo `date` > ${ORIG}lastFailBackup
|
||||||
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup
|
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
chmod a+r ~/Music/**/*.flac ~/Music/**/*.mp3
|
find ~/Music -type f \( -iname \*.flac -o -iname \*.mp3 \) -print -exec chmod go+r {} \;
|
||||||
|
|
||||||
rsync -avz --delete ~/Music dmc-12:/srv/dev-disk-by-label-storage/medias/
|
rsync -avz --delete ~/Music dmc-12:/srv/dev-disk-by-label-storage/medias/
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
* {
|
* {
|
||||||
font-family: "Font Awesome 5 Free";
|
/*font-family: "Font Awesome 5 Free", "Font Awesome v4 Compatibility Regular";*/
|
||||||
|
font-family: "FiraCode Nerd Font Mono";
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|
Loading…
Reference in a new issue