aboutsummaryrefslogtreecommitdiff
path: root/notify-status
blob: 30ccb84faaaa923b09e6f4c88f0fd68d1f12d26d (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')"

Generated with cgit - Back to sebastiano.tronto.net