From 3c8f51cf176b7e4c71f535f1f61c672bc074b511 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Wed, 14 Dec 2022 11:56:57 +0100 Subject: [PATCH] Add radiotray-ng config --- config/awesome/rc.lua | 3 ++- config/radiotray-ng/bookmarks.json | 12 ++++++++++++ config/radiotray-ng/radiotray-ng.json | 10 ++++++++++ config/radiotray-ng/rtng-bookmark-editor.cfg | 12 ++++++++++++ 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 config/radiotray-ng/bookmarks.json create mode 100644 config/radiotray-ng/radiotray-ng.json create mode 100644 config/radiotray-ng/rtng-bookmark-editor.cfg diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 2b95c5e..84e9b9c 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -80,7 +80,8 @@ local background_processes = { "flameshot", "nm-applet", "lxpolkit", - "unclutter" + "unclutter", + "radiotray-ng" } local reload_programs = { diff --git a/config/radiotray-ng/bookmarks.json b/config/radiotray-ng/bookmarks.json new file mode 100644 index 0000000..0ea70e2 --- /dev/null +++ b/config/radiotray-ng/bookmarks.json @@ -0,0 +1,12 @@ +[ + { + "group" : "root", + "stations" : + [ + { + "name" : "Radio Maryja", + "url" : "https://radiomaryja.fastcast4u.com/tunein/radiomaryja.pls" + } + ] + } +] diff --git a/config/radiotray-ng/radiotray-ng.json b/config/radiotray-ng/radiotray-ng.json new file mode 100644 index 0000000..82bb6ef --- /dev/null +++ b/config/radiotray-ng/radiotray-ng.json @@ -0,0 +1,10 @@ +{ + "bookmarks" : "/home/augusto/.config/radiotray-ng/bookmarks.json", + "last-station" : "Radio Maryja", + "last-station-group" : "root", + "last-station-notifications" : true, + "notification-verbose" : true, + "notifications" : true, + "split-title" : true, + "volume-level" : 34 +} \ No newline at end of file diff --git a/config/radiotray-ng/rtng-bookmark-editor.cfg b/config/radiotray-ng/rtng-bookmark-editor.cfg new file mode 100644 index 0000000..5484f6d --- /dev/null +++ b/config/radiotray-ng/rtng-bookmark-editor.cfg @@ -0,0 +1,12 @@ +[main] +x=0 +y=32 +w=958 +h=978 +split=229 +[group] +col1=160 +[station] +col1=160 +col2=340 +col3=60