summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-03-26 22:33:45 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-26 22:33:45 +0100
commit302014ae12ff722211a0c718169036eced125883 (patch)
treec2ab730c1f3a4471da2c59cd0badec73b808319c
parente2ca6653e50bc76653f787be37492b802a8b68f4 (diff)
checkpoint
-rwxr-xr-xbin/menuscripts/mpotp2
-rwxr-xr-xconfig/home/.xprofile8
2 files changed, 7 insertions, 3 deletions
diff --git a/bin/menuscripts/mpotp b/bin/menuscripts/mpotp
index 8ffb468..3e0d33e 100755
--- a/bin/menuscripts/mpotp
+++ b/bin/menuscripts/mpotp
@@ -4,4 +4,4 @@ pass="$(find "$PASSWORD_STORE_DIR"/keys/otp -iname "*.gpg" |
dmenu -c)"
[ "$pass" ] || exit 1
pass otp -c keys/otp/"$pass"
-herbe "_mpotp" "copied $pass"
+herbe "_mpotp" "copied $pass" &
diff --git a/config/home/.xprofile b/config/home/.xprofile
index 42996e8..ebdff95 100755
--- a/config/home/.xprofile
+++ b/config/home/.xprofile
@@ -12,7 +12,12 @@ if [ "$(hostname)" = "winter" ]; then
) &
fi
-~/src/xobs/env/bin/python ~/src/xobs/pulse.py | xob &
+if [ "$(hostname)" = "spring" ]
+then
+ tail -f ~/src/xob/scripts/volume.pipe | xob &
+else
+ ~/src/xobs/env/bin/python ~/src/xobs/pulse.py | xob &
+fi
picom -b &
@@ -26,7 +31,6 @@ slstatus &
unclutter --timeout 3 --jitter 50 -b &
202020 &
-echo 4
if [ "$(hostname)" = "winter" ]; then
signal-desktop &
discord &