diff options
| author | Alec Goncharow <Alec.Goncharow@gmail.com> | 2020-08-10 17:43:23 -0400 |
|---|---|---|
| committer | Alec Goncharow <Alec.Goncharow@gmail.com> | 2020-08-10 17:43:23 -0400 |
| commit | cfa23f93ef3432753e9e85cfeb3fd67cad5836c5 (patch) | |
| tree | f0124b37e9cd2f7eed2387cddb9889050d93db75 /.config/i3blocks/scripts/myCalendar | |
| parent | 2825fe0b91dc8f8abb318c83b85f893c35852e69 (diff) | |
2020
Diffstat (limited to '.config/i3blocks/scripts/myCalendar')
| -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' |
