dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 931e673a01eaf83ad78361679601fa555e173a16
parent eeec3d3cf04f01864c2549867499bc76350b1c04
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 22 Mar 2018 17:46:30 +0100

Changed some radio names

Diffstat:
M.bin/radio | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.bin/radio b/.bin/radio @@ -1,8 +1,6 @@ #!/bin/bash ## RADIO CONFIG (MOVE TO SEPARATE FILE) ## -# Maybe move to hash table? # - # Drive RADIO - http://driveradio.be drive_radio="http://streaming.radionomy.com/DRIVE" @@ -27,7 +25,7 @@ deep_space="https://somafm.com/deepspaceone.pls" # Deep ambient electronic/exp ## MAIN SCRIPT ## # TODO: load these dynamically radios=($drive_radio $nw_plaza $groove_salad $mission_control $the_trip $beat_blender $dub_step $defcon $deep_space $classic_goa $prog_psy_trance) -radio_names=("Drive Radio" "Nightwave Plaza" "Groove Salad" "Mission Control" "The Trip" "Beat Blender" "Dub Step" "Defcon" "Deep Space" "Classic Goa" "Progressive Psy Trance") +radio_names=("Drive Radio" "Nightwave Plaza" "SOMA - Groove Salad" "SOMA - Mission Control" "SOMA - The Trip" "SOMA - Beat Blender" "SOMA - Dub Step" "SOMA - Defcon" "SOMA - Deep Space" "PSYSTATION - Classic Goa" "PSYSTATION - Progressive Psy Trance") clear echo "Welcome to the command line radio player."