You are not logged in.
This is from my debian -- three separate conky windows.
It needs 9 config files -- https://dl.dropbox.com/u/37516993/conky/conky.tar.gz
Offline
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?
Offline
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.
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
Offline
Figure out the OpenFonts issue
Conkyrc: http://pastebin.com/KHXLpntE
Offline
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.
Offline
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
Nice simple and clean hobarrera. Looks great
Offline
Offline
okubax: Are those clickable (expandable)?
I wish
Offline
new version 002 on webside
Last edited by grzegorzdabrowka (2013-05-07 20:23:57)
Offline
Screen:
.conkyrc : http://pastebin.com/WjCCEmvA
Last edited by rilian-la-te (2013-04-25 17:19:31)
Offline
@rilian-la-te:
It would be reasonable to not show your password.
Offline
It is lockscreen only:) No password:)
Offline
cierpliwy meant that your imap password is in you conky file.
Offline
The worst thing about censorship is ██████ ██ ████ ████████████ and ██████ ███████ ███ ███████████.
Offline
@AndrzejL
Why do you even need a wallpaper with that conky setup ?
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
@AndrzejL
Why do you even need a wallpaper with that conky setup ?
Duh ... 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 .
Cheers.
Andrzej
The worst thing about censorship is ██████ ██ ████ ████████████ and ██████ ███████ ███ ███████████.
Offline
@AndrzejL you have a typo there: "Powepack state"
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
OH indeed I do!
Thanks Hombre!
Andrzej
The worst thing about censorship is ██████ ██ ████ ████████████ and ██████ ███████ ███ ███████████.
Offline
What lockscreen software and theme are you using?
Offline
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)
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
Conkywx weather program Now with weather alerts - coming up in the next release
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.
Cheers
Offline