You are not logged in.

#621 2017-06-16 00:25:17

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

@ ututo - YOU ROCK!!!!!!  Thank you!  Awesome work.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#622 2017-06-20 12:05:47

ragamatrix
Member
Registered: 2015-10-04
Posts: 427

Re: Show us your conky

ututo wrote:

Ok. This is a simple one.
I took BL-Text.conkyrc and adapted to my needs. You can use it on any wallpaper you want.

Here. Have some colors...
https://cdn.scrot.moe/images/2017/06/16/flames.th.png

helium.tar.gz

Extract the tar file in HOME/.config/conky/images/ and edit your conkyrc to select your prefered picture.

#####################  Settings  #####################
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
own_window_colour 000000
own_window_class Conky
own_window_title Bunsen Labs Conky

minimum_size 160 120  ### w|h
#minimum_size 290 225  ### w|h

gap_x 0  
gap_y 0 

alignment mm
use_xft yes
xftfont Monospace:bold:size=9

xftalpha 1

override_utf8_locale yes

uppercase no

draw_shades no #yes
default_shade_color 000000
draw_outline no
default_outline_color 000000

default_color 7a7a7a 

draw_borders no #yes

stippled_borders 5

border_inner_margin 0

border_outer_margin 0

border_width 2
background yes

use_spacer none

no_buffers yes

imlib_cache_size 0

double_buffer yes

update_interval 1

TEXT
${image $HOME/.config/conky/images/helium00.png}

...and this is how it looks like:
https://cdn.scrot.moe/images/2017/06/16/Screenshot-06152017-081625PM.th.png

cheers

Wow really like this work Oo ! Thanks for that, do you have a bigger or a .xcf image of your logo ? I had the idea to make this logo "transparent" but visible wink With followin' this nice tuto What do you think, I've recognized a famous name in that wiki smile isn't it ?

Last edited by ragamatrix (2017-06-20 12:08:42)

Offline

#623 2017-06-20 12:42:49

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Show us your conky

ragamatrix wrote:

...Thanks for that, do you have a bigger or a .xcf image of your logo ? ...

Use gimp, or imagemagick...

convert "flames.png" -resize 1000 -quality 100 "flames-large.png"

The geometry value is the largest dimension, and will scale accordingly.


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

#624 2017-06-20 13:33:43

ragamatrix
Member
Registered: 2015-10-04
Posts: 427

Re: Show us your conky

Be Excellent to Each Other...
Thanks for that damo smile

Offline

#625 2017-06-20 14:15:17

ragamatrix
Member
Registered: 2015-10-04
Posts: 427

Re: Show us your conky

oh yes I remember that we've done something similar:
conkyblflame_colors_trans

Offline

#626 2017-06-21 22:33:58

wagmic
Member
From: Casablanca
Registered: 2015-09-30
Posts: 95

Re: Show us your conky

@ututo
Merci for your brillant idea

Ragamatrix
I wait to see what will come out of your head wink

et happy summer


La liberté, personne ne peut l’expliquer mais tout le monde peut la comprendre.Cecilia Meireles
Tout ce qui n'est pas donné ou partagé est perdu (proverbe tsigane)

Offline

#627 2017-06-22 12:12:51

ragamatrix
Member
Registered: 2015-10-04
Posts: 427

Re: Show us your conky

wagmic wrote:

@ututo
Merci for your brillant idea

Ragamatrix
I wait to see what will come out of your head wink

et happy summer

Happy to see you back wink
salamalicoum bro ! Pas trop chaud au maroc ? Bon été à toi aussi !
Hi bro !           Not too hot in Morroco ?  Have a good summer too !

Last edited by ragamatrix (2017-06-22 12:15:51)

Offline

#628 2017-06-22 21:02:52

wagmic
Member
From: Casablanca
Registered: 2015-09-30
Posts: 95

Re: Show us your conky

choukrane on a tres chaud mais comme c est ramadan les journees sont courte et les nuits longues
thanks It is hot but as in Ramadan, the days are short and nights long.


La liberté, personne ne peut l’expliquer mais tout le monde peut la comprendre.Cecilia Meireles
Tout ce qui n'est pas donné ou partagé est perdu (proverbe tsigane)

Offline

#629 2017-06-26 14:00:53

grzegorzdabrowka
Member
Registered: 2016-01-03
Posts: 20
Website

Re: Show us your conky

${if_existing /etc/locale.conf}\
${execp cat /etc/locale.conf | cut -c 7-17}\
${else}\
\
${if_existing /etc/default/locale}\
${execp cat /etc/default/locale | grep LANG= | cut -c 7-17}\
${else}\
\
${endif}${endif}

===Mod Edit===
Code blocks please.
Edit: Sector11

