This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
#sync playlist files to phone | |
#MAKE SURE THIS FILE IS RAN FROM ~/Scripts | |
# add save_absolute_paths_in_playlists "yes" to your mpd.conf and regenerate playlists | |
cat ~/.mpd/playlists/phone.m3u | grep -v '#' | \ | |
while read i; do cp -vu "${i}" /var/run/user/1000/gvfs/*/*/Music; done | |
BASEDIR=/var/run/user/1000/gvfs/ | |
cd $BASEDIR`ls $BASEDIR | head -n 1`/Internal\ storage/Music |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; bug.n - tiling window management | |
; @version 9.0.0 | |
;;Status bar | |
Config_showBar=1 | |
Config_horizontalBarPos=left | |
Config_verticalBarPos=top | |
Config_barWidth=100% | |
Config_singleRowBar=1 | |
Config_spaciousBar=0 |
NewerOlder