a021734bfaf538ca9dbc1a91b06b36c7c5e48785
[khome.git] / home / .xlaunch.d / 99-dmesg-notifier-warn
1 #! /bin/bash
2
3 set -e
4
5 sleep 3 # wait for dunst to hopefully restart
6 sudo dmesg --follow --level=warn --since=now \
7 | while read line
8 do
9 notify-send -u low 'dmesg warning' "$line"
10 done
This page took 0.06001 seconds and 3 git commands to generate.