added awesome leftwm and picom

This commit is contained in:
Chris Cochrun 2020-05-25 05:49:53 -05:00
parent 8a2c2fdb95
commit a7db9e944a
16 changed files with 1574 additions and 45 deletions

View file

@ -0,0 +1,15 @@
#!/bin/bash
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
#set background
if [ -x "$(command -v feh)" ]; then
feh --bg-scale $SCRIPTPATH/down.jpg
fi
echo "UnloadTheme" > $XDG_RUNTIME_DIR/leftwm/commands.pipe
pkill compton
pkill picom
pkill polybar