LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 01-26-2019, 12:00 PM   #1
keithsplace
LQ Newbie
 
Registered: Jan 2019
Posts: 8

Rep: Reputation: Disabled
Couple of Conky questions?


Conky version 1.9.0
Bodhi Version started as 3.2.1 but now I'm not exactly clear on what version it is after updates/upgrades. I assume 4.2 now.

$ uname -a
Bodhi 4.2.0-30-generic #36~14.04.1-Ubuntu SMP Fri Feb 26 18:49:23 UTC 2016 x86_64 GNU/Linux

Anyway I can't seem to get Conky transparent, It always covers the desktop with a black background.
Here is the screenshot of desktop and Conky code.
I would also like to get it to auto start.
As for now I have to start at terminal type conky and close terminal.

Desktop Conky:http://www.enlightenment.org/ss/e-5c...8.15044361.png

conkyrc:

##############################

background yes
double_buffer yes
no_buffers yes
text_buffer_size 2000
imlib_cache_size 0
update_interval 1
cpu_avg_samples 1
format_human_readable

alignment top_right
gap_x 0
gap_y 0
minimum_size 240 1080
maximum_width 240

own_window yes
own_window_type override # options are: normal/override/dock/desktop/panel
own_window_transparent yes
own_window_argb_value 0
#own_window_argb_visual yes
#own_window_class'conky'
own_window_hints undecorated,below,sticky,skip_taskbar,skip_page

border_inner_margin 1
border_outer_margin 1

default_bar_size 100 6
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000
draw_borders no
draw_graph_borders yes
default_graph_size 40,220
show_graph_scale no
show_graph_range no

override_utf8_locale yes
use_xft yes
xftfont Adele:size=13,weight:normal
xftalpha 1
uppercase no
max_text_width 40

default_color ffffff
color1 ffffff
color2 FF5A45
color3 81CAE0
color4 FF5A45

TEXT


# day/time
${goto 9}${color4}${font Adele:size=18,weight:bold}${color4}${time %l:%M %p}
#
${goto 10}${color4}${font Adele:size=14,weight:bold}${time %A, }${time %B %e, %Y}

# info
${goto 10}$color4${voffset -8}${font Adele:size=16,weight:bold}Bodhi Linux${font}
#$sysname
$color1
${goto 10}Kernel:${alignr 5}${kernel} ${machine}
${goto 10}Desktop:${alignr 5}${nodename}
${goto 10}Installation date:${alignr 5}${pre_exec ls -ld /lost+found | cut -d' ' -f 6-7 --output-delimiter=' - '}
${goto 10}Uptime:${alignr 5}$uptime
${goto 10}Logged In:${alignr 5}$USER
${hr}
# cpu load/temp/graph
${goto 10}Core Temp:${alignr 5}${acpitemp}°C
${goto 10}${voffset 5}CPU1: ${alignr 5}${cpu cpu1}%${alignr 10}${exec sensors|grep 'Core 0'|awk '{print $3}'}
${goto 10}${voffset -5}${color2}${cpugraph cpu1 40,220 66241C FF5A45}
#
# top processes
${voffset -5}${font Adele:size=15,weight:normal}${color1}${alignc}Top Processes ${font}
${voffset 4}${goto 10}${top name 1}${alignr 10}${top cpu 1}%
${goto 10}${voffset -2}${top name 2}${alignr 10}${top cpu 2}%
${goto 10}${voffset -2}${top name 3}${alignr 10}${top cpu 3}%
#
# top memory
${goto 10}${voffset 10}${font Adele:size=15,weight:normal}Memory${goto 70}${color2}$membar${alignr 10}${color1}$memperc%
${goto 10}${color1}${voffset -2}${font}${top_mem name 1}${alignr 10}${top mem 1}%
${goto 10}${voffset -2}${top_mem name 2}${alignr 10}${top mem 2}%
${goto 10}${voffset -2}${top_mem name 3}${alignr 10}${top mem 3}%
#
#network
${voffset 10}${goto 10}Network${alignr 10}SSID: ${wireless_essid wlan0}
${goto 10}Signal:${goto 70}${color2}${wireless_link_bar wlan0}${color1}${alignr 10}${wireless_link_qual_perc wlan0}%
${goto 10}IP: ${alignr 10}${addr eth0}
#${voffset 5}${goto 10}${color1}Upspeed:${alignr 10}${upspeed wlan0}
#${goto 10}${voffset 0}Total up:${alignr 10}${totalup wlan0}
#${goto 10}${color2}${upspeedgraph wlan0 40,220 66241C FF5A45 100 -l}
#${goto 10}${color1}Down:$color1${alignr 10}${downspeed wlan0}
#${goto 10}Total down:${alignr 10}${totaldown wlan0}
#${goto 10}${color2}${downspeedgraph wlan0 40,220 66241C FF5A45 100 -l}
${goto 10}Up: ${alignr 10}${color}${upspeed eth0}
${goto 10}Down: ${alignr 10}${color}${downspeed eth0}
${hr}
${alignr}${color}Size: Used:
${goto 10}${color}sba1: /${color}${alignr}${fs_size /} ${fs_used /}
${color}${goto 10}${color2}${fs_bar 6, 220 /}
${goto 10}${color}NAS1:${color}${alignr}${fs_size /media/NAS1} ${fs_used /media/NAS1}
${color}${goto 10}${color2}${fs_bar 6, 220 /media/DUDENETNAS1}
${goto 10}${color}NAS2:${color}${alignr}${fs_size /media/NAS2} ${fs_used /media/NAS2}
${color}${goto 10}${color2}${fs_bar 6, 220 /media/DUDENETNAS2}
${color}${hr}
${goto 10}${color2}Conky Version:${color}${alignr 5}${conky_version}
# weather
 
Old 01-26-2019, 01:40 PM   #2
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
to get mine to autostart, i used the swami control panel as directed (if i recall correctly) by Sweater Fish Deluxe. to open swami i click on quick launcher and start typing "swami". i double click the first icon that has the name swami and that opens the control panel. at the bottom is a button for startup applications. the next screen has "startup commands" at the bottom. at the bottom of the next screen is a box you can type the startup command and then make sure to press the button at bottom right that says "add command".

Last edited by cordx; 01-26-2019 at 01:44 PM. Reason: credited the wrong helpful person :)
 
Old 01-26-2019, 03:49 PM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Code:
own_window yes
own_window_type override # options are: normal/override/dock/desktop/panel
own_window_transparent yes
own_window_argb_value 0
#own_window_argb_visual yes
#own_window_class'conky'
own_window_hints undecorated,below,sticky,skip_taskbar,skip_page
you need to play with these settings.
i suggest putting a # in front of ( = commenting out) own_window_argb_value 0.
also the very last word is a typo, it should say skip_pager.

also read the docs:
Code:
man conky
and see what conky spits out when you start it from a terminal.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
conky question: passing conky-variable to shell-script zlin50 Linux - Software 2 12-29-2012 06:47 PM
LXer: Configure conky-Lua in Ubuntu (11.10 & 12.04), Fedora, debian and LinuxMint | Howto Conky LXer Syndicated Linux News 0 03-06-2012 12:40 PM
LXer: Conky Colors Makes Your Conky Beautiful In Seconds (Version 3.20 Released) LXer Syndicated Linux News 0 08-01-2010 11:21 AM
LXer: Conky Ubuntu Lucid Theme - Among The Easiest to Install Conky Theme in Ubuntu LXer Syndicated Linux News 0 07-05-2010 04:11 PM
Conky on Suse 10.0 - *** buffer overflow detected *** conky terminated Slidex Linux - Software 1 03-17-2006 11:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 03:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration