Skip to content

Commit

Permalink
Добавлена статья про Conky
Browse files Browse the repository at this point in the history
  • Loading branch information
zheny-creator committed Aug 3, 2024
1 parent a9d9622 commit 3ea2f27
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/apps/conky/img/conky-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions docs/apps/conky/index.md
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
```

:::

0 comments on commit 3ea2f27

Please sign in to comment.