mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-24 16:28:41 -05:00
Upall
This commit is contained in:
parent
3e5fb84c4e
commit
c66c413bb1
@ -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 &
|
||||
|
@ -1,2 +1,2 @@
|
||||
LastUsed=1692554805
|
||||
LastUsed=1692563055
|
||||
Message='Fully Updated'
|
||||
|
@ -3,7 +3,7 @@
|
||||
kernel() {
|
||||
. $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes
|
||||
|
||||
icon=" "
|
||||
icon=" "
|
||||
|
||||
kernel=$(uname -r | awk '{print $1}')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user