Compare commits

..

No commits in common. "4c1d1609eb020eed337705cb53ebcb3e6e1e0106" and "59322b88474e4451736650dfcb2ac555d675df83" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View file

@ -37,7 +37,6 @@ ARGS='-avz --delete
--exclude /.local
--exclude /.DataGrip*
--exclude /.eclipse
--exclude /sshfs
--exclude /OneDrive'
ORIG='/home/dbroqua/'
DEST=''
@ -100,3 +99,4 @@ else
echo `date` > ${ORIG}lastFailBackup
echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup
fi

View file

@ -1,5 +1,5 @@
#! /bin/bash
find ~/Music -type f \( -iname \*.flac -o -iname \*.mp3 \) -print -exec chmod go+r {} \;
chmod a+r ~/Music/**/*.flac ~/Music/**/*.mp3
rsync -avz --delete ~/Music dmc-12:/srv/dev-disk-by-label-storage/medias/

View file

@ -1,6 +1,5 @@
* {
/*font-family: "Font Awesome 5 Free", "Font Awesome v4 Compatibility Regular";*/
font-family: "FiraCode Nerd Font Mono";
font-family: "Font Awesome 5 Free";
}
window#waybar {