mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Dock, Tray, ActiveWindow, Taskbar: add theming for app/tray icons
appicon_colorize: create simple shader to colorize icons by theme color
This commit is contained in:
@@ -43,7 +43,8 @@ Singleton {
|
||||
"showIcon": true,
|
||||
"autoHide": false,
|
||||
"scrollingMode": "hover",
|
||||
"width": 145
|
||||
"width": 145,
|
||||
"colorizeIcons": false
|
||||
},
|
||||
"Battery": {
|
||||
"allowUserSettings": true,
|
||||
@@ -114,11 +115,13 @@ Singleton {
|
||||
"Taskbar": {
|
||||
"allowUserSettings": true,
|
||||
"onlySameOutput": true,
|
||||
"onlyActiveWorkspaces": true
|
||||
"onlyActiveWorkspaces": true,
|
||||
"colorizeIcons": false
|
||||
},
|
||||
"Tray": {
|
||||
"allowUserSettings": true,
|
||||
"blacklist": []
|
||||
"blacklist": [],
|
||||
"colorizeIcons": false
|
||||
},
|
||||
"Workspace": {
|
||||
"allowUserSettings": true,
|
||||
|
||||
Reference in New Issue
Block a user