update i3blocks/note to add a newline
Prithu Goswami prithugoswami524@gmail.com
Sun, 29 Dec 2019 13:05:01 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
i3blocks/note
→
i3blocks/note
@@ -4,5 +4,5 @@ note_count=$(wc -l $note_file | cut -d ' ' -f1)
note_icon=$(echo -en "<span font='Font Awesome 5 Free '>\uf249</span>") if [ $note_count -gt 0 ]; then - echo -en "<span color='#ffff00'>$note_icon $note_count</span>" + echo -e "<span color='#ffff00'>$note_icon $note_count</span>" fi