Skip to content

Commit

Permalink
Fix stopwatch icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pakaoraki committed Mar 27, 2024
1 parent 79915b7 commit 716143f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class CaffeineToggle extends QuickSettings.QuickMenuToggle {
let iconTheme = new St.IconTheme();
if (!iconTheme.has_icon(TimerMenuIcon)) {
this.finalTimerMenuIcon =
Gio.icon_new_for_string(`${this._path}/icons/${TimerMenuIcon}.svg`);
Gio.icon_new_for_string(`${this._path}/icons/hicolor/scalable/actions/${TimerMenuIcon}.svg`);
}
this._iconActivated = Gio.icon_new_for_string(`${this._path}/icons/${EnabledIcon}.svg`);
this._iconDeactivated = Gio.icon_new_for_string(`${this._path}/icons/${DisabledIcon}.svg`);
Expand Down

0 comments on commit 716143f

Please sign in to comment.