deviant art

Deviant Login Shop  Join deviantART for FREE Take the Tour
[x]
Download File
GZ, 48.3 KB
more ▶

More from ~sen7

Featured in Groups:

Details

October 7, 2008
48.3 KB
Link
Thumb

Statistics

Comments: 41
Favourites: 158 [who?]

Views: 106,634 (30 today)
Downloads: 24,535 (3 today)
[x]
:iconsen7:
Here's a conky theme that I've created to match my Mira gtk-theme.
It's heavily based on Lyrae's stylish Conky Box. [link]
In the package are 6 color-shemes. I've included all the scripts (2 of them by me) and the fonts as well.
The "cure" font is in the artwiz-fonts package.
Add a Comment:
 
love 0 0 joy 2 2 wow 0 0 mad 0 0 sad 2 2 fear 0 0 neutral 0 0
:iconblkdr:
~blkdr Nov 19, 2011  Professional Artist
No me funciona conkyForecast :(, lo configuré bien y no carga nada ._.

¿A alguien más le pasa?
Reply
:iconroramo:
~roramo Jul 29, 2011  Student Interface Designer
sugoooi... jaja es muy bueno lo probare aver que tal
Reply
:iconheavysoft:
ou en trouve les racine
~/.fonts
~/scripts
~/.conky
!! [link]
Reply
:iconroar-one:
Awesome theme, just can't get the music player to work.
Reply
:iconmeklu:
Really nice.
Reply
:iconquiquedcode:
Hi sen7
I've Ubuntu 10.04 and I've installed conky from terminal - sudo apt-get install conky
My problem is that:

- I don't have a .fonts in my home/username
- I don't have a .scripts in the above folder
- The folder /home/username/.conky also doesn't exists...

conky runs fine, and my search showed that it is located in
/etc/conky
and has two files, conky.conf and conky_no_x11.conf
and conky is run from /usr/bin: ./conky

How should I install your theme?
PS: conky runs fine
Reply
:iconsen7:
Hi!
You can simply create these folders.

Open a terminal for example and run:
mkdir ~/scripts
mkdir ~/.fonts
mkdir ~/.conky

Then copy the corresponding files into these folders. (instructions in the Readme)
After that you can set up the email and weather scripts (like described in the Readme).

To create the start script (in ubuntu for example) open up a terminal and run:
sudo gedit /usr/bin/conky_start

Paste this into the file and save it (replace "Mira_green" with the color-scheme you want):
#!/bin/bash
conky -c ~/.conky/Mira_green/.conkyrc_clock &
conky -c ~/.conky/Mira_green/.conkyrc_weather &
conky -c ~/.conky/Mira_green/.conkyrc_sys &
conky -c ~/.conky/Mira_green/.conkyrc_net &
conky -c ~/.conky/Mira_green/.conkyrc_disk &
conky -c ~/.conky/Mira_green/.conkyrc_mpd

Then run:
sudo chmod a+x /usr/bin/conky_start
conky_start

You can add the "conky_start" script to the autostart of your gnome-session if you want.
I should mention that this conky theme is from 2008 and not up to date. It works but conky has more features now that make some scripts obsolete... I'll release and update after the exam period that will be easier to install! ;)
Reply
:iconquiquedcode:
Wow!
It worked! (the vast majority of stuff). Weather didn't run because conky seems not to take proxy settings, etc. but most of things showed fine.

You're right with:
"I should mention that this conky theme is from 2008 and not up to date. It works but conky has more features now that make some scripts obsolete"

So, I'll follow u and wait until you update these great conky themes

Thanks !!
Reply
:iconfraggedlocust:
I really like this. When I made the script executable it runs fine, but the spacing of the conky windows isn't as uniform as I like. Is there a way to change this?
Reply
Add a Comment: