Added polybar floating config

This commit is contained in:
Simon
2020-12-29 18:27:48 +01:00
parent dc144ce896
commit f144b718f8
6 changed files with 149 additions and 86481 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
#!/bin/bash
exe() { echo "\$ $@" ; "$@" ; }
# Dependencies:
# pacman-contrib, yay for AUR updates
@@ -10,7 +8,7 @@ CNT_UPDATES="0"
UPDATES="nA"
if [ "$ENA_UPDATES" ]; then
UPDATES=$(checkupdates)
UPDATES=$(checkupdates 2>/dev/null)
CNT_UPDATES=$(echo "$UPDATES" | wc -l)
fi