Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brndnmtthws/conky
Light-weight system monitor for X, Wayland (sort of), and other things, too
https://github.com/brndnmtthws/conky
c-plus-plus cairo conky imlib2 linux lua system-monitoring wayland
Last synced: 7 days ago
JSON representation
Light-weight system monitor for X, Wayland (sort of), and other things, too
- Host: GitHub
- URL: https://github.com/brndnmtthws/conky
- Owner: brndnmtthws
- License: gpl-3.0
- Created: 2012-12-26T19:50:17.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T17:53:52.000Z (3 months ago)
- Last Synced: 2024-10-29T10:53:36.283Z (3 months ago)
- Topics: c-plus-plus, cairo, conky, imlib2, linux, lua, system-monitoring, wayland
- Language: C++
- Homepage: https://conky.cc
- Size: 21.8 MB
- Stars: 7,241
- Watchers: 169
- Forks: 620
- Open Issues: 77
-
Metadata Files:
- Readme: README.cmake
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- stars - brndnmtthws/conky - weight system monitor for X, Wayland (sort of), and other things, too (HarmonyOS / Windows Manager)
- Awesome - Conky - Light-weight system monitor for X (Desktop Customization / VoIP)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/brndnmtthws/conky - Linux X11 desktop widgets (Jump To / Customizations)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/brndnmtthws/conky - Linux X11 desktop widgets (Jump To / Customizations)
- fucking-Awesome-Linux-Software - ![Open-Source Software - Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop. (Applications / Desktop Customization)
- awesome-starred-test - brndnmtthws/conky - Light-weight system monitor for X, Wayland (sort of), and other things, too (C++)
- awesome-repositories - brndnmtthws/conky - Light-weight system monitor for X, Wayland (sort of), and other things, too (C++)
- jimsghstars - brndnmtthws/conky - Light-weight system monitor for X, Wayland (sort of), and other things, too (C++)
- awesome-linux-ricing - conky - Light-weight system monitor. (Widgets / Utilities)
- Awesome-Linux-Software - ![Open-Source Software - Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop. (Applications / Desktop Customization)
- StarryDivineSky - brndnmtthws/conky
- awesome-linux-links - Conky - A highly configurable system monitor for X. (Uncategorized / Uncategorized)
- awesome-linux-links - Conky - A highly configurable system monitor for X. (Uncategorized / Uncategorized)
README
Hello, there.
Using CMake to build Conky is pretty easy, and here is how I do it:
1. From the top level source dir, create a build working dir, and cd into it
$ mkdir build
$ cd build
2. Run the cmake configuration process
$ cmake ../ # pass the path to the sources to cmake
OR
$ ccmake ../ # you can also use the fance curses interface, or try cmake-gui
3. Compile as usual, and enjoy the out-of-source goodness
$ make
# make install # if you wantThere are a number of build options for Conky, and the best way to discover
them is to use the ccmake (or cmake-gui) CMake tool for browsing them.Certain Conky build time features (such as doc generation) require third-party
applications, which you should be notified of via CMake. In the case of doc
generation, you'll need the docbook2X package (available on most
distributions).