-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9d9622
commit 3ea2f27
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Conky | ||
aggregation: | ||
sisyphus: conky | ||
appstream: | ||
name: Conky | ||
icon: /img/conky-logo.svg | ||
summary: Программа для системного мониторинга и не только | ||
metadata_license: | ||
name: GNU GPLv3 | ||
link: https://choosealicense.com/licenses/gpl-3.0/ | ||
developer: | ||
name: Brenden Matthews | ||
url: | ||
homepage: https://conky.cc/ | ||
bugtracker: https://github.com/brndnmtthws/conky/issues | ||
--- | ||
|
||
# Conky | ||
|
||
Conky — программа системного мониторинга для X Windows System. Также она поддерживает POSIX-подобные системы, включая Linux и FreeBSD. Распространяется под лицензией GPL 3.0. Conky является форком программы `torsmo`, системного монитора, который больше не развивается. Он может отслеживать нагрузку процессора, память, размер дисков и т. д. | ||
|
||
## Установка | ||
|
||
::: code-group | ||
|
||
```shell[apt-get] | ||
su - | ||
apt-get update | ||
apt-get install conky | ||
``` | ||
|
||
```shell[epm] | ||
epm -i conky | ||
``` | ||
|
||
::: |