Skip to content

Commit

Permalink
Decreased set time for bar scripts' execution
Browse files Browse the repository at this point in the history
  • Loading branch information
CharaD7 committed Oct 12, 2024
1 parent e00c2fb commit 9135598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bar
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ while true; do
[ "$interval" = 0 ] || [ $(($interval % 3600)) = 0 ] && updates=$(pkg_updates)
interval=$((interval + 1))

sleep 1 && xsetroot -name "$updates $(battery) $(brightness) $(cpu) $(mem) $(nettrafic) $(clock)"
sleep 0.5 && xsetroot -name "$updates $(battery) $(brightness) $(cpu) $(mem) $(nettrafic) $(clock)"
done

0 comments on commit 9135598

Please sign in to comment.