summaryrefslogtreecommitdiff
path: root/scripts/old/notify-status
blob: 73a9435610b35578d9ad99b1810be1ca2090d3d8 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Simple script to send a notification displaying the output of status

# Requires: status, herbe (or similar, e.g. notify-send)

herbe "$(status '\n\n')"

Generated with cgit - Back to sebastiano.tronto.net