Skip to content

Commit

Permalink
Add [email protected] applet - Change icons
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiux committed Dec 14, 2024
1 parent 44369e3 commit 9bfc1bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions files/usr/share/cinnamon/applets/[email protected]/applet.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ class NightLightSwitch extends Applet.IconApplet {
set_icon() {
this.nightLightEnabled = this.gsettings.get_boolean("night-light-enabled");
if (this.nightLightEnabled) {
this.set_applet_icon_symbolic_name("night-light");
this.set_applet_icon_symbolic_name("night-light-2");
} else {
this.set_applet_icon_symbolic_name("night-light-disabled");
this.set_applet_icon_symbolic_name("night-light-disabled-2");
}
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

0 comments on commit 9bfc1bc

Please sign in to comment.