Procházet zdrojové kódy

Add radiotray to dotfiles

Colin Powell před 5 roky
rodič
revize
0bc071ec99

+ 28 - 0
radiotray-ng/.config/radiotray-ng/bookmarks.json

@@ -0,0 +1,28 @@
+[
+    {
+        "image": "", 
+        "group": "root", 
+        "stations": [
+            {
+                "url": "https://stream.unbl.ink/mopidy", 
+                "image": "", 
+                "name": "Unblink"
+            }, 
+            {
+                "url": "https://playerservices.streamtheworld.com/api/livestream-redirect/WMEAFM.mp3", 
+                "image": "", 
+                "name": "Maine Public"
+            }, 
+            {
+                "url": "http://anonradio.net:8000/anonradio", 
+                "image": "", 
+                "name": "Anonradio"
+            }, 
+            {
+                "url": "http://radio.tildeverse.org/radio/8000/radio.mp3", 
+                "image": "", 
+                "name": "Tildeverse"
+            }
+        ]
+    }
+]

+ 10 - 0
radiotray-ng/.config/radiotray-ng/radiotray-ng.json

@@ -0,0 +1,10 @@
+{
+   "bookmarks" : "/home/powellc/.config/radiotray-ng/bookmarks.json",
+   "last-station" : "Unblink",
+   "last-station-group" : "root",
+   "last-station-notifications" : true,
+   "notification-verbose" : true,
+   "notifications" : true,
+   "split-title" : true,
+   "volume-level" : 100
+}

+ 12 - 0
radiotray-ng/.config/radiotray-ng/rtng-bookmark-editor.cfg

@@ -0,0 +1,12 @@
+[main]
+x=1282
+y=509
+w=1267
+h=1353
+split=291
+[group]
+col1=160
+[station]
+col1=160
+col2=340
+col3=60