Skip to content

Instantly share code, notes, and snippets.

@tobias-kuendig
Last active September 28, 2018 22:58
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tobias-kuendig/d055892720cf09ae1a9d82075fb0f408 to your computer and use it in GitHub Desktop.
Save tobias-kuendig/d055892720cf09ae1a9d82075fb0f408 to your computer and use it in GitHub Desktop.
Elementary OS redshift-gtk Indicator Icons
  1. Copy redshift-status-off.svg and redshift-status-on.svg to /usr/share/icons/hicolor/scalable/apps/
  2. Restart redshift-gtk

Or run the following commands:

wget https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408/raw/5d3625e5f4ac7686d7b40880a211ee72f74ea3d3/redshift-status-off.svg -O /tmp/redshift-status-off.svg
wget https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408/raw/5d3625e5f4ac7686d7b40880a211ee72f74ea3d3/redshift-status-on.svg -O /tmp/redshift-status-on.svg

sudo cp /tmp/redshift-status-off.svg /usr/share/icons/hicolor/scalable/apps/redshift-status-off.svg
sudo cp /tmp/redshift-status-on.svg /usr/share/icons/hicolor/scalable/apps/redshift-status-on.svg

rm -f /tmp/redshift-status-o*.svg
killall redshift-gtk

echo "Restart redshift-gtk to load the new icons"
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@BLooperZ
Copy link

BLooperZ commented Oct 6, 2016

Thanks! Works great for GNOME Shell as well.

@mikeanthonywild
Copy link

mikeanthonywild commented Jan 25, 2017

Redshift is still loading the default icon for some reason - any idea why this might be? Used the above script on Loki. It seems that the redshift-status-off icon is loading fine, but when Redshift is enabled, the default icon is still being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment