feat: added sound effects support to themes
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@ -8,6 +8,12 @@ current_theme_name = read_theme_from_config()
|
||||
favoriteLabelSize = 48, 48
|
||||
pixmapsScaledSize = 60, 60
|
||||
|
||||
# ЗВУКОВЫЕ ЭФФЕКТЫ
|
||||
SOUNDS = {
|
||||
"app_start": "app_start.wav", # Запуск приложения
|
||||
"app_exit": "app_exit.wav", # Закрытие приложения
|
||||
}
|
||||
|
||||
# VARS
|
||||
font_family = "Play"
|
||||
font_size_a = "16px"
|
||||
|
Reference in New Issue
Block a user