home
/
code
/
khome.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Add pistactl to common xlaunch list
[khome.git]
/
home
/
.xlaunch.d
/
99-dmesg-notifier-warn
Commit
Line
Data
6db09847
SK
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.026497 seconds
and
4
git commands to generate.