mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
Adding leftwm with xmobar.
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||
|
||||
#set background
|
||||
if [ -x "$(command -v feh)" ]; then
|
||||
feh --bg-scale $SCRIPTPATH/reset.jpg
|
||||
fi
|
||||
|
||||
leftwm-command "UnloadTheme"
|
||||
|
||||
|
||||
ps -alh | grep xmobar_control_script | awk '{print $3}' | xargs kill
|
||||
|
||||
pkill compton
|
||||
pkill picom
|
||||
pkill xmobar
|
||||
pkill xmobar
|
||||
|
||||
Reference in New Issue
Block a user