This commit is contained in:
The-Repo-Club 2023-08-20 21:17:45 +01:00
parent 3e5fb84c4e
commit c66c413bb1
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
3 changed files with 11 additions and 3 deletions

View File

@ -12,7 +12,7 @@
#Created:
# Mon 22 November 2021, 03:15:54 PM [GMT]
#Modified:
# Wed 16 August 2023, 01:02:33 AM [GMT+1]
# Sun 20 August 2023, 09:06:02 PM [GMT+1]
#
#Description:
# <Todo>
@ -21,6 +21,14 @@
# <None>
#
if command -v flexiflow_bar &>/dev/null; then
if ! pgrep -f "flexiflow_bar" >/dev/null; then
flexiflow_bar &
else
echo "flexiflow_bar already Running"
fi
fi
if command -v /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &>/dev/null; then
if ! pgrep -f "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" >/dev/null; then
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &

View File

@ -1,2 +1,2 @@
LastUsed=1692554805
LastUsed=1692563055
Message='Fully Updated'

View File

@ -3,7 +3,7 @@
kernel() {
. $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes
icon=" "
icon=" "
kernel=$(uname -r | awk '{print $1}')