
Conky-color
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
# Conky-Serdar
#----------------------------------------------------------------------
#sudo apt-get install conky
#extract the zip file and move files to .conky in your home folder
#----------------------------------------------------------------------
#========================================================================
# Conky-Serdar
#----------------------------------------------------------------------
#sudo apt-get install conky
#extract the zip file and move files to .conky in your home folder
#----------------------------------------------------------------------
#Run(Terminal):
# conky -c ~/.conky/conkyrc
#----------------------------------------------------------------------
#Autostart(Openbox):
# sudo leafpad .config/openbox/autostart
#add these lines below for autostart (without first #)
# # System Info
# conky -c ~/.conky/conkyrc &
#----------------------------------------------------------------------
#Autostart(Ubuntu/Gnome): create conky-startup.sh paste below (without first #)
# #!/bin/bash
# conky -c ~/.conky/conkyrc ;
#alt+F2 type gnome-session-properties add line below to your startup section
# .conky/conky-startup.sh
#
# Gnome 14 and later
#
# cp ~/.conky/conky.desktop /usr/share/gnome/autostart/
#
# or
#
# gedit /usr/share/gnome/autostart/conky.desktop
# addlines below;
#
## #conky.desktop
## [Desktop Entry]
## Type=Application
## Name=Conky
## Comment=Start conky script
## Exec=.conky/conky-startup.sh
## OnlyShowIn=GNOME;
## X-GNOME-Autostart-Phase=Application
#----------------------------------------------------------------------
#Autostart(LXDE)
# sudo leafpad /etc/xdg/lxsession/LXDE/autostart
#add (without first #)
# @conky -c ~/.conky/conkyrc
#----------------------------------------------------------------------
# Disable a section, add "#" beginning of the line
#----------------------------------------------------------------------
# For quad/dual core processors add/remove "#" beginning of the core2,3,4
#
# CPU Info: cat /proc/cpuinfo
#----------------------------------------------------------------------
# Battery Info: ls /proc/acpi/battery > cat /proc/acpi/battery/****/info
# For battery info add/remove "#" beginning of the battery line
#----------------------------------------------------------------------
# alignment b=bottom t=top l=left r=right
#----------------------------------------------------------------------
# Nvidia gpu temp: apt-get install nvidia-settings
#
#========================================================================
6 years ago
Updated version 0.5
* Gnome 3.14/later start-up added
* Overall settings updated
* HDD layout updated
* CPU layout updated
* System info added(Kernel, Linux version etc)
6 years ago
Updated version 0.5
* Gnome 3.14/later start-up added
* Overall settings updated
* HDD layout updated
* CPU layout updated
* System info added(Kernel, Linux version etc)
zack1
8 years ago
It is very good work as it is clear and I really like the colors too. I will give +1 for your effort here with conky and I would definetely give +2 for your attitude towards open source... it is always a pleasure to read "copyrights" like yours.
Report