#!/usr/bin/bash

# SPDX-License-Identifier: GPL-2.0-or-later
# SPDX-FileCopyrightText: 2024 Thomas Duckworth <tduck973564@gmail.com>
(kill -9 "$(/usr/bin/systemctl --user show --property MainPID --value plasma-plasmashell)"
/usr/bin/systemctl --user stop plasma-plasmashell
/usr/bin/systemctl --user start plasma-plasmashell) &
