You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env 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
|
|
|