diff options
| author | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-08-06 23:19:43 -0400 |
|---|---|---|
| committer | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-08-06 23:19:43 -0400 |
| commit | 77c94ccfba8ae2b5becaf4f28d37d0cae6f3d365 (patch) | |
| tree | 61cec74c288f47b511085802c37caa4db5f6bcb4 /.config | |
| parent | 1f03f2b3ed8e9151a06bcb5635a061fb6098ea50 (diff) | |
added short descripton for script
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/i3blocks/scripts/myCalendar | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3blocks/scripts/myCalendar b/.config/i3blocks/scripts/myCalendar index 686fd00..d1557ba 100755 --- a/.config/i3blocks/scripts/myCalendar +++ b/.config/i3blocks/scripts/myCalendar @@ -1,4 +1,6 @@ #!/bin/bash +# this is a simple bash script / blocklet for i3blocks +# that will open a new termite instance with 'cal' when clicked datefmt='+%a %Y-%m-%d %H:%M:%S' |
