Add force xfce4 panel quit

This commit is contained in:
Robin C. 2025-01-09 05:23:41 +01:00
parent 35011bceb3
commit fef83bdf78

View File

@ -22,7 +22,10 @@ ln -sf $SCRIPT_DIR/gtk.css $XDG_CONFIG_HOME/gtk-3.0/gtk.css
# Symlink xfce4-panel.xml to $XDG_CONFIG_HOME/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
echo
echo "Symlinking $SCRIPT_DIR/xfce4-panel.xml to $XDG_CONFIG_HOME/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml"
# Turn off the panel
xfce4-panel --quit
ln -sf $SCRIPT_DIR/xfce4-panel.xml $XDG_CONFIG_HOME/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
xfce4-panel &
# Enable the screensaver and set to a timeout of 14 minutes
echo