Last edited by grzegorzdabrowka (2017-06-26 14:03:16)

Offline

#630 2017-06-26 14:40:03

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

@ grzegorzdabrowka

I like it ... cleaned it up just a little:

Locale: ${if_existing /etc/locale.conf}\
${pre_exec cat /etc/locale.conf | cut -c 7-17}${else}\
${if_existing /etc/default/locale}\
${pre_exec cat /etc/default/locale | grep LANG= | cut -c 7-17}\
${else}${endif}${endif}

and in acrion:
2017-06-26_113005_Scrot11.jpg
Thank you!  Another keeper.

In conky v1.90 I changed the ${execp} (the parsing is not needed) to ${pre_exec} since I doubt anyone's locale is going to change every time conky updates.   smile


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#631 2017-06-27 20:06:21

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: Show us your conky

Uber simple -

SShot-June_1498593818_1366x768.md.jpg

conky.config = {
--#############################################
-- Settings
--#############################################
	background = true,
	use_xft = true,
	font = 'Roboto Mono:Regular:size=9',
--	font = 'Ubuntu:Medium:size=10',
--	font = 'Montserat Alternates:regular:size=10',
	xftalpha = 1.0,
	update_interval = 1.0,
	update_interval_on_battery = 1.0,
	total_run_times = 0,

	own_window = true,
	own_window_colour = '#151515',
	own_window_transparent = true,
--	own_window_type = 'dock',
    own_window_type = 'desktop',
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
	own_window_class = 'ConkyBatt',
	own_window_title = 'ConkyBatt',
--#############################################
-- Compositing tips:
-- Conky can play strangely when used with
-- different compositors. I have found the
-- following to work well, but your mileage
-- may vary. Comment/uncomment to suit.
--#############################################

 -- own_window_argb_visual = true,
 --own_window_argb_value 2

--# xcompmgr
-- own_window_argb_visual yes
-- own_window_argb_value 120

--# cairo-compmgr
--own_window_type desktop
--own_window_argb_visual yes
--#############################################

	no_buffers = true,
	uppercase = true,
	cpu_avg_samples = 2,
	override_utf8_locale = true,
	short_units = true,
	imlib_cache_size = 0,
	pad_percents = 1,
	-- max_specials = '2048',
	max_user_text = 3200,
	text_buffer_size = 1024,
	no_buffers = true,
	if_up_strictness = 'address',
	double_buffer = true,
	draw_shades = false,
	draw_outline = false,
	draw_borders = false,
	draw_graph_borders = false,
	border_inner_margin = 1,
	border_outer_margin = 1,

	default_color = '#DCDDDD',
	default_shade_color = '#000000',
	default_outline_color = '#828282',
	color0 = '#FFFFFF',
	color1 = '#000000',
	color2 = '#CCBA92',-- - red
	color3 = '#FFFF00',-- - yellow
	color4 = '#0000FF',-- - blue
	color5 = '#00FF00',-- - green
	color6 = '#FFA500',-- - orange
	color7 = '#DCDDDD',-- - cyan3
	color8 = '#FFD700',-- - gold
	color9 = '#F00F16',-- - reddish
	
	minimum_width = 180, minimum_height = 0,
	maximum_width = 180,
	alignment = 'tl',
	gap_x = 10,
	gap_y = 10,

-- -- doesn't seem to work when docked in the slit --#
--	lua_load = '~/conky/transbg.lua',
--	lua_draw_hook_pre = 'draw_bg 4 0 0 0 0 0x0F0F0F 0.80',

};

conky.text = [[
${goto 4}Up:${goto 60}${uptime_short}${voffset 5}
${goto 4}CPU:${goto 60}${if_match ${cpu}<=50}${color7}${else}${if_match ${cpu}<=70}${color8}${else}${if_match ${cpu}>70}${color9}${endif}${endif}${endif}${cpu cpu0}%${color}
${goto 60}${loadavg 1}${offset 8}${loadavg 2}${offset 8}${loadavg 3}${voffset 5}
${goto 4}Mem:${goto 60}${if_match ${memperc}<=50}${color7}${else}${if_match ${memperc}<=70}${color8}${else}${if_match ${memperc}>70}${color9}${endif}${endif}${endif}${memperc}%${color}${voffset 5}
${goto 4}Core0:${offset 8}${if_match ${hwmon 0 temp 2}<=50}${color7}${else}${if_match ${hwmon 0 temp 2}<=70}${color8}${else}${if_match ${hwmon 0 temp 2}>70}${color9}${endif}${endif}${endif}${hwmon 0 temp 2}${offset 2}°C${color}
${goto 4}Core1:${offset 8}${if_match ${hwmon 0 temp 4}<=50}${color7}${else}${if_match ${hwmon 0 temp 4}<=70}${color8}${else}${if_match ${hwmon 0 temp 4}>70}${color9}${endif}${endif}${endif}${hwmon 0 temp 4}${offset 2}°C${color}
]];

