Git Product home page Git Product logo

conkyinfinitysvg's Introduction

InfinitySVG: A Theme for Conky

About

InfinitySVG is a theme for the "conky" system monitor for X. It is based on the Infinity theme by Harshit Yadav.

InfinitySVG screenshot

Acknowledgements

As best I can tell, the following people had a hand in the creation of this theme. Thank you!

Installation Instructions

  1. Install Conky

    • Ubuntu: apt-get install conky-all
    • Fedora: yum install conky
    • Other: see your local documentation or try the Conky documentation.
  2. Extract the ConkyInfinitySVG distribution into its own directory somewhere.

  3. Copy .conkyrc, and .conky/ to your home directory:

    • cp .conkyrc ~/
    • cp -r .conky ~/
  4. Open ~/.conkyrc in your favorite editor and adjust the screen resolution:

    • minimum_size 1920 1080
  5. (optional) By default setup assumes we will set up Compiz manually for partial transparency of the conky output (step 9 below). If you are not using a compositing window-manager such as compiz, you can make the conky window transparent by altering the "own_window_type" and "own_window_transparent" settings in ~/.conkyrc. Included in .conkyrc are three examples: manual with Compiz, automatic with a compositor, and automatic using conky directly. Uncomment as desired if you wish to change this.

  6. (optional) Check .conky/scripts/haunted.lua for any additional adjustments required for your screen resolution.

  7. Now you are ready to run conky. Open a terminal and run the following:

    • chmod a+x ~/.conky/startconky.sh
    • sh ~/.conky/startconky.sh
    • (Conky will start after 5 seconds.)
  8. Add ~/.conky/startconky.sh as a startup application.

    • Ubuntu: Dash > (search) Startup Applications > Add
    • Other: see your location documentation to add this as a startup application.
  9. We can use Compiz to make the conky window partially transparent. This can be accomplished via ccsm - CompizConfig Settings Manager, use with caution (it is fairly easy to render your desktop unusable with ccsm). If use set up conky to handle transparency in step 5, skip this step.

    • If not installed, install compizconfig-settings-manager
    • Run ccsm
    • Go to: Accessibility > Opacity, Brightness and Saturation > (enable if not already)
    • In the Opacity tab, click "New"
    • In "Windows" enter "name=Conky" (exactly as shown -- do not just type "Conky")
    • In "Window values" enter "66" or so (higher for less transparent, lower for more)
  10. Tweak the background image if you wish.

    • A vector based version of .conky/background.png is available for Inkscape in: images/background.svg
    • If you edit the svg, simply export the "page" at 90dpi and replace: .conky/background.png
  11. Extras - Included in extras/terminator/config is a config file for the "Terminator" terminal program. This sets up Terminator with a color scheme that matches this Conky theme. To install it, back up your existing terminator configuration (~/.config/terminator/config) and copy in the one from extras/terminator/config. ** If you have your own terminator config, you may wish to manually merge the title colors and profile colors from the supplied file into your own configuration.

  12. Other notes:

    • The following scripts were written separately and currently are not used, but are included for example.
      • .conky/examples/cpu
      • .conky/examples/mail
      • .conky/examples/mem
      • .conky/examples/rings
      • .conky/examples/weather
      • .conky/examples/rings
    • For testing: if you are testing changes to your background or the configuration files, you can skip using startconky.sh, and simply run conky directly. In the distribution .conkyrc it is set to run in the background (via: background yes). This means you'll need to run "killall conky;conky" to restart it.
    • A few random items in .conkyrc you might want to look at:
      • update_interval 5.0 (update interval in seconds)
      • default_color b7b7b7 (color of most of the text and graph outlines)
      • At the very bottom are a few examples of static text (a logo and multi-line text) that can be uncommented

conkyinfinitysvg's People

Contributors

ericatnrd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.