mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
feat(controlcenter): Add system icon colorization
This commit is contained in:
@@ -106,6 +106,10 @@
|
||||
"description": "Apply theme colors to your distribution logo.",
|
||||
"label": "Colorize distro logo"
|
||||
},
|
||||
"color-selection": {
|
||||
"description": "Apply theme colors to icons.",
|
||||
"label": "Select Color"
|
||||
},
|
||||
"icon": {
|
||||
"description": "Select an icon from the library or a custom file.",
|
||||
"label": "Icon"
|
||||
@@ -114,6 +118,10 @@
|
||||
"use-distro-logo": {
|
||||
"description": "Use your distribution's logo instead of a custom icon.",
|
||||
"label": "Use distro logo instead of icon"
|
||||
},
|
||||
"colorize-system-icon": {
|
||||
"description": "Apply theme colors to system icons.",
|
||||
"label": "Colorize system icon"
|
||||
}
|
||||
},
|
||||
"custom-button": {
|
||||
@@ -542,6 +550,7 @@
|
||||
},
|
||||
"colors": {
|
||||
"error": "Error",
|
||||
"none": "None",
|
||||
"onSurface": "On Surface",
|
||||
"primary": "Primary",
|
||||
"secondary": "Secondary",
|
||||
|
||||
Reference in New Issue
Block a user