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?
Asked
Active
Viewed 139 times
1 Answers
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
-
-
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
-
-
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