====== Linux Desktop Notification ====== * [[https://wiki.archlinux.org/index.php/Desktop_notifications|Desktop Notifications - Arch Linux]] * [[linux:gnome:notification|Gnome Notification]] ===== notify-send ===== notify-send 'message' ==== notify-send icons ==== * ''/usr/share/icons/gnome/32x32'' 디렉토리 아래에 있는 아이콘 파일들의 이름을 사용하면 된다. * 예를들어 ''/usr/share/icons/gnome/32x32/actions/edit-copy.png'' 파일이 있다면, notify-send -i edit-copy "Message" # 전체 경로 notify-send -i /usr/share/icons/gnome/32x32/actions/edit-copy.png "Message" ==== linux_notification_center ==== * [[https://github.com/phuhl/linux_notification_center/tree/master/docs|phuhl/linux_notification_center: A notification daemon/center for linux]] * 좀 더 깔끔한 notification center