Files
oaip-project-app/config/frontend.yaml
2025-05-22 21:57:13 +03:00

71 lines
2.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- type: "break" # Разделитель с подписью "система"
label: "Система"
- type: "clock" # Часы
mini_icon: "/icons/mini/clock-five.png"
- type: "gauge" # Круговые индикаторы
gauges:
- value: 0
label: "Загрузка CPU"
- value: 0
label: "Занято RAM"
tag: "system_load"
mini_icon: "/icons/mini/chart-line-up.png"
- type: "number" # Вывод числа
value: 0
label: "Трафик Mbit/s"
tag: "net_traffic"
mini_icon: "/icons/mini/wifi.png"
- type: "slider" # Слайдеры
label: "Настройки"
sliders:
- value: 0
label: "Яркость экрана"
action: "screen.chenge_brightness"
- value: 0
label: "Громкость звука"
action: "media.set_volume"
mini_icon: "/icons/mini/settings.png"
- type: "break" # Разделитель
label: "Сайты"
- type: "image" # Кнопка с картинкой
imageUrl: "/icons/telegram-logo-svgrepo-com.svg"
label: "Telegram"
action: "web.open_url"
action_args:
url: "https://ya.ru "
mini_icon: "/icons/mini/arrow-up-right-from-square.png"
- type: "image" # Кнопка с картинкой
imageUrl: "/icons/cloud.png"
label: "Cloud"
action: "web.open_url"
action_args:
url: "https://cloud.viadev.su "
mini_icon: "/icons/mini/arrow-up-right-from-square.png"
- type: "break" # Разделитель
label: "Приложения"
- type: "image" # Кнопка с картинкой
imageUrl: "/icons/steam-svgrepo-com.svg"
label: "Steam"
action: "app.run_app"
action_args:
path: "C:/Users/Slava/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Steam/Steam.lnk"
mini_icon: "/icons/mini/arrow-up-right-from-square.png"
- type: "break" # Разделитель
label: "Управление ПК"
- type: "image" # Кнопка с картинкой
imageUrl: "/icons/vpn.png"
label: "VPN"
action: "v2ray.enable_vpn"
action_args: {}