darch7 / bspwmbydarch

52 stars 5 forks source link

Time doesn't display on polybar #6

Closed nowhereandgoodbye closed 3 years ago

nowhereandgoodbye commented 3 years ago

The time doesn't display on polybar. I only see a clock symbol and PM.

Everything else works fine.

darch7 commented 3 years ago

The time doesn't display on polybar. I only see a clock symbol and PM.

Everything else works fine.

change the time script, located in ./local/bin/modules/bar_time and put it like this in the image reload bspwm and I think that will fix it

image

nowhereandgoodbye commented 3 years ago

Thanks, I finally got it working by using quotation marks to bar_hora

hora=$(date +"%H:%M") echo "$hora"