5

The notification blip that usually comes on top-right and becomes slightly transparent on hover gets its colour from the background wallpaper, but can I edit it with more options? if yes, then how?

enter image description here

Tim
  • 33,500
Abhimanyu
  • 1,423

1 Answers1

3

You are looking for NotifyOSDConfiguration. Try

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install notifyosdconfig

then either search from the dash for "notify" or run in terminal

NotifyOSDConfiguration

Capitals matter.

Tim
  • 33,500