reimplement config dotfiles with templates
This commit is contained in:
5
scripts/calendar.sh
Executable file
5
scripts/calendar.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
_DAY=$(date +%e)
|
||||
dunstify -I /usr/share/icons/oxygen/scalable/actions/view-calendar.svgz \
|
||||
"" "$(cal | sed -e "s/$_DAY /<b><u>$_DAY<\/u><\/b> /g")"
|
||||
Reference in New Issue
Block a user