mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Mark lock indicator icons as keyboard ones
Those 3 possible status icons from gnome-settings-daemon should not be showing up in gnome-shell, as they already have native versions.
This commit is contained in:
parent
9c23bf02bd
commit
8a030e8fc4
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
|
|||
'nm-applet': 'network',
|
||||
'gnome-power-manager': 'battery',
|
||||
'keyboard': 'keyboard',
|
||||
'a11y-keyboard': 'a11y'
|
||||
'a11y-keyboard': 'a11y',
|
||||
'kbd-scrolllock': 'keyboard',
|
||||
'kbd-numlock': 'keyboard',
|
||||
'kbd-capslock': 'keyboard'
|
||||
};
|
||||
|
||||
function StatusIconDispatcher() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue