Add radiotray-ng config
This commit is contained in:
parent
38059f7334
commit
3c8f51cf17
|
@ -80,7 +80,8 @@ local background_processes = {
|
|||
"flameshot",
|
||||
"nm-applet",
|
||||
"lxpolkit",
|
||||
"unclutter"
|
||||
"unclutter",
|
||||
"radiotray-ng"
|
||||
}
|
||||
|
||||
local reload_programs = {
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"group" : "root",
|
||||
"stations" :
|
||||
[
|
||||
{
|
||||
"name" : "Radio Maryja",
|
||||
"url" : "https://radiomaryja.fastcast4u.com/tunein/radiomaryja.pls"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -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
|
||||
}
|
|
@ -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
|
Loading…
Reference in New Issue