aboutsummaryrefslogtreecommitdiff
path: root/home-manager/services/polybar/hide.fish
blob: f0a1a1b5eddba6683f1039fabb09fb7c4e0bd096 (plain)
1
2
3
4
5
6
7
8
9
10
if ls /tmp/polhide
    polybar-msg cmd hide
    sleep 0.1
    bspc config -m focused top_padding 3
    rm /tmp/polhide
else
    polybar-msg cmd show
    touch /tmp/polhide
end