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