From 25febb79a55766f0a508af6f493d8da4426f678d Mon Sep 17 00:00:00 2001 From: Anastasios Grammenos Date: Wed, 30 Sep 2020 16:17:19 +0300 Subject: updates.. --- scripts/date_left | 3 +++ scripts/date_right | 3 +++ scripts/hehe | 3 +++ 3 files changed, 9 insertions(+) create mode 100755 scripts/date_left create mode 100755 scripts/date_right create mode 100755 scripts/hehe (limited to 'scripts') 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#<.*>(.*)#\1#' -- cgit v1.2.3