Manage xlaunch scripts as a tmux session, a la pista
[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.052709 seconds and 4 git commands to generate.