Advertisement
HiImTye

Launchers/.tconk-settings-general

Apr 8th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.25 KB | None | 0 0
  1. # where you want your temporary files used by conky and
  2. # its' scripts stored.
  3. tmpfolder="/tmp/tconk-$USER"
  4. # your main music folder. this is used by the 'mpd' script to
  5. # locate album art.
  6. basemusicfolder="$HOME/Music"
  7. # the location of your gmail account info. file should contain:
  8.  #
  9.  # username=<gmail username>
  10.  # password=<gmail password>
  11.  #
  12.  # make sure that <gmail username> is only the stuff before the '@' sign.
  13.  # it would be 'username=example' if your email address was 'example@gmail.com'
  14. accountInfo=$HOME/Launchers/.tconk-settings-accountInfo
  15. # make sure that the cookies file contains your facebook cookies. I used the firefox extension 'Export Cookies' available at:
  16.  # https://addons.mozilla.org/en-us/firefox/addon/export-cookies/
  17. cookiesFile=$HOME/Launchers/.tconk-settings-fbCookies
  18.  
  19. # pictures
  20. mpdFallbackIcon="$HOME/Launchers/.tconk-images-mpdPlaceholder.png"
  21. timeBottomImage="$HOME/Launchers/.tconk-images-timeHomeTop.png"
  22. timeTopImage="$HOME/Launchers/.tconk-images-timeHomeBottom.png"
  23. timeIconRestart="$HOME/Launchers/.tconk-images-timeRestart.png"
  24. timeIconUpdate="$HOME/Launchers/.tconk-images-timeUpdate.png"
  25. timeIconGmail="$HOME/Launchers/.tconk-images-timeGmail.png"
  26. timeIconFB="$HOME/Launchers/.tconk-images-timeFB.png"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement