Results 1 to 3 of 3
-
15th Jun 2010, 02:41 PM #1OPMember
[Linux] Creating Visually Appealing Notifications
Part 1 of Easy GUI Creation On Linux
Hey guys..
In this thread, I will show , how to Creating Visually Appealing Notifications on Liunux using notify--send.
I assume that the user reading this thread has basics of shell scripting..
I am working on Ubuntu, this doesn't mean that it will only work on Ubuntu, it should work on any UNIX like OS.
- Creating Visually Appealing Notifications
We will be using notify-send
Requirements
ibnotify-bin
Installation on Ubuntu
Code:apt-get install libnotify-bin
PHP Code:notify-send "KWWHunction.com Rocks ?";
Sample Out Put
Uses
Creating notifications , for example when any of your friend come Online on MSN / Yahoo, this can be used to notify the same..
or even notify the user when a download is completed ..
PHP Code:#!/bin/bash
wget http://www.google.com/images/srpr/nav_logo13.png
notify-send "Download Completed ";
you can pipe the output of any script to this and use it to create visually appealing Notifications..
for more info and all available options..
PHP Code:man notify-send
desiboy Reviewed by desiboy on . [Linux] Creating Visually Appealing Notifications Part 1 of Easy GUI Creation On Linux Hey guys.. In this thread, I will show , how to Creating Visually Appealing Notifications on Liunux using notify--send. I assume that the user reading this thread has basics of shell scripting.. I am working on Ubuntu, this doesn't mean that it will only work on Ubuntu, it should work on any UNIX like OS. Rating: 5Coding Horror Fan
I don't read PM's frequently .
-
15th Jun 2010, 02:42 PM #2Member
Thanks
-
15th Jun 2010, 02:46 PM #3Member
Nice tutorial,
can be very useful
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Get SMS Notifications of PMs on KWWH
By Amz in forum General DiscussionReplies: 16Last Post: 14th Jul 2012, 05:46 AM -
Notifications
By Qoo in forum Feedback and SuggestionsReplies: 13Last Post: 7th May 2012, 11:54 AM -
[Jquery] Visually Appealing Notifications - Happy New Year !
By desiboy in forum Tutorials and GuidesReplies: 1Last Post: 2nd Jan 2011, 01:58 PM -
HINT: Visually view a mysql table
By litewarez in forum Tutorials and GuidesReplies: 1Last Post: 22nd May 2009, 02:30 PM
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...