Skip to content

pustovitDmytro/conky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conky

My conky widget

Installing Conky

$ sudo apt update
$ sudo apt install conky-all

Manual run

$ conky

By default Conky will use .conkyrc file in the .config folder Alternative: /etc/conky/conky.conf

To change config file use -c parametr:

$ conky -c .conkyrc & 

Set Conky To Start At Boot

to add conky-widget as startup application run

$ ./install.sh

Install Lua

https://www.lua.org/download.html https://www.lua.org/manual/5.3/readme.html

curl -R -O http://www.lua.org/ftp/lua-5.3.4.tar.gz
tar zxf lua-5.3.4.tar.gz
cd lua-5.3.4
make linux
make test
sudo make linux install

https://github.com/luarocks/luarocks/wiki/Download

Releases

No releases published

Packages

No packages published

Languages