From 5e253e8615d1a8578205dcff8380aca20fa0f047 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 25 Jan 2026 12:43:37 +0100 Subject: Update --- .shenanigans.sh | 8 +++++++- .xprofile | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.shenanigans.sh b/.shenanigans.sh index 907b6a3..7b9cdeb 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -80,7 +80,7 @@ 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 7d558d4..aff4ae1 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 & -- cgit v1.2.3