[polybar] Fix quotes at custom_date script

This commit is contained in:
Daniel Carrillo 2020-03-28 19:54:06 +01:00
parent 4e610d9a5c
commit 6e208cb7fc
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ date=$(date "+%H:%M | %d de %B")
hour_minute=$(echo "$date" | cut -f 1 -d"|")
day_of_month=$(echo "$date" | cut -f 2 -d"|")
echo %{F#F5A70A}%{T4}"${hour_minute}"%{F-}%{T-} \|"$day_of_month"
echo "%{F#F5A70A}%{T4}${hour_minute}%{F-}%{T-}" \|"$day_of_month"