사용자 도구

사이트 도구


linux:notification

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
linux:notification [2015/12/27 21:48]
kwon37xi 만듦
linux:notification [2022/01/19 21:56] (현재)
kwon37xi
줄 1: 줄 1:
 ====== Linux Desktop Notification ====== ====== Linux Desktop Notification ======
   * [[https://wiki.archlinux.org/index.php/Desktop_notifications|Desktop Notifications - Arch Linux]]   * [[https://wiki.archlinux.org/index.php/Desktop_notifications|Desktop Notifications - Arch Linux]]
 +  * [[linux:gnome:notification|Gnome Notification]]
  
 ===== notify-send ===== ===== notify-send =====
줄 7: 줄 8:
 </code> </code>
  
 +==== notify-send icons ====
 +  * ''/usr/share/icons/gnome/32x32'' 디렉토리 아래에 있는 아이콘 파일들의 이름을 사용하면 된다.
 +  * 예를들어 ''/usr/share/icons/gnome/32x32/actions/edit-copy.png'' 파일이 있다면,
 +
 +<code sh>
 +notify-send -i edit-copy "Message"
 +
 +# 전체 경로
 +notify-send -i /usr/share/icons/gnome/32x32/actions/edit-copy.png "Message"
 +</code>
 +
 +==== 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
linux/notification.txt · 마지막으로 수정됨: 2022/01/19 21:56 저자 kwon37xi