You must unlearn what you have learned.
    -- yoda

Offline

#632 2017-06-27 21:28:23

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

^  don't get much simpler than that.

But I have a question ... and it's a 'just because' type of thing.

border inner and outer margin or 1 each, but it's the inner margin that counts with regards to where I am going, then you have gap x&y 10 - so that's 11 so far.  And then you use ${goto 4} = 15

set border_inner/outer_margin = 0
gap x & y to 15
eliminate the ${goto 4} commands completely  smile

Like I said just because.  A response of take a long walk of a short pier is completely acceptable.  smile

Love that hunk of wood dino ... had to TinEye that sucker.  Thanks.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#633 2017-06-27 21:45:17

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

@ grzegorzdabrowka

@ grzegorzdabrowka one for you:

the ${if_match ${time %d} == 01}${time %dst} ${else}\
${if_match ${time %d} == 21}${time %dst} ${else}\
${if_match ${time %d} == 31}${time %dst} ${else}\
${if_match ${time %d} == 02}${time %dnd} ${else}\
${if_match ${time %d} == 22}${time %dnd} ${else}\
${if_match ${time %d} == 03}${time %drd} ${else}\
${if_match ${time %d} == 23}${time %drd} ${else}${time %dth}\
${endif}${endif}${endif}${endif}${endif}${endif}${endif} \
day of ${time %B %Y}

2017-06-27_184310_Scrot11.jpg


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#634 2017-06-28 00:28:30

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: Show us your conky

Sector11 wrote:

But I have a question ... and it's a 'just because' type of thing.

border inner and outer margin or 1 each, but it's the inner margin that counts with regards to where I am going, then you have gap x&y 10 - so that's 11 so far.  And then you use ${goto 4} = 15

set border_inner/outer_margin = 0
gap x & y to 15
eliminate the ${goto 4} commands completely  smile

Love that hunk of wood dino ... had to TinEye that sucker.  Thanks.

The border margins are a bit of a relic. If I use that config with Fvwm, I will draw the border around the conky window to match the Fvwm modules, having the inner margin makes for better aesthetics. I also use it and goto to set the conky information within a semi-transparent background. After a while, I just left everything above TEXT alone except for the font, colors, and placement.

And that's not wood - it is actually one of the best fossils ever recovered.

Last edited by PackRat (2017-06-28 13:00:34)


You must unlearn what you have learned.
    -- yoda

Offline

#635 2017-06-28 01:29:44

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

The Amazing Dinosaur Found (Accidentally) by Miners in Canada
And it's Canadian to boot!!!

cool {strutting around like all Canucks would} cool

conky .. yea ... yea ... later ...

MY GOD!  Where did you come across that!  And I thought it was wood!   roll


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#636 2017-06-28 02:33:48

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: Show us your conky

Sector11 wrote:

MY GOD!  Where did you come across that!  And I thought it was wood!   roll

What I use to do pre heart attacks. I still keep up the indistry/science.


You must unlearn what you have learned.
    -- yoda

Offline

#637 2017-06-28 02:54:37

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

Excuse me, I missed something here.

One:
Use to do? What; dig up dinos? Or work in mines in Alberta?

Two:
And pre heart attack(s) - plural!!! That's enough of those, no more please.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#638 2017-06-28 13:02:59

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: Show us your conky

^ Mining and construction in North America. Found a couple fossils along the way. And an old pioneer cemetary - had to shut down for a while those bodies were exhumed and re-interred at the town cemetary.


You must unlearn what you have learned.
    -- yoda

Offline

#639 2017-06-28 14:27:52

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

OH!  OK, some interesting times.  Finding fossils and the cemetery - interesting.  Remember, no more #2  smile


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#640 2017-07-04 22:00:54

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

Back on topic ... just a simple tweak to one of the BL default conkys:
2017-07-04_185057_Scrot11.th.jpg

~/.conkyrc

# Begin Window Settings
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager
own_window_colour 000000
own_window_class Conky
own_window_title Bunsen Labs Default Conky Tweaked

minimum_size 200 0
maximum_width 200

gap_x 20
gap_y 45

alignment tr

# End Window Settings
# Font Settings

use_xft yes
xftfont Fantasque Sans Mono:bold:size=10
xftalpha 1
override_utf8_locale yes
uppercase no

# End Font Settings
# Colour Settings

draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000

default_color C0C0C0	 # Silver
color0 B0E0E6			 # PowderBlue
color1 778899			 # LightSlateGray
color2 D8BFD8			 # Thistle
color3 9ACD32			 # YellowGreen
color4 FFA07A			 # LightSalmon
color5 FFDEAD			 # NavajoWhite
color6 00BFFF			 # DeepSkyBlue
color7 5F9EA0			 # CadetBlue
color8 BDB76B			 # DarkKhaki
color9 CD5C5C			 # IndianRed

# End Colour Settings
# Borders Section

draw_borders no
stippled_borders 5
border_inner_margin 5
border_outer_margin 0
border_width 2
draw_graph_borders yes

# End Borders Section
# Miscellaneous Section

background yes
use_spacer none
no_buffers yes
short_units yes
imlib_cache_size 0
double_buffer yes

# End Miscellaneous Section

update_interval 1

TEXT
${font LED_mono:size=27}${goto 40}${color1}88:88:88${goto 40}${color5}${time %T}${color}${font}
${alignc}${swapbar 0,100}
${goto 82}${color6}${time %b %Y}${color}
${goto 40}${if_match "${time %a}" == "Sun"}${color6}Su${color} Mo Tu We Th Fr Sa${else}\
${if_match "${time %a}" == "Mon"}Su ${color6}Mo${color} Tu We Th Fr Sa${else}\
${if_match "${time %a}" == "Tue"}Su Mo ${color6}Tu${color} We Th Fr Sa${else}\
${if_match "${time %a}" == "Wed"}Su Mo Tu ${color6}We${color} Th Fr Sa${else}\
${if_match "${time %a}" == "Thu"}Su Mo Tu We ${color6}Th${color} Fr Sa${else}\
${if_match "${time %a}" == "Fri"}Su Mo Tu We Th ${color6}Fr${color} Sa${else}\
Su Mo Tu We Th Fr ${color6}Sa${color}${endif}${endif}${endif}${endif}${endif}${endif}
${goto 40}${execpi 900 LAR=`date +%-d`; ncal -bh | sed '2d' | sed -e '1d' -e 's/\<'$LAR'\>/${color6}&${color}/' | sed ':a;N;$!ba;s/\n/\n${goto 40}/g'}${color}

${alignc}~/.conkyrc
${color5}${alignc}S Y S T E M    I N F O${color}
${alignc}${swapbar 0,100}
Host:${alignr}${nodename}
Uptime:${alignr}${uptime}
UTC:${alignr}${utime %H:%M}

${goto 60}Used${alignr}Size
Root${goto 60}${fs_used /}${alignr}${fs_size /}
Home${goto 60}${fs_used /home}${alignr}${fs_size /home}
 M/5${goto 60}${fs_used /media/5}${alignr}${fs_size /media/5}
M/10${goto 60}${fs_used /media/10}${alignr}${fs_size /media/10}

${goto 60}MEM${alignr}MAX
RAM${goto 60}${mem}${alignr}${memmax}
Swap${goto 60}${swap}${alignr}${swapmax}

CPU:${goto 60}Used${alignr}GHz
Avg${goto 60}${if_match ${cpu cpu0}<10}  ${cpu cpu0}\
${else}${if_match ${cpu cpu0}<100} ${cpu cpu0}\
${else}${cpu cpu0}${endif}${endif}%${alignr}${freq_g}
 1${goto 60}${if_match ${cpu cpu1}<10}  ${cpu cpu1}\
${else}${if_match ${cpu cpu1}<100} ${cpu cpu1}\
${else}${cpu cpu1}${endif}${endif}%${alignr}${freq_g 1}
 2${goto 60}${if_match ${cpu cpu2}<10}  ${cpu cpu2}\
${else}${if_match ${cpu cpu2}<100} ${cpu cpu2}\
${else}${cpu cpu2}${endif}${endif}%${alignr}${freq_g 2}
 3${goto 60}${if_match ${cpu cpu3}<10}  ${cpu cpu3}\
${else}${if_match ${cpu cpu3}<100} ${cpu cpu3}\
${else}${cpu cpu3}${endif}${endif}%${alignr}${freq_g 3}

${color5}${alignc}S H O R T C U T    K E Y S${color}
${alignc}${swapbar 0,100}
[A] + F2${alignr}Run Dialog
[A] + F3${alignr}Alt Menu
[S] + Space${alignr}OB Menu
[S] + Tab${alignr}Switcher
[S] + t${alignr}Terminal
[S] + f${alignr}File Manager
[S] + e${alignr}Editor
[S] + m${alignr}Media Player
[S] + w${alignr}Web Browser
[S] + h${alignr}Task Manager
[S] + l${alignr}Lock Screen
[S] + v${alignr}Volume Control
[S] + x${alignr}Logout
[PrtSc]${alignr}Scrot.jpg
[A] + [PrtSc]${alignr}Scrot.png

Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

Board footer

Powered by FluxBB