From 302014ae12ff722211a0c718169036eced125883 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 26 Mar 2025 22:33:45 +0100 Subject: checkpoint --- config/home/.xprofile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config') 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 & -- cgit v1.2.3