You are not logged in.

#1051 2013-03-25 22:28:20

morfik
Member
From: Europe/Poland
Registered: 2013-03-14
Posts: 24
Website

Re: conky configs and screenshots!

This is from my debian -- three separate conky windows.

adkfMQPN.jpg

It needs 9 config files -- https://dl.dropbox.com/u/37516993/conky/conky.tar.gz

Offline

#1052 2013-03-28 13:25:38

ichase
Member
Registered: 2011-02-10
Posts: 113

Re: conky configs and screenshots!

Simple Conky.  After the update to fontconfig 2.10.1 back in September of last year, ttl-openfonts no longer works so the square next to the kernel was supposed to be the Arch logo.  Anyone have any idea of another font group took over that has all the openfont symbols that works with the latest fontconfig?

b2835d245844849.jpg

Offline

#1053 2013-04-13 13:59:59

easilok
Member
Registered: 2011-06-13
Posts: 12

Re: conky configs and screenshots!

earsplit wrote:

I'm using conky to create dynamic icons for my status bar using nested If statements.  I've got a volume bar, battery bar, and wireless link speed all being generated by conky. The grey background image is generated by conky.

Ontop of the conky sits xfce4-panel for the workspace names, start menu, and system tray.

http://ompldr.org/taDZwdg

use_xft yes
xftfont Lucida Grand:size=7

update_interval 1.0
update_interval_on_battery 5
total_run_times 0
double_buffer yes

background yes
own_window yes
own_window_type desktop
#own_window_transparent yes
#own_window_argb_visual yes
#own_window_argb_value 0
own_window_hints undecorated,below,skip_taskbar,skip_pager
#own_window_class conky_top

alignment top_left
minimum_size 1366
maximum_width 1366
gap_y 0
gap_x 0

net_avg_samples 2
cpu_avg_samples 2

override_utf8_locale yes

default_color 000000
default_shade_color C4C4C4


TEXT
\
${font Ubuntu:size=12} ${font}\
\
${image ~/.config/openbox/osx_panel.png -p -4,0}\
${if_match ${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"} <= 100}\
${if_match ${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"} >= 75}\
${image ~/.config/openbox/icons/audio-volume-high.png -p 1000,0}\
${endif}\
${endif}\
${if_match ${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"} <= 74}\
${if_match ${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"} >= 50}\
${image ~/.config/openbox/icons/audio-volume-medium.png -p 1000,0}\
${endif}\
${endif}\
${if_match ${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"} <= 49}\
${if_match ${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"} >= 25}\
${image ~/.config/openbox/icons/audio-volume-low.png -p 1000,0}\
${endif}\
${endif}\
${if_match ${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"} <= 25}\
${if_match ${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"} >= 1}\
${image ~/.config/openbox/icons/audio-volume-off.png -p 1000,0}\
${endif}\
${endif}\
${if_match "${exec amixer get Master| egrep -o 'off'}" == "off"}\
${image ~/.config/openbox/icons/audio-volume-muted.png -p 1000,0}\
${endif}\
${if_mpd_playing}${image ~/.config/openbox/icons/sound-icon.png -p 551,0}${endif}\
\
${if_match "${exec acpi -b | cut -c12}" != "C"}\
${if_match ${battery_percent} <= 9}${image ~/.config/openbox/icons/battery_caution.png -p 900,0}${endif}\
${if_match ${battery_percent} >= 10}${if_match ${battery_percent} <=49}${image ~/.config/openbox/icons/battery_low.png -p 900,0}${endif}${endif}\
${if_match ${battery_percent} >= 50}${if_match ${battery_percent} <=79}${image ~/.config/openbox/icons/battery_third_fouth.png -p 900,0}${endif}${endif}\
${if_match ${battery_percent} >= 80}${if_match ${battery_percent} <=99}${image ~/.config/openbox/icons/battery_full.png -p 900,0}${endif}${endif}\
${if_match ${battery_percent} >= 100}${image ~/.config/openbox/icons/battery_charged.png -p 900,0}${endif}${font}\
${endif}\
${if_match "${exec acpi -b | cut -c12}" == "C"}${image ~/.config/openbox/icons/battery_charging.png -p 900,0}${endif}\
\
${if_up wlan0}\
${if_match ${wireless_link_qual wlan0} <= 16 }\
${if_match ${wireless_link_qual wlan0} >= 0 }\
${image ~/.config/openbox/icons/gnome-netstatus-0-24.png -p 1065,0}\
${endif}\
${endif}\
${if_match ${wireless_link_qual wlan0} <= 34 }\
${if_match ${wireless_link_qual wlan0} >= 17 }\
${image ~/.config/openbox/icons/gnome-netstatus-25-49.png -p 1065,0}\
${endif}\
${endif}\
${if_match ${wireless_link_qual wlan0} <= 51 }\
${if_match ${wireless_link_qual wlan0} >= 35 }\
${image ~/.config/openbox/icons/gnome-netstatus-50-74.png -p 1065,0}\
${endif}\
${endif}\
${if_match ${wireless_link_qual wlan0} <= 70 }\
${if_match ${wireless_link_qual wlan0} >= 52 }\
${image ~/.config/openbox/icons/gnome-netstatus-75-100.png -p 1065,0}\
${endif}\
${endif}\
${else}\
${image ~/.config/openbox/icons/gnome-netstatus-disconn.png -p 1065,0}\
${endif}\
${goto 925}${battery_time}\
${goto 150}${font Lucida Grand:bold:size=9}CPU${font}  ${cpu cpu0}% ${cpubar cpu0 5,20}  ${execi 30 sensors | grep "temp1" | cut -d'+' -f2 | head -c2}°\
${goto 300}${font Lucida Grand:bold:size=9}MEM${font}  ${mem}/${memmax} ${membar 5,20}\
${goto 575}${if_mpd_playing}${scroll 50 ${mpd_smart}}${endif}\
${goto 1025}${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"}%\
${goto 1090}${color}${wireless_essid wlan0}\
${goto 1305}${color}${voffset -2}${font Lucida Grand:size=9}${time %I:%M %P}${voffset 2}\

Are those terminal windows? How do you put them like that? Are they locked in that position?

Offline

#1054 2013-04-13 14:57:06

Localizator
Member
From: Ukraine
Registered: 2011-06-18
Posts: 11
Website

Re: conky configs and screenshots!

Offline

#1055 2013-04-13 17:37:06

ichase
Member
Registered: 2011-02-10
Posts: 113

Re: conky configs and screenshots!

Figure out the OpenFonts issue wink
14e08d248707650.jpg

Conkyrc:  http://pastebin.com/KHXLpntE

Offline

#1056 2013-04-14 17:04:01

ichase
Member
Registered: 2011-02-10
Posts: 113

Re: conky configs and screenshots!

morfik, thanks for posting your scripts.  I slightly edited your bargraph_small_fs.lua because I only have 3 things I wanted to monitor.  Though I had to edit the offsets about a hundred time to get them to line up above the bargraphs.  My own lack of knowledge on that one.
I remove the disk size portion of my info conky on the right, which gave me room to add additional network settings but I want to incorporate the bargraphs into that info conky for all areas that have bargraphs.  CPU, Mem, disk space.  Though I also need to learn more about sizing the conky as it is pretty much to big on the screen to incorporate much of anything else. smile

ece9bf248869841.jpg

Offline

#1057 2013-04-18 05:10:08

hobarrera
Member
From: The Netherlands
Registered: 2011-04-12
Posts: 355
Website

Re: conky configs and screenshots!

Two conkies running, one for the clock, and the other one with the rest of the stuff at the bottom.



-- mod edit: read the rules and only post thumbnails https://bbs.archlinux.org/viewtopic.php?id=61754  [jwr] --

Offline

#1058 2013-04-18 12:00:47

ichase
Member
Registered: 2011-02-10
Posts: 113

Re: conky configs and screenshots!

Nice simple and clean hobarrera.  Looks great  smile

Offline

#1059 2013-04-20 21:46:15

okubax
Member
From: Kent, UK.
Registered: 2010-04-24
Posts: 210
Website

Re: conky configs and screenshots!

Just a simple one, idea from a post a couple back

rzgJvU1.png

http://pastebin.com/2VbtaUKx

Offline

#1060 2013-04-21 05:44:39

parazyd
Member
From: Amsterdam
Registered: 2012-10-14
Posts: 259
Website

Re: conky configs and screenshots!

okubax: Are those clickable (expandable)?

Offline

#1061 2013-04-21 19:52:03

okubax
Member
From: Kent, UK.
Registered: 2010-04-24
Posts: 210
Website

Re: conky configs and screenshots!

parazyd wrote:

okubax: Are those clickable (expandable)?

I wish smile

Offline

#1062 2013-04-23 14:40:29

grzegorzdabrowka
Member
Registered: 2013-04-23
Posts: 1

Re: conky configs and screenshots!

http://htmelek.republika.pl/

new version 002 on webside

9787b09cc533.png 197af50b530b.png 49c0fdcd468e.png05d5cdd52142.png 0c88a84401f8.png

Last edited by grzegorzdabrowka (2013-05-07 20:23:57)

Offline

#1063 2013-04-24 13:41:40

rilian-la-te
Member
Registered: 2012-08-24
Posts: 41

Re: conky configs and screenshots!

Screen:
s_1366810810_5381390_d41d8cd98f.png
.conkyrc : http://pastebin.com/WjCCEmvA

Last edited by rilian-la-te (2013-04-25 17:19:31)

Offline

#1064 2013-04-25 08:11:08

cierpliwy
Member
From: Poland
Registered: 2012-06-23
Posts: 6

Re: conky configs and screenshots!

@rilian-la-te:

It would be reasonable to not show your password.

Offline

#1065 2013-04-25 13:49:17

rilian-la-te
Member
Registered: 2012-08-24
Posts: 41

Re: conky configs and screenshots!

It is lockscreen only:) No password:)

Offline

#1066 2013-04-25 14:43:10

hobarrera
Member
From: The Netherlands
Registered: 2011-04-12
Posts: 355
Website

Re: conky configs and screenshots!

cierpliwy meant that your imap password is in you conky file.

Offline

#1067 2013-04-30 00:09:05

AndrzejL
Member
Registered: 2012-12-07
Posts: 160

Re: conky configs and screenshots!

Hi.

Screenie:

Andrzej_L_Arch_Linux_Screenshot_045.jpg

Config:

http://andrzejl.cyryl.net/AndrzejL/File … nky.tar.gz

Regards.

Andrzej


The worst thing about censorship is ██████ ██ ████ ████████████ and ██████ ███████ ███ ███████████.

Offline

#1068 2013-04-30 03:37:36

illusionist
Member
From: localhost
Registered: 2012-04-03
Posts: 498

Re: conky configs and screenshots!

@AndrzejL
Why do you even need a wallpaper with that conky setup ? tongue


  Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github

Offline

#1069 2013-04-30 08:30:47

AndrzejL
Member
Registered: 2012-12-07
Posts: 160

Re: conky configs and screenshots!

illusionist wrote:

@AndrzejL
Why do you even need a wallpaper with that conky setup ? tongue

Duh wink... The conky does not covers the entire wallpaper plus by using wallpaper AND "gradiently shaded" shaded conky graphics I am trying to create a certain effect like a dimmed glass placed over the conky smile.

Cheers.

Andrzej


The worst thing about censorship is ██████ ██ ████ ████████████ and ██████ ███████ ███ ███████████.

Offline

#1070 2013-04-30 08:41:38

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,923
Website

Re: conky configs and screenshots!

@AndrzejL you have a typo there: "Powepack state" tongue


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#1071 2013-04-30 12:06:55

AndrzejL
Member
Registered: 2012-12-07
Posts: 160

Re: conky configs and screenshots!

OH indeed I do! big_smile

Thanks Hombre! smile

Andrzej


The worst thing about censorship is ██████ ██ ████ ████████████ and ██████ ███████ ███ ███████████.

Offline

#1072 2013-05-04 03:29:13

TheCuban
Member
Registered: 2011-12-19
Posts: 16

Re: conky configs and screenshots!

What lockscreen software and theme are you using?

Offline

#1073 2013-05-06 13:11:21

ichase
Member
Registered: 2011-02-10
Posts: 113

Re: conky configs and screenshots!

Removed my processors from my info conky and modified one of wlourf's ring scripts from 2010 to add them outside the info conky.  Also utilized Sector 11's modification to Mr Peachy's analog clock script for the analog clock above mobilediesel's date script.  Starting to get the hang of how these lua scripts work in regards to modifying them for my use.    Writing them from scratch.......Not even close.  It's called MoPS  (Modifying other Peoples Stuff) 
d86268252834291.jpg

The scripts for all but the weather conky I have here: Conky_Scripts  of course like any config files, you will need to edit the paths and sizes to fit your needs.  My screen is set to 1366x768

Follow the great work of TeoBigusGeekus on how to get weather ported to conky.  This tutorial has a BUNCH of different ways from different sources and covers US and International weather:
See this post for his tutorial and scripts:     TeoBigusGeekus Conky Weather tutorial and scripts

To get the Music Conky, follow the absolutely awesome tutuorial by VastOne.  This tutorial covers just about every open source music player you can find. 
VastOne's Conky Music Tutorial and Scripts

Last edited by ichase (2013-05-06 18:55:12)

Offline

#1074 2013-05-06 15:58:12

Paramvir
Member
Registered: 2009-08-06
Posts: 135
Website

Re: conky configs and screenshots!

Conkywx weather program Now with weather alerts - coming up in the next release wink

conkywxalerts.jpg

This is my desktop and the system information is on the right side and multiple location weather on the left - though this image shows the same location - for the alert thing. big_smile

Cheers

Offline

#1075 2013-05-17 01:45:57

thinkanish
Member
Registered: 2012-08-12
Posts: 39

Re: conky configs and screenshots!

fYXHqKa.png
conky + dwm.

Offline

Board footer

Powered by FluxBB