Change icon
This commit is contained in:
parent
5e8f17eaf0
commit
6fac3d7a76
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const Indicator = GObject.registerClass(
|
||||||
super._init(0.0, _('My Shiny Indicator'));
|
super._init(0.0, _('My Shiny Indicator'));
|
||||||
|
|
||||||
this.add_child(new St.Icon({
|
this.add_child(new St.Icon({
|
||||||
icon_name: 'face-smile-symbolic',
|
icon_name: 'audio-speaker-center',
|
||||||
style_class: 'system-status-icon',
|
style_class: 'system-status-icon',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue