Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-25 12:43:37 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-25 12:43:37 +0100
Commit 5e253e8615d1a8578205dcff8380aca20fa0f047 (patch)
-rwxr-xr-x .shenanigans.sh 8
-rw-r--r-- .xprofile 4
2 files changed, 9 insertions, 3 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
...
80
	rm -Rf /tmp/$SNAPSHOT
80
	rm -Rf /tmp/$SNAPSHOT
81
}
81
}
82
  
82
  
83
mic_status() {
83
micstatus() {
84
	pactl get-source-mute @DEFAULT_SOURCE@ | grep -q "no" && echo 1 || echo 0;
84
	pactl get-source-mute @DEFAULT_SOURCE@ | grep -q "no" && echo 1 || echo 0;
85
}
85
}
86
  
86
  
...
88
  local text="$1"
88
  local text="$1"
89
  echo "$text" | tr '[:upper:]' '[:lower:]' | sed -E 's/[^a-z0-9]+/-/g; s/^-+|-+$//g'
89
  echo "$text" | tr '[:upper:]' '[:lower:]' | sed -E 's/[^a-z0-9]+/-/g; s/^-+|-+$//g'
90
}
90
}
  
91
  
  
92
worldclocks() {
  
93
  echo -e "Brisbane: \t$(TZ='Australia/Brisbane' date +'%a %H:%M')"
  
94
  echo -e "San Francisco: \t$(TZ='America/Los_Angeles' date +'%a %H:%M')"
  
95
  echo -e "New York: \t$(TZ='America/New_York' date +'%a %H:%M')"
  
96
}
diff --git a/.xprofile b/.xprofile
...
5
xss-lock -- xlock &
5
xss-lock -- xlock &
6
xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.7
6
xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.7
7
  
7
  
8
picom --vsync --backend glx &
8
# picom --vsync --backend glx &
9
conky -d &
9
# conky -d &