- Copy
redshift-status-off.svg
andredshift-status-on.svg
to/usr/share/icons/hicolor/scalable/apps/
- 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"
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.