Pi66

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

scripts/NOTE/i3.sh

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

i3() {
    if pgrep -x i3 >/dev/null; then
        i3-msg reload
        echo "i3: i3 colorscheme set"
    fi
}

i3