diff --git a/.shenanigans.sh b/.shenanigans.sh index 907b6a3c4e41d87366d52a0fb6198d504e09223a..7b9cdeb9f40bf85e6fe1e95f5bc29e9d04687235 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -80,7 +80,7 @@ rsync -azhv /tmp/$SNAPSHOT /media/Void/Backup rm -Rf /tmp/$SNAPSHOT } -mic_status() { +micstatus() { pactl get-source-mute @DEFAULT_SOURCE@ | grep -q "no" && echo 1 || echo 0; } @@ -88,3 +88,9 @@ slugify() { local text="$1" echo "$text" | tr '[:upper:]' '[:lower:]' | sed -E 's/[^a-z0-9]+/-/g; s/^-+|-+$//g' } + +worldclocks() { + echo -e "Brisbane: \t$(TZ='Australia/Brisbane' date +'%a %H:%M')" + echo -e "San Francisco: \t$(TZ='America/Los_Angeles' date +'%a %H:%M')" + echo -e "New York: \t$(TZ='America/New_York' date +'%a %H:%M')" +} diff --git a/.xprofile b/.xprofile index 7d558d41e514e8a08178b1d2e8f2ba047765c5bf..aff4ae14a5b5a40ed8da9080d6fe6ef9cb7020e8 100644 --- a/.xprofile +++ b/.xprofile @@ -5,5 +5,5 @@ xset s 900 xss-lock -- xlock & xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.7 -picom --vsync --backend glx & -conky -d & +# picom --vsync --backend glx & +# conky -d &