You are not logged in.
Yea, but not me, Mark Buck wrote those scripts.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
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)
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Thanks a lot my friend
Last edited by ragamatrix (2019-01-15 11:25:27)
Offline
^ heh, for a moment i thought that was Dobbie03
:kiss:
Offline
Thanks a lot my friend
https://cdn.scrot.moe/images/2019/01/15/jocondeclin.gif
More than welcome my friend.
^ heh, for a moment i thought that was Dobbie03
:kiss:
Better not be "she" just winked at me.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Offline
Some conky configs im using for Dwm
Desktop conky ?
conky.config = {
alignment = 'tr',
background = false,
border_width = 1,
cpu_avg_samples = 2,
default_color = '#459AFF',
default_outline_color = 'yellow',
default_shade_color = 'white',
double_buffer = true,
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'profont:size=10',
gap_x = 10,
gap_y = 20,
minimum_height = 5,
minimum_width = 5,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'override',
own_window_argb_visual = true,
own_window_argb_value = 20,
stippled_borders = 0,
update_interval = 1.0,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false
}
conky.text = [[
M Y K E Y S ${hr}
Mod1-p ${alignr}- open dmenu
Mod1-Shift-return ${alignr}- open terminal
Mod1-w ${alignr}-open web browser
Mod1-e ${alignr}-open text editor
D W M K E Y S ${hr}
Mod1-t ${alignr}- tiled layout
Mod1-m ${alignr}- monocle layout
Mod1-f ${alignr}- floating layout
Mod1-space ${alignr}- toggle layouts
Mod1-Shift-space ${alignr}- toggle window layout
Mod1-Shift-c ${alignr}- close focused window
Mod1-j ${alignr}- focus next window
Mod1-k ${alignr}- focus previous window
Mod1-i ${alignr}- increment master
Mod1-d ${alignr}- decrement master
Mod1-l ${alignr}- increase master area size
Mod1-h ${alignr}- decrease master area size
Mod1-Return ${alignr}- zoom
Mod1-Shift-[1..n] ${alignr}- apply tag to window
Mod1-[1..n] ${alignr}- view tag
Mod1-Tab ${alignr}- toggle tags
Mod1-Shift-0 ${alignr}- apply all tags to window
Mod1-Control-Shift-[1..n] ${alignr}- toggle tag n
Mod1-Control-[1..n] ${alignr}- banish tags
Mod1-Shift-q ${alignr}- quit dwm
Mod1-b ${alignr}- toggle the top bar
Mod1-Button1 ${alignr}- move window
Mod1-Button2 ${alignr}- toggle layout
Mod1-Button3 ${alignr}- resize window
C P U T E M P S ${hr}
${execi 5 sensors | tail -n12 | head -n1 | cut -c 1-22 | sed -n p}
${execi 5 sensors | tail -n11 | head -n1 | cut -c 1-22 | sed -n p}
${execi 5 sensors | tail -n10 | head -n1 | cut -c 1-22 | sed -n p}
${execi 5 sensors | tail -n9 | head -n1 | cut -c 1-22 | sed -n p}
G P U T E M P S ${hr}
${execi 5 sensors | tail -n5 | head -n1 | cut -c 1-22 | sed -n p}
${execi 5 sensors | tail -n4 | head -n1 | cut -c 1-22 | sed -n p}
${voffset 300}
]];
Status bar conky, this is piped to dwm status bar and uses font awesome...
conky.config = {
out_to_console = true,
out_to_x = false,
background = false,
update_interval = 2,
total_run_times = 0,
use_spacer = 'none',
};
conky.text = [[
:: ${font FontAwesome:size=12} $memperc% ($mem) :: ${font FontAwesome:size=12} ${totaldown wlp7s0b1}\
- ${font FontAwesome:size=12} ${totalup wlp7s0b1} :: ${font FontAwesome:size=12} ${time %R}
]];
Screenshot..
EDIT::UPDATE for the dwm conky status bar.
conky.config = {
out_to_console = true,
out_to_x = false,
background = false,
update_interval = 2,
total_run_times = 0,
use_spacer = 'none',
};
conky.text = [[
${font FontAwesome:size=12}:: ${cpu cpu0}% \
:: ${font FontAwesome:size=12} $memperc% ($mem) :: ${font FontAwesome:size=12} ${totaldown wlp7s0b1}\
- ${font FontAwesome:size=12} ${totalup wlp7s0b1} :: ${font FontAwesome:size=12} ${time %R} ::
]];
Last edited by S7.L (2019-01-27 16:17:29)
Offline
Hi
I'm looking for
audio_spectrum.lua
Can someone help me out? Unfortunately it is no longer available here. @loutch ?
Thanks
Offline
^ OK, actually it was my intention to "abuse" the code published by @loutch to radiotray.
But as an old man the template (410x108) is too small for me. That's why I was looking for ways to enlarge it and used @ragamatrix his script.
As a gag/gimmick I wanted to use the audio_spectrum script here.
Unfortunately @loutch still hasn't read it... I hope he still does. O:)
Offline
^ shouldn't that read "Vorarlberg"?
Offline
^^ both are true
http://www.surfmusic.de/radios/voralbergfmm.htm
https://www.kath-kirche-vorarlberg.at/b … -voralberg
Last edited by unklar (2019-02-13 20:55:01)
Offline
^ then it was quite simple
- at first, I had found what I was looking for in an Italian ubuntu forum. These configuration files (audio_spectrum.lua .etc) are not sufficient. Finally I found the complete archive of @wlourf here.
In the README it is excellently explained.
- finally, the libraries impulse.so and libimpulse.so throws a
32CLASS error
Traceback (most recent call last):
File "impulse.py", line 11, in <module>
import impulse
ImportError: /home/unklar/.conky/radiotray/audio_spectrum1.2/impulse.so: wrong ELF class: ELFCLASS32
and you have to use the ones in the package
impulse-0.5.5-screenlet-x86_64.tar.gz
(impulse-0.5.5-screenlet-x86.tar.gz is for 32bit machines)
Many thanks to @loutch and @ragamatrix for your ideas.
Attention, this is conky version 1.9
Last edited by unklar (2019-07-17 08:04:38)
Offline
unklar what are you using for? place="4787519" i change to metric seems working i can not change gust give me mph....
https://cdn.scrot.moe/images/2018/03/09/2018-03-09-09-41-49_scrot.th.png
I like that weather conky. if you can share to me Thank you
Offline
Offline
^ Are you aware you can post a linked thumbnail? Just scroll down the embed codes below your image.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Sorted thanks!
Offline
Sorted thanks!
Not quite Click "Edit" on your post to see the thumbnail code
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline