mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Matugen: add spicetify theme for Spotify
This commit is contained in:
@@ -757,8 +757,25 @@ ColumnLayout {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
NCheckbox {
|
||||
label: "Spicetify"
|
||||
description: ProgramCheckerService.spicetifyAvailable ? I18n.tr("settings.color-scheme.templates.programs.spicetify.description", {
|
||||
"filepath": "~/.config/spicetify/Themes/Comfy/color.ini"
|
||||
}) : I18n.tr("settings.color-scheme.templates.programs.spicetify.description-missing", {
|
||||
"app": "spicetify"
|
||||
})
|
||||
checked: Settings.data.templates.spicetify
|
||||
enabled: ProgramCheckerService.spicetifyAvailable
|
||||
opacity: ProgramCheckerService.spicetifyAvailable ? 1.0 : 0.6
|
||||
onToggled: checked => {
|
||||
if (ProgramCheckerService.spicetifyAvailable) {
|
||||
Settings.data.templates.spicetify = checked
|
||||
AppThemeService.generate()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// Miscellaneous
|
||||
NCollapsible {
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user