all repos — dotfiles @ d74a1f7b56c3ab88fa37e519bdf497642577e730

linux dotfiles

update i3blocks/note to add a newline
Prithu Goswami prithugoswami524@gmail.com
Sun, 29 Dec 2019 13:05:01 +0530
commit

d74a1f7b56c3ab88fa37e519bdf497642577e730

parent

6c1cae8dfd9c82f97000d5afba3e9aa6e094f313

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M i3blocks/notei3blocks/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