home
/
code
/
khome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Sort mimeapps.list
[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.076155 seconds
and
4
git commands to generate.