diff --git a/data/conky/7inchscreen.pi b/data/conky/7inchscreen.pi index 7e97fe6..7ac3bcb 100644 --- a/data/conky/7inchscreen.pi +++ b/data/conky/7inchscreen.pi @@ -34,7 +34,7 @@ conky.text = [[ ${font Arial:size=12}${color Yellow}${alignc}N0CALL ${voffset -30} -${font Arial:bold:size=08}${color White}Gridsquare ${alignr}${color Yellow}${execi 60 cat /run/user/1000/gridinfo.txt | cut -c1-8} +${font Arial:bold:size=08}${color White}Gridsquare ${alignr}${color Yellow}${cat /run/user/1000/gridinfo.txt} #${font Arial:bold:size=12}${color White}Radio Freq ${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq | cut -c1-6} ${color Yellow}LOCAL${alignr}ZULU ${voffset -20} diff --git a/data/conky/default.86 b/data/conky/default.86 index fa939d3..8dfaee4 100755 --- a/data/conky/default.86 +++ b/data/conky/default.86 @@ -35,7 +35,7 @@ conky.text = [[ ${voffset -20} ${font Arial:size=30}${color Yellow}${alignc}N0CALL ${voffset -45} -#${font Arial:bold:size=14}${color White}Gridsquare ${alignr}${color Yellow}${execi 60 cat /run/user/1000/gridinfo.txt | cut -c1-8} +${font Arial:bold:size=14}${color White}Gridsquare ${alignr}${color Yellow}${cat /run/user/1000/gridinfo.txt} #${font Arial:bold:size=14}${color White}Radio Freq ${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq | cut -c1-6} #${font Arial:bold:size=14}${color White}Radio Freq A ${if_match "VFOA" == "${execi 5 $HOME/bin/conky/get-vfo}"}*$endif\ #${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq VFOA | cut -c1-7} diff --git a/data/conky/laptop.86 b/data/conky/laptop.86 index 777dd3f..c6ff94b 100755 --- a/data/conky/laptop.86 +++ b/data/conky/laptop.86 @@ -35,7 +35,7 @@ conky.text = [[ ${voffset -20} ${font Arial:size=30}${color Yellow}${alignc}N0CALL ${voffset -45} -${font Arial:bold:size=14}${color White}Gridsquare ${alignr}${color Yellow}${execi 60 cat /run/user/1000/gridinfo.txt | cut -c1-8} +${font Arial:bold:size=14}${color White}Gridsquare ${alignr}${color Yellow}${cat /run/user/1000/gridinfo.txt} #${font Arial:bold:size=14}${color White}Radio Freq ${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq | cut -c1-6} #${font Arial:bold:size=14}${color White}Radio Freq A ${if_match "VFOA" == "${execi 5 $HOME/bin/conky/get-vfo}"}*$endif\ #${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq VFOA | cut -c1-7} diff --git a/data/conky/large.pi b/data/conky/large.pi index 113339b..58d42b7 100644 --- a/data/conky/large.pi +++ b/data/conky/large.pi @@ -35,7 +35,7 @@ conky.text = [[ ${voffset 15} ${font Arial:size=30}${color Yellow}${alignc}N0CALL ${voffset -45} -${font Arial:bold:size=18}${color White}Gridsquare ${alignr}${color Yellow}${execi 60 cat /run/user/1000/gridinfo.txt | cut -c1-8} +${font Arial:bold:size=18}${color White}Gridsquare ${alignr}${color Yellow}${cat /run/user/1000/gridinfo.txt} #${font Arial:bold:size=18}${color White}Radio Freq ${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq | cut -c1-6} #${font Arial:bold:size=18}${color White}Radio Freq A ${if_match "VFOA" == "${execi 5 $HOME/bin/conky/get-vfo}"}*$endif\ #${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq VFOA | cut -c1-7} diff --git a/data/conky/medium.pi b/data/conky/medium.pi index 762a8cb..dc01905 100644 --- a/data/conky/medium.pi +++ b/data/conky/medium.pi @@ -34,7 +34,7 @@ conky.text = [[ ${font Arial:size=18}${color Yellow}${alignc}N0CALL ${voffset -25} -${font Arial:bold:size=12}${color White}Gridsquare ${alignr}${color Yellow}${execi 60 cat /run/user/1000/gridinfo.txt | cut -c1-8} +${font Arial:bold:size=12}${color White}Gridsquare ${alignr}${color Yellow}${cat /run/user/1000/gridinfo.txt} #${font Arial:bold:size=12}${color White}Radio Freq ${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq | cut -c1-6} #${font Arial:bold:size=12}${color White}Radio Freq A ${if_match "VFOA" == "${execi 5 $HOME/bin/conky/get-vfo}"}*$endif\ #${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq VFOA | cut -c1-7} diff --git a/data/conky/radio.86 b/data/conky/radio.86 index 2746e7c..a794c86 100755 --- a/data/conky/radio.86 +++ b/data/conky/radio.86 @@ -35,7 +35,7 @@ conky.text = [[ ${voffset -20} ${font Arial:size=30}${color Yellow}${alignc}N0CALL ${voffset -45} -#${font Arial:bold:size=14}${color White}Gridsquare ${alignr}${color Yellow}${execi 60 cat /run/user/1000/gridinfo.txt | cut -c1-8} +${font Arial:bold:size=14}${color White}Gridsquare ${alignr}${color Yellow}${cat /run/user/1000/gridinfo.txt} ${font Arial:bold:size=14}${color White}Radio Freq ${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq | cut -c1-6} ${font Arial:bold:size=14}${color Yellow}LOCAL${alignr}ZULU diff --git a/data/conky/small.pi b/data/conky/small.pi index 508ea85..1fd8fdd 100644 --- a/data/conky/small.pi +++ b/data/conky/small.pi @@ -34,7 +34,7 @@ conky.text = [[ ${font Arial:size=12}${color Yellow}${alignc}N0CALL ${voffset -20} -${font Arial:bold:size=08}${color White}Gridsquare ${alignr}${color Yellow}${execi 60 cat /run/user/1000/gridinfo.txt | cut -c1-8} +${font Arial:bold:size=08}${color White}Gridsquare ${alignr}${color Yellow}${cat /run/user/1000/gridinfo.txt} #${font Arial:bold:size=12}${color White}Radio Freq ${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq | cut -c1-6} #${font Arial:bold:size=12}${color White}Radio Freq A ${if_match "VFOA" == "${execi 5 $HOME/bin/conky/get-vfo}"}*$endif\ #${alignr}${color Yellow}${execi 5 $HOME/bin/conky/get-freq VFOA | cut -c1-7}