-
Notifications
You must be signed in to change notification settings - Fork 0
conky
the environment uses 2 conky settings (further called widget).
the color code for the bars and icons is #------ and for the text it is #------
The first conky configuration features a set of house keeping information. This includes battery life, brightness and audio volume as well as time and date.
the clock is a standard text clock in the middle of the widget. It also features a lua based circular clock around the widget which displays the seconds.
the circular clock is another project and will be included with the latest development standard
The battery, brightness and audio information is located within the seconds-circle underneath the text clock. these information have an icon assigned which are downloaded from http://www.flaticon.com
Icon | Creator |
---|---|
Icon made by Lucy-G from www.flaticon.com | |
Icon made by Rami McMin from www.flaticon.com | |
Icon made by Gregor Cresnar from www.flaticon.com |
The second conky configuration features a lot of information regarding the computer. This includes RAM usage, Inet Up/Down, CPU usage in percent, ip address and disk usage"
for the information is always as graph and as text given.
- each CPU has a percent value and a bar graph assigned
- RAM is printed as used/total (in GB) and has also a bar graph
- Internet usage is given for each upload and download with Bytes and a mountain graph
- IP address is just textual
- drive usage with used/total (in GB) and a bar graph
A feature for accessing the pacman packages and listing the amount of outdated packages is planned