Skip to content

luanlmd/desky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Desky

Desky is a System monitor (like Conky) for Gnome Desktop, with transparency support

For now it only supports text values, but this is gonna change soon.

Default theme

To do:

  • Add progress bars

  • Add photo support

Installation

If you don’t have git, install it with:

sudo aptitude install git-core

Install the python rsvg support:

sudo aptitude install python-rsvg

Now clone the project:

git clone git://github.com/luanlmd/desky.git

And run:

/path/to/desky/desky.sh

To auto run it every time you log in, just add an entry in the “System > Preferences > Startup Applications” menu.

Config

Configuration is divided in two parts: Layout and a Script.

Layout (theme.svg)

Edit the theme.svg of a theme with any SVG editor (like Inkscape) and modify it!

You just need to take care about one thing: The object id property is the one used in the config.py. You need to set the id for the text objects that are going to have the value changed.

Config script (script.py)

Each theme has a script.py inside its folder, you can edit it with any text editor.

Note that each vars key is an id from the .svg file, and use that to put into that object the content you want to.

Use your imagination and if you need, learn some Python programming

About

System monitor just like Conky.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published