#!/usr/bin/env bash autorandr -l undocked autorandr -l docked sleep 5 ps aux | grep polybar | awk '{ if (NR > 1) print prev; prev = $2}' | xargs kill ~/.screenlayout/polybar.sh ~/.screenlayout/wallpapers.sh