diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/date_left | 3 | ||||
-rwxr-xr-x | scripts/date_right | 3 | ||||
-rwxr-xr-x | scripts/hehe | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/scripts/date_left b/scripts/date_left new file mode 100755 index 0000000..1c24ff6 --- /dev/null +++ b/scripts/date_left @@ -0,0 +1,3 @@ +#!/bin/bash + +notify-send " " "$(ncal -bh)" diff --git a/scripts/date_right b/scripts/date_right new file mode 100755 index 0000000..b211ac9 --- /dev/null +++ b/scripts/date_right @@ -0,0 +1,3 @@ +#!/bin/bash + +notify-send " " "$(ncal -bh -3)" diff --git a/scripts/hehe b/scripts/hehe new file mode 100755 index 0000000..3c37b29 --- /dev/null +++ b/scripts/hehe @@ -0,0 +1,3 @@ +#!/bin/bash + +ssh eye scripts/i3blocks/mympdinfo | sed -E 's#<.*>(.*)</span>#\1#' |