Some minor changes into the polybar config

This commit is contained in:
mangeshrex 2021-09-05 19:16:26 +05:30
parent f0aa070ac9
commit 5e2235669c
4 changed files with 2 additions and 1 deletions

0
onedark/polybar/scripts/dmenu.sh Normal file → Executable file
View file

0
onedark/polybar/scripts/pacup.sh Normal file → Executable file
View file

0
onedark/polybar/scripts/polywins.sh Normal file → Executable file
View file

3
onedark/polybar/scripts/xbps-updates.sh Normal file → Executable file
View file

@ -1,5 +1,6 @@
#!/bin/bash
updates=$(pacman -Qu | wc -l)
Updates=$(xbps-install -un | wc -l)
if [ -z "$updates" ]; then
echo "Fully Updated"