You are not logged in.
so there is only archlinux left and here I had to learn again how to install packages from the AUR.
Install yay and
yay -S radiotray-ng
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Teo, I've been working with
apacman -S radiotray-ng
After a few hours I can tell you: The picture is rock solid.
Your script is a masterpiece with the additions and ideas of loutch.
I have now added lua again and after some tinkering I have changed these settings in the conkyrc:
update_interval = 2.0,
...
-- text_buffer_size = 2048,
...
lua_load = '/home/unklar/TEST/image.lua',
};
conky.text = [[
${texeci 10 $HOME/TEST/test_script}
${lua fDrawImage ~/TEST/pochette.png 19 19 112 112}
${voffset 90}${execi 4 sed -n '1p' $HOME/artiste_titre.txt}
${execi 4 sed -n '2p' $HOME/artiste_titre.txt}
]];
Every now and then the lyrics to the singer are briefly missing
or
the title looks like this
Terminal error
convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/556.
convert: no images defined `/home/unklar/TEST/pochette.png' @ error/convert.c/ConvertImageCommand/3300
But I think these failures are due to sed and the time settings (execi)
conkyrc
conky.config = {
background = true,
use_xft = true,
--font = 'Liberation Sans:size=8',
font = 'monofur:size=10',
xftalpha = 1,
update_interval = 2.0,
total_run_times = 0,
own_window = true,
own_window_transparent = true,
--own_window_color 000000
own_window_argb_visual = true,
--own_window_argb_value = 250,
own_window_type = 'normal',
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager', --
double_buffer = true,
minimum_width = 240, minimum_height = 170,
--maximum_width 200
-- text_buffer_size = 2048,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
default_color = 'white',
default_outline_color = 'white',
alignment = 'middle_right',
gap_x = 30,
gap_y = -70,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
override_utf8_locale = true,
--imlib_cache_flush_interval = 60,
imlib_cache_size = 0,
-- Taille des pointillés
stippled_borders = 5,
-- Couleurs
default_color = '#ffffff',--ffd579
default_shade_color = '#333333',
default_outline_color = '#000000',
lua_load = '/home/unklar/TEST/image.lua',
};
conky.text = [[
${texeci 10 $HOME/TEST/test_script}
${lua fDrawImage ~/TEST/pochette.png 19 19 112 112}
${voffset 90}${execi 4 sed -n '1p' $HOME/artiste_titre.txt}
${execi 4 sed -n '2p' $HOME/artiste_titre.txt}
]];
Offline
hello guys
since 2 hours in Mageia7 (in vb) run great .
here conkyrc
conky.config = {
background = true,
use_xft = true,
font = 'Liberation Sans:size=7',
xftalpha = 1,
update_interval = 1.0,
total_run_times = 0,
own_window = true,
own_window_transparent = true,
--own_window_color 000000
own_window_argb_visual = true,
--own_window_argb_value = 250,
own_window_type = 'normal',
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',
double_buffer = true,
minimum_width = 400, minimum_height = 100,
--maximum_width 200
text_buffer_size = 2048,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
default_color = 'white',
default_outline_color = 'white',
alignment = 'top_left',
gap_x = 20,
gap_y = 810,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
override_utf8_locale = true,
imlib_cache_flush_interval = 60,
imlib_cache_size = 10000,
-- Taille des pointillés
stippled_borders = 5,
-- Couleurs
default_color = '#ffffff',--ffd579
default_shade_color = '#333333',
default_outline_color = 'black',
lua_load = '~/.conky/luaimage/image.lua',
};
conky.text = [[
${texeci 10 ~/.conky/radiotray/test_script.sh}
${voffset -16}${alignc -140}${font GE Inspira:size=12}${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.station'}$font
${voffset 36}${alignc -60}${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.artist'}
${alignc -60}${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.title'}
${lua fDrawImage $HOME/.conky/radiotray/images/case.png 0 0 410 108}
${if_match "${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.station'}" == "rtl"}${lua fDrawImage ~/.conky/radiotray/logos/rtl.png 240 30 40 40}${else}
${if_match "${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.station'}" == "Hotmixradio 80"}${lua fDrawImage ~/.conky/radiotray/logos/hotmix-80.png 248 28 35 35}${else}
${if_match "${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.station'}" == "Maxi 80"}${lua fDrawImage ~/.conky/radiotray/logos/maxi80.png 250 29 35 35}${else}
${if_match "${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.station'}" == "rtl2"}${lua fDrawImage ~/.conky/radiotray/logos/rtl2.png 246 30 45 45}${else}
${if_match "${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.station'}" == "MAGNUM LA RADIO"}${lua fDrawImage ~/.conky/radiotray/logos/magnumradio.png 214 26 120 40}${else}
${if_match "${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.station'}" == "radio swiss pop"}${lua fDrawImage ~/.conky/radiotray/logos/rspop.png 254 30 45 45}${else}
${if_match "${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.station'}" == "rfm"}${lua fDrawImage ~/.conky/radiotray/logos/rfm.png 252 28 35 35}${endif}
${endif}${endif}${endif}${endif}${endif}${endif}
${if_match "${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.title'}" == ""}${lua fDrawImage ~/.conky/radiotray/logos/radio.png 19 10 78 78}
${else}${lua fDrawImage ~/pochette.png 24 14 68 70}${endif}
${lua fDrawImage ~/.conky/radiotray/images/stop.png 115 31 13 13}
${lua fDrawImage ~/.conky/radiotray/images/prev.png 100 45 13 13}
${lua fDrawImage ~/.conky/radiotray/images/play.png 115 45 13 13}
${lua fDrawImage ~/.conky/radiotray/images/next.png 130 45 13 13}
${lua fDrawImage ~/.conky/radiotray/images/pause.png 115 59 13 13}
${lua fDrawImage ~/.conky/radiotray/images/bar.png 98 78 48 4}
${lua fDrawImage ~/.conky/radiotray/images/grip.png 115 78 5 5}
${lua fDrawImage ~/.conky/radiotray/images/1-play.png 155 15 10 10}
${voffset -800}
]];
& here with no artist & title
@+
Last edited by loutch (2018-12-28 20:44:56)
Linuxmint 19.1 Tessa cinnamon & mageia 7 mate on ssd hp pavilion g7
Xubuntu 18.04 lts & 20.04 lts on ASUS Rog STRIX
Offline
Thanks loutch, I missed that:
conky.text = [[
${texeci 10 $HOME/TEST/test_script}
#${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.station'}
${voffset 105}${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.artist'}
${execi 5 qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | jq -r '.title'}
${lua fDrawImage ~/TEST/pochette.png 19 19 112 112}
]];
Many thanks to you's and Teo
Offline
After a few hours I can tell you: The picture is rock solid.
since 2 hours in Mageia7 (in vb) run great .
Good to know my friends, I'm waiting for the long term test results.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Hello
i integrate the logo search in the script so we have just one script to call for cover-album & logo
#!/bin/bash
#créé par loutch
#2018-12-27 modifier par TeoBigusGeekus pour radiotray-ng et conky 1.10
#2018-12-30 ajout de la recherche du logo de la station
qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | grep artist |sed 's/^.*" \: "//' |sed 's/",.*$//' > artiste_titre.txt
qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | grep title |sed 's/^.*" \: "//' |sed 's/",.*$//' >> artiste_titre.txt
titre=$(cat artiste_titre.txt)
lynx --source -useragent="Googlebot-Image/1.0" "www.google.fr/search?q=$titre\&tbm=isch" | perl -pe 's!.*?<img .*?src="([^"]*)".*!$1!' > lienMiniaturefile
sed -i 's/^.* http\:/http\:/' lienMiniaturefile
sed -i '/gstatic/!d' lienMiniaturefile
lienMiniature=$(cat lienMiniaturefile)
lynx -dump "$lienMiniature" > miniatureGoogleImage
convert miniatureGoogleImage ~/.conky/radiotray/pochette.png
qdbus com.github.radiotray_ng /com/github/radiotray_ng com.github.radiotray_ng.get_player_state | grep station |sed 's/^.*" \: "//' |sed 's/",.*$//' > logo.txt
titre=$(cat logo.txt)
lynx --source -useragent="Googlebot-Image/1.0" "www.google.fr/search?q=$titre\&tbm=isch" | perl -pe 's!.*?<img .*?src="([^"]*)".*!$1!' > lienlogofile
sed -i 's/^.* http\:/http\:/' lienlogofile
sed -i '/gstatic/!d' lienlogofile
lienLogoture=$(cat lienlogofile)
lynx -dump "$lienLogoture" > miniatureGooglelogo
convert miniatureGooglelogo ~/.conky/radiotray/logo.png
&
HAPPY NEW YEAR to all of you
@+
Last edited by loutch (2018-12-30 13:37:46)
Linuxmint 19.1 Tessa cinnamon & mageia 7 mate on ssd hp pavilion g7
Xubuntu 18.04 lts & 20.04 lts on ASUS Rog STRIX
Offline
Does anyone run a conky like below?
I have one working similar to watch the northern lights.
http://conky.wikia.com/wiki/Conky_and_Images_(Imlib2)
Any cons as in pros/cons ?
I would suppose it is a bit useless and just a bit of fun, i have set the update interval to every 15 minutes for mine.
conky.config = {
-- Begin Window Settings
background = true,
update_interval = 1.0,
total_run_times = 0,
imlib_cache_size = 0,
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_colour = '000000',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_class = 'Conky',
-- own_window_argb_visual = true,
-- own_window_argb_value = 0,
double_buffer = true,
minimum_width = 514, minimum_height = 343,
maximum_width = 514,
alignment = 'tl',
gap_x = 20,
gap_y = 55,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
override_utf8_locale = true,
use_xft = true,
font = 'Sans-serif:size=12',
xftalpha = 0,
default_color = '2A4F77',
uppercase = false,
};
conky.text = [[
${offset 50}$uptime_short${image /home/s7/Pictures/NorthernLights-done.jpg -p 1,0 -s 514x343}
${texeci 900 /usr/bin/wget -q http://uk.jokkmokk.jp/photo/nr4/latest.jpg -O /home/s7/Pictures/NorthernLights/nl.jpg && mv /home/s7/Pictures/NorthernLights/nl.jpg /home/s7/Pictures/NorthernLights-done.jpg}
#imlib_cache_size 0 # this needs to be set to 0 so it actually redraws the image when it changes
# in Conky 1.7.2, there are more options available for controlling the caching of an image, as well as better support for path names
]];
My little arch jwm partition on the laptop....
Last edited by S7.L (2019-01-05 15:35:25)
Offline
Good to know my friends, I'm waiting for the long term test results.
After 8 days everything super, clean and stable! I can't report a bug.
Teo and loutch, you did an excellent job again.
It's a pity that the radiotray-ng package is currently only available in archlinux and mageia7. But I assume that it is the future and the other Distributionen will follow.
Thanks
Offline
what is difference between "radiotray" and radiotray-ng" ?
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
The difference is that with radiotray(python) you don't notice any active package development while radiotray-ng(C++) does.
pacman -Qi radiotray
Name : radiotray
Version : 0.7.3-14
Beschreibung : An online radio streaming player that runs on a Linux system tray.
Architektur : any
URL : https://radiotray.wordpress.com/
Lizenzen : GPL
Gruppen : Nichts
Stellt bereit : Nichts
Hängt ab von : gstreamer gst-plugins-base gst-plugins-good python2-dbus python2-gobject python2-lxml python2-notify
python2-xdg
Optionale Abhängigkeiten : gst-plugins-bad: extra codec support
gst-plugins-ugly: extra codec support
gst-libav: nonfree media decoding
libappindicator-gtk3: indicator applet support [Installiert]
Benötigt von : Nichts
Optional für : Nichts
In Konflikt mit : Nichts
Ersetzt : Nichts
Installationsgröße : 544,00 KiB
Packer : Unknown Packager
Erstellt am : Fr 31 Aug 2018 21:14:31 CEST
Installiert am : Fr 31 Aug 2018 21:14:47 CEST
Installationsgrund : Ausdrücklich installiert
Installations-Skript : Nein
Verifiziert durch : Nichts
pacman -Qi radiotray-ng
Name : radiotray-ng
Version : 0.2.4-1
Beschreibung : An Internet radio player for Linux
Architektur : x86_64
URL : https://github.com/ebruck/radiotray-ng
Lizenzen : GPL
Gruppen : Nichts
Stellt bereit : Nichts
Hängt ab von : boost-libs curl gst-plugins-good jsoncpp libappindicator-gtk3 libbsd libnotify libxdg-basedir glibmm
wxgtk3
Optionale Abhängigkeiten : python2-lxml: Convert radiotray bookmarks to radiotray-ng format [Installiert]
Benötigt von : Nichts
Optional für : Nichts
In Konflikt mit : Nichts
Ersetzt : Nichts
Installationsgröße : 1344,00 KiB
Packer : Unknown Packager
Erstellt am : Fr 28 Dez 2018 14:22:38 CET
Installiert am : Fr 28 Dez 2018 14:26:02 CET
Installationsgrund : Ausdrücklich installiert
Installations-Skript : Nein
Verifiziert durch : Nichts
https://aur.archlinux.org/packages/radiotray/
https://aur.archlinux.org/packages/radiotray-ng/
https://tracker.debian.org/pkg/radiotray
https://github.com/lubosz/radiotray
https://github.com/ebruck/radiotray-ng
Offline
Ohhhhh ok
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
what is difference between "radiotray" and radiotray-ng" ?
"ng" means next generation and is sometimes used when someone picks up (forks) dormant source and starts developing it again.
i'm sure the radiotray-ng project's page has something to say about the differences and their why & what.
Please use CODE tags for code.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
Hello and Happy new year !
I've read a post on the brontosaurusrex blog about datediff package and realized that a conky from Sector 11 was built with this function. I recently discovered a climate clock on the web, do you think that we could make a conky with these datas like countdown... ?
climate clock
Offline
Hello and Happy new year !
I've read a post on the brontosaurusrex blog about datediff package and realized that a conky from Sector 11 was built with this function. I recently discovered a climate clock on the web, do you think that we could make a conky with these datas like countdown... ?
climate clock
Hello my friend.
Do not know anything about "datediff" that bronto is refering to is do not see it in Debian.
09 Jan 19 @ 16:37:48 ~
$ ser datediff
alias ser = aptitude search
09 Jan 19 @ 16:37:58 ~
$
What I use is a very old file written by Mark Buck (Remember: ConkyForecast):
conkymisc_1.06_all.deb
It consists of:
/usr/share/conkymisc/conkyDateDiff.py
/usr/share/conkymisc/conkyDateDiff.pyc
/usr/share/conkymisc/conkyDatetimeDiff.py
/usr/share/conkymisc/conkyDatetimeDiff.pyc
/usr/share/conkymisc/conkyDaysDiff.py
/usr/share/conkymisc/conkyDaysDiff.pyc
/usr/share/conkymisc/conkyLatLong.py
/usr/share/conkymisc/conkyLatLong.pyc
/usr/share/conkymisc/conkySlideshow.py
/usr/share/conkymisc/conkySlideshow.pyc
/usr/share/conkymisc/conkyText.py
/usr/share/conkymisc/conkyText.pyc
Example:
09 Jan 19 @ 16:50:26 ~
$ conkyDateDiff -h
Usage: conkyDateDiff <startdate> [<enddate>]
If no end date given it is assumed to be today.
examples:
$ conkyDateDiff 20080105 20091225
1 year, 11 months, 20 days
09 Jan 19 @ 16:50:42 ~
$ conkyDatetimeDiff -h
Usage: conkyDatetimeDiff.py [options]
Options:
-h, --help show this help message and exit
-s DATETIME, --startdatetime=DATETIME
[Mandatory] Start datetime to use for difference
output
-e DATETIME, --enddatetime=DATETIME
End datetime to use for difference output, if omitted
then the current datetime is used.
-i FORMAT, --inputformat=FORMAT
default:[%Y%m%d]Specify the format of the input date
time fields. See python docs for formatting options:
http://docs.python.org/library/datetime.html#strftime-
and-strptime-behavior
-o OPTION, --outputformat=OPTION
default:[DIFF]Specify the format of the output date
time difference values, options are either DIFF,
YEARS, MONTHS, WEEKS, DAYS, HOURS, MINUTES, SECONDS
-S, --shortoutput Specify if short output is required resulting in ':'
separated string values where complex or a number
where not rather than plain english
-n, --displaynegatives
Specify if a negative value should be output, normally
only the positive time difference is displayed
-v, --verbose Request verbose output, not a good idea when running
through conky!
--errorlogfile=FILE If a filepath is set, the script appends errors to the
filepath.
--infologfile=FILE If a filepath is set, the script appends info to the
filepath.
09 Jan 19 @ 16:51:02 ~
$
They are probably still available in that Ubuntu place that we should not get files from but I have been using them FOREVER, that are nothing more than python scripts.
This one gives you a "rough" guess as to where your ISP is - not your house:
09 Jan 19 @ 16:54:57 ~
$ conkyLatLong
-34.612999 / -58.470001
09 Jan 19 @ 16:55:06 ~
$ conkyLatLong -i
34°36"46.7964'S / 58°28"12.0036'W
09 Jan 19 @ 16:55:11 ~
$
The other "data" is something beyond my capability
Last edited by Sector11 (2019-01-09 19:57:16)
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
I recently discovered a climate clock on the web, do you think that we could make a conky with these datas like countdown... ?
climate clock
inspect the web page; try to wget or curl it, see if you get any meaning ful data.
if you do, it can be parsed into something for conky.
Please use CODE tags for code.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
@ohnonot thanks for the advises, but I think I'm not good enough to use and understand which link is available for conky. It's seems to be locked
@Sector11 Thank you my friend, I've founded in my messy folders something like conkydatediff python scripts, I'll try them
Offline
~/.conky/script/conkydatediff/conkyDateDiff.py 20201103
1 yr 9 mths 23 days
ok now I'm feeling better... It's the date of the next us elections... dœsn't it ?
Offline
The 2020 United States presidential election, scheduled for Tuesday, November 3, 2020, will be the 59th quadrennial U.S. presidential election.
So yes!
Last edited by Sector11 (2019-01-10 14:57:11)
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
Wikipedia wrote:The 2020 United States presidential election, scheduled for Tuesday, November 3, 2020, will be the 59th quadrennial U.S. presidential election.
So yes!
And signed into being:
10 Jan 19 @ 11:51:57 ~
$ conkyDatetimeDiff -s 17870917 -o DIFF
231 yrs 3 mths 24 days
10 Jan 19 @ 11:52:25 ~
$
OOPS! Quoted vs edit
Last edited by Sector11 (2019-01-10 14:53:13)
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
Offline
Yea, but not me, Mark Buck wrote those scripts.
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
would you share your .deb archive Please? (conkymisc_1.06_all.deb)
I can't find it, the dropbox link is no more available
Offline
you can find them on this link.
https://launchpad.net/~conky-companions … /+packages
Offline
DISCLAIMER: We at BL do NOT advocate the use of Ubuntu PPA files.
Yup... and the 2013 one is the latest, this is the direct link to: conkymisc_1.06_all.deb, the one I use.
DISCLAIMER: We at BL do NOT advocate the use of Ubuntu PPA files.
Now just so everyone here knows: I helped Mark beta test most of these, not the Google stuff though, I don't Google. These are all "python scripts" you can also grab the .dsc and tar.gz file if you want. All scripts are in plain text just like Teo's bash scripts for weather.
The .dsc file says:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.0
Source: conkymisc
Binary: conkymisc
Architecture: all
Version: 1.06
Maintainer: Mark Buck (Kaivalagi) <m_buck@hotmail.com>
Standards-Version: 3.8.0
Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python-central (>= 0.5.6), python
Checksums-Sha1:
97e1dd88cdd838d4095ddbb8280d4b7bc87bc8ff 106221 conkymisc_1.06.tar.gz
Checksums-Sha256:
bd2888b9c37c0c456cf5b27100a65e0d8cf524ea43e6dae28e752b8cf436dd94 106221 conkymisc_1.06.tar.gz
Files:
6a66359fb4e7c0aa6fdaa2eee33cef2a 106221 conkymisc_1.06.tar.gz
Python-Version: current
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQEcBAEBAgAGBQJNf7KBAAoJEGRvkJ5B7VE4yXgH/j08PRXIxS8Hzzz9laN0PfRp
2PyDMq6hrxdd8vw9AuoDFSBhG9RUKUcYDXa099kSLc4abyZw/gzbjo8KmGdcevjq
py9j4Mnkz9ASh37CsjypgfduZghXA8CmjFtWOG7lEA7i5Pnd88XTBNMg6Kq2YhIZ
bFxV/AmIYBlO46A9aXyDIrIMZaXERs+NVybaRzpVV1clQFclzTkl8GoEzfkiqbov
wCJqzOtpxkS2W/7EkT1pahVSeNVE7r/+CLrKu2da0lXA4bPA+Kv49zWJuQvXX3P5
z3fGYigKnl2Voi08j46+h6YcinGU+Y6rG8xy7gL/Ey8ZE3DQaeIgv8bu8pmLmCk=
=8ft8
-----END PGP SIGNATURE-----
I have used most of them with #! to its end and on BL ever since. Some like miscText are no longer needed as it is now built into conky but ... leads one to ponder....
DISCLAIMER: We at BL do NOT advocate the use of Ubuntu PPA files.
Last edited by Sector11 (2019-01-15 19:34:22)
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
Thanks a lot my friend
Last edited by ragamatrix (2019-01-15 11:25:27)
Offline