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
  • 32,861
  • 27
  • 118
  • 178
Abhimanyu
  • 1,393

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
  • 32,861
  • 27
  • 118
  • 178
  • Sorry, but that didn't work. Couldn't find the package. http://i.imgur.com/yYM5VXB.jpg – Abhimanyu Aug 11 '14 at 11:34
  • Sorry, try the edit. – Tim Aug 11 '14 at 16:38
  • root@AbhimanyuPC:~# sudo add-apt-repository ppa:nilarimogard/webupd8 Cannot add PPA: 'ppa:nilarimogard/webupd8'. Please check that the PPA name or format is correct. – Abhimanyu Aug 12 '14 at 02:23
  • 1
    sudo apt-get install --reinstall ca-certificates then try again. – Tim Aug 12 '14 at 07:35
  • Did that work ? – Tim Aug 18 '14 at 21:20
  • It says resource temporarily unavailable and I can't run sudo apt-get update. E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable) E: Unable to lock directory /var/lib/apt/lists/ – Abhimanyu Aug 20 '14 at 01:58
  • http://askubuntu.com/questions/335794/could-not-get-lock-var-lib-apt-lists-lock – Tim Aug 20 '14 at 07:26
  • Ah it worked, some other app was using it at that time. I retried and I can now open the app. Thanks a lot! :D – Abhimanyu Aug 21 '14 at 12:08