Skip to content

Commit

Permalink
Merge pull request #617 from radiolamp/main
Browse files Browse the repository at this point in the history
add mangojuice page
  • Loading branch information
Ampernic authored Nov 8, 2024
2 parents 47cd67e + 6f317c1 commit 0833065
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export const sidebar: Record<string, DefaultTheme.Sidebar> = {
{ text: 'Мpich', link: '/mpich' },
{ text: 'МPV', link: '/mpv' },
{ text: 'Main-menu', link: '/main-menu' },
{ text: 'Mangojuice', link: '/mangojuice' },
{ text: 'Neofetch', link: '/neofetch' },
{ text: 'Neovim', link: '/neovim' },
{ text: 'Netsleuth', link: '/netsleuth' },
Expand Down
61 changes: 61 additions & 0 deletions docs/apps/mangojuice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
aggregation:
sisyphus: mangojuice
appstream:
id: io.github.radiolamp.mangojuice
name: Mangojuice
icon: /mangojuice/io.github.radiolamp.mangojuice.svg
summary: Удобная альтернатива Goverlay, для настройки Mangohud.
developer:
nickname: Radiolamp
avatar: https://avatars.githubusercontent.com/u/64334647?v=4&size=64
metadata_license:
name: GNU GPLv3
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://github.com/radiolamp/mangojuice
bugtracker: https://github.com/radiolamp/mangojuice/issues
donation: https://www.tinkoff.ru/collectmoney/crowd/osipov.anton16/uMOHe45333/?short_link=1J1DvYNesgD&referer=https%3A%2F%2Fgithub.com%2F&httpMethod=GET
gallery:
title: Галерея
type: slider
items:
- src: /mangojuice/mj-window-1.png
- src: /mangojuice/mj-window-2.png
- src: /mangojuice/mj-window-3.png
- src: /mangojuice/mj-window-4.png
---

# Mangojuice

Mangojuice - приложение для удобного редактирования конфига Mangohud, который в свою очередь является Overvay-решением для отслеживания нагрузки и остальных параметров в играх и програмных обеспечениях. Приложение следует правилу "Kiss", стремясь выполнять одну задачу, делая это хорошо.

Написано на Vala, GTK4 и Libadwaita.

<AGWGallery />

<!--@include: @apps/.parts/install/software-repo.md-->

#### Установка через терминал

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install mangojuice
```

```shell[epm]
epm -i mangojuice
```

:::

## Комбинации клавиш

| Комбинация клавиш | Описание |
| ----------------- | ---------- |
| [[Ctrl]] + [[T]] | Тест |
| [[Ctrl]] + [[S]] | Сохранить |
| [[Ctrl]] + [[Q]] | Выйти |
9 changes: 9 additions & 0 deletions docs/public/mangojuice/io.github.radiolamp.mangojuice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/mangojuice/mj-window-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/mangojuice/mj-window-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/mangojuice/mj-window-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/mangojuice/mj-window-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0833065

Please sign in to comment.