사용자 도구

사이트 도구


linux:notification

문서의 이전 판입니다!


Linux Desktop Notification

notify-send

notify-send 'message'

notify-send icons

  • /usr/share/icons/gnome/32×32 디렉토리 아래에 있는 아이콘 파일들의 이름을 사용하면 된다.
  • 예를들어 /usr/share/icons/gnome/32×32/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.1631504779.txt.gz · 마지막으로 수정됨: 2021/09/13 12:46 저자 kwon37xi