diff --git a/flexiflow/.config/flexiflow/autostart.sh b/flexiflow/.config/flexiflow/autostart.sh index f19ccf000..5ff58d693 100755 --- a/flexiflow/.config/flexiflow/autostart.sh +++ b/flexiflow/.config/flexiflow/autostart.sh @@ -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: # @@ -21,6 +21,14 @@ # # +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 & diff --git a/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini index 83e9b1be1..99519e20e 100644 --- a/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini +++ b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini @@ -1,2 +1,2 @@ -LastUsed=1692554805 +LastUsed=1692563055 Message='Fully Updated' diff --git a/flexiflow_bar/.local/bin/flexiflow_bar/bar_kernel b/flexiflow_bar/.local/bin/flexiflow_bar/bar_kernel index 619e72fe8..a012d1c1b 100755 --- a/flexiflow_bar/.local/bin/flexiflow_bar/bar_kernel +++ b/flexiflow_bar/.local/bin/flexiflow_bar/bar_kernel @@ -3,7 +3,7 @@ kernel() { . $HOME/.config/flexiflow_bar/bar_themes/minimal-mistakes - icon="  " + icon="  " kernel=$(uname -r | awk '{print $1}')