ProtoShark@lemm.eetoLinux@lemmy.ml•Linux users with uncommon or unusual setups: tell us about it
8·
8 months agoa) why? b) what does your shell prompt look like?
a) why? b) what does your shell prompt look like?
They need to add a way to quick toggle it, maybe a double tap or hold.
@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.
I hate the implication that AI girlfriends aren’t real
does spoofing user agent fix this?
I’ve found an app called keyd to be super useful for remapping keys to other keys. it doesn’t map keys to scripts though.