Manage xlaunch scripts as a tmux session, a la pista
[khome.git] / home / .xlaunch.d / 99-dmesg-notifier-warn
CommitLineData
6db09847
SK
1#! /bin/bash
2
3set -e
4
5sleep 3 # wait for dunst to hopefully restart
6sudo 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.025965 seconds and 4 git commands to generate.