some updates

This commit is contained in:
MoonDev
2025-05-23 01:55:25 +03:00
parent a775fe1c80
commit f1d8283224
18 changed files with 251 additions and 56 deletions

View File

@@ -24,21 +24,37 @@
sliders:
- value: 0
label: "Яркость экрана"
action: "screen.chenge_brightness"
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/telegram-logo-svgrepo-com.svg"
label: "Telegram"
imageUrl: "/icons/yandex.svg"
label: "Яндекс"
action: "web.open_url"
action_args:
url: "https://ya.ru "
url: "https://ya.ru"
mini_icon: "/icons/mini/arrow-up-right-from-square.png"
- type: "image" # Кнопка с картинкой
@@ -46,12 +62,12 @@
label: "Cloud"
action: "web.open_url"
action_args:
url: "https://cloud.viadev.su "
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"
@@ -60,6 +76,13 @@
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: "Управление ПК"
@@ -67,5 +90,8 @@
- type: "image" # Кнопка с картинкой
imageUrl: "/icons/vpn.png"
label: "VPN"
is_swtch: True
get_state: "v2ray.is_vpn_enabled"
action: "v2ray.enable_vpn"
action_args: {}
action_args: {}