diff --git a/polybar/scripts/update_check.sh b/polybar/scripts/update_check.sh index b0aa775..045f135 100644 --- a/polybar/scripts/update_check.sh +++ b/polybar/scripts/update_check.sh @@ -4,4 +4,6 @@ b=$(pacman -Qu | wc -l) if [[ "$b" -ne "0" ]]; then echo " "; +else + echo ""; fi diff --git a/polybar/user_modules.ini b/polybar/user_modules.ini index 76e165e..04964d3 100644 --- a/polybar/user_modules.ini +++ b/polybar/user_modules.ini @@ -10,6 +10,8 @@ date = "%a, %d %b" label = "%date%" format-background = ${colors.modback} + + ;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- ;; TIME ;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- @@ -24,31 +26,6 @@ label = "%time%" format-background = ${colors.modback} -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; WORKSPACE -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/workspace] -type = internal/xworkspaces - -label-active = %icon% - -format = - -icon-0 = 1; -icon-1 = 2; -icon-2 = 3; -icon-3 = 4; -icon-4 = 5; -icon-5 = 6; -icon-6 = 7; -icon-7 = 8; -icon-8 = 9; - -label-occupied-foreground = ${color.foreground} -label-active-foreground = #8C977D -label-empty-foreground = #666 - - ;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- ;; SPOTIFY ;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- @@ -71,7 +48,7 @@ scroll-down = playerctl --player=spotify previous ;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- [module/updates] type = custom/script -internal = 120 +internal = 169 format-background = ${colors.modback} ;format-padding = 1