Skip to content

This uses conky monitoring system to display cpu and system related other information.

License

Notifications You must be signed in to change notification settings

ItsSaravananRajendran/Unusual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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