Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.81 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.81 KB

Unusual

license


This uses conky monitoring system to display cpu and system related other information in Ubuntu. This is an developement build for 4 core systems.

Blue variant

Screenshot of the conky

Black variant

Screenshot of the conky

Green variant

Screenshot of the conky

Installation

 sudo apt-get install conky conky-all
 cd && git clone https://github.com/thunderbo1t/Unusual.git
 cd Unusual
 chmod +x .start-conky 
 cp -R .conky .conkyrc .start-conky ~
 cd && rm -fR Unusual
  • Now open Startup Applications > click Add > New Dialog box will open click on Browse > Now (Press Ctrl+H) see following screenshot.

    Start up-application

Updating

  cd && git clone https://github.com/thunderbo1t/Unusual.git
  cd Unusual
  chmod +x .start-conky 
  cp -R .conky .conkyrc .start-conky ~
  cd && rm -fR Unusual

Customizing

  • gedit ~/.conky/Script/script.lua
  • uncomment the lines after 18 to suit your needs
  • save and close it
  • gedit ~/.conkyrc
  • edit the line 30 from ${image ~/.conky/Images/bitmap.png -p 0,0} to ${image ~/.conky/Images/bitmap(white).png -p 0,0} for white and to ${image ~/.conky/Images/bitmap(green).png -p 0,0} for green and save it

Reference

The design was referenced from thie blog