@phantomwise@kolektiva.social @qon4@lemmy.zip
#! /bin/bash
bar="waybar"
launcher="fuzzel"
if [ -z "$(pgrep -x $launcher)" ];
then
$bar &
$launcher
pkill -x $bar
else
pkill -x $launcher
fi
@phantomwise@kolektiva.social @qon4@lemmy.zip
#! /bin/bash
bar="waybar"
launcher="fuzzel"
if [ -z "$(pgrep -x $launcher)" ];
then
$bar &
$launcher
pkill -x $bar
else
pkill -x $launcher
fi
i despise bars but it would still be nice to know the time
I have a script set up to only show the bar when i have my launcher up. I can share it here if you like.
does spoofing user agent fix this?
hyprshot