사용자 도구

사이트 도구


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_center

linux/notification.txt · 마지막으로 수정됨: 2022/01/19 21:56 저자 kwon37xi