Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

scripts/NOTE/polybar.sh

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/env bash 

polybar() {
    if command -v polybar >/dev/null && pgrep polybar >/dev/null; then
        pkill -USR1 polybar
        echo "Polybar: polybar colorscheme set"
    fi
}

polybar