Update screens, refactor polybar modules, scripts
This commit is contained in:
@@ -86,7 +86,7 @@ if [ -n "$current" ] && [ -n "$forecast" ]; then
|
||||
|
||||
# Format of sunset/rise display and icons
|
||||
if [ "$sun_rise" -gt "$now" ]; then
|
||||
daytime=" $(get_duration "$((sun_rise-now))")" # Sun rise
|
||||
daytime=" $(get_duration "$((sun_rise-now))")" # Sun rise
|
||||
elif [ "$sun_set" -gt "$now" ]; then
|
||||
daytime=" $(get_duration "$((sun_set-now))")" # Sun set
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user