Files
oaip-project-app/config/frontend.yaml
2025-05-23 01:55:25 +03:00

98 lines
2.8 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.change_brightness"
get_state: "screen.get_brightness"
- value: 0
label: "Громкость звука"
action: "media.set_volume"
get_state: "media.get_volume"
mini_icon: "/icons/mini/settings.png"
- type: "multi"
label: "Медиа"
mini_icon: "/icons/sound.svg"
buttons:
- action: "media.prev"
imageUrl: "/icons/prev_arrow.svg"
action_args: {}
- action: "media.play_pause"
imageUrl: "/icons/play_pause.svg"
action_args: {}
- action: "media.next"
imageUrl: "/icons/next_arrow.svg"
action_args: {}
- type: "break" # Разделитель
label: "Сайты"
- type: "image" # Кнопка с картинкой
imageUrl: "/icons/yandex.svg"
label: "Яндекс"
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: "image" # Кнопка с картинкой
imageUrl: "/icons/vscode.svg"
label: "VS Code"
action: "app.run_app"
action_args:
path: "C:/Users/Slava/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Visual Studio Code/Visual Studio Code.lnk"
mini_icon: "/icons/mini/arrow-up-right-from-square.png"
- type: "break" # Разделитель
label: "Управление ПК"
- type: "image" # Кнопка с картинкой
imageUrl: "/icons/vpn.png"
label: "VPN"
is_swtch: True
get_state: "v2ray.is_vpn_enabled"
action: "v2ray.enable_vpn"
action_args: {}