사용자 도구

사이트 도구


linux:notification

차이

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

차이 보기로 링크

마지막 판 양쪽 다음 판
linux:notification [2015/12/27 21:48]
kwon37xi 만듦
linux:notification [2021/09/13 12:46]
kwon37xi
줄 6: 줄 6:
 notify-send 'message' notify-send 'message'
 </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.txt · 마지막으로 수정됨: 2022/01/19 21:56 저자 kwon37xi