diff options
Diffstat (limited to 'i3/.config/i3blocks/bin/updates')
-rwxr-xr-x | i3/.config/i3blocks/bin/updates | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/.config/i3blocks/bin/updates b/i3/.config/i3blocks/bin/updates index 325b485..41c34dc 100755 --- a/i3/.config/i3blocks/bin/updates +++ b/i3/.config/i3blocks/bin/updates @@ -2,9 +2,9 @@ if command -v checkupdates > /dev/null; then n_updates=$(checkupdates | wc -l) - if [[ n_updates -gt 50 ]]; then + if [[ n_updates -gt 150 ]]; then color='red' - elif [[ n_updates -gt 10 ]]; then + elif [[ n_updates -gt 50 ]]; then color='yellow' else color='gray' |