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
<bookmarks> | |
<group name="root"> | |
<group name="Jazz"> | |
<bookmark name="Smooth Jazz" url="http://smoothjazz.com/streams/smoothjazz_128.pls"/> | |
<bookmark name="SKY.fm Piano Jazz" url="http://listen.sky.fm/public1/pianojazz.pls"/> | |
<bookmark name="SKY.fm Smooth Jazz" url="http://listen.sky.fm/public1/smoothjazz.pls"/> | |
<bookmark name="Sonic Universe" url="http://somafm.com/sonicuniverse.pls"/> | |
<bookmark name="Blue FM" url="http://bluefm.net/listen.pls"/> | |
<bookmark name="The Breeze" url="mmsh://wms-rly.181.fm/181-breeze?MSWMExt=.asf"/> | |
</group> |
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 | |
#################### | |
### arch-compiz #### | |
version="20130814" # | |
### JustBrowsing ### | |
#################### | |
packerDepends="binutils wget ca-certificates jshon git pcre" | |
xorgDepends="xorg-server xorg-xinit xf86-video-fbdev xf86-video-vesa xf86-input-keyboard xf86-input-mouse mesa-libgl" | |
compileDepends="make gcc autoconf automake" |
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 | |
#################### | |
### oneterm ######## | |
version="0.1" ###### | |
### justbrowsing ### | |
#################### | |
# Variables | |
GTKDIALOG=$(which gtkdialog 2>/dev/null); | |
TMPDIR="/tmp" |