aboutsummaryrefslogtreecommitdiff
path: root/scripts/notify
blob: 984c7ac45d3db68b6a20317ebe391b6af512c152 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -eu

# Derived from:
# https://unix.stackexchange.com/questions/61205/how-to-supress-the-display-of-previous-job-details
( (
  echo "$1" > ~/.cache/euandreh/xmobar-notifications.txt
  sleep 10
  echo "" > ~/.cache/euandreh/xmobar-notifications.txt
) &)