bunch of stuff that doesn't matter

This commit is contained in:
2026-03-18 19:57:34 +00:00
parent f394d004ff
commit 102eef308f
11 changed files with 31 additions and 32 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env sh
feh --bg-fill --randomize $HOME/Pictures/Backgrounds;
choice=$(shuf < $HOME/Pictures/Backgrounds/dark.txt | head -1)
# feh --bg-fill --randomize $HOME/Pictures/Backgrounds;
feh --bg-fill $HOME/Pictures/Backgrounds/$choice;

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh
scrot -f -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/';
gscreenshot;

View File

@@ -1,9 +1,6 @@
#!/usr/bin/env sh
app=$(wmctrl -l |\
awk '{for (i=4; i<=NF; i++) printf "%s ", $i; print ""}' |\
dmenu -i -p "Switch to: ")
if [ ! -z "$app" ]
then
wmctrl -a $app
fi
awk '{for (i=4; i<=NF; i++) printf "%s ", $i; print ""}' |\
dmenu -l 4 -i -p "Switch to: ")
[ ! -z "$app" ] && $(wmctrl -a $app)

View File

@@ -4,8 +4,7 @@ processes="st btop
emacsclient -c -a emacs
$HOME/.local/scripts/browser
steam
discord
spotify"
"
printf '%s\n' "$processes" | \

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh
echo "㊋ $(sensors | grep "Core" | sed 's/Core [0-9]:[ ]*+//;s/C.*//' | sort -r | head -1)C"
echo "㊋ $(sensors | grep "Tctl" | sed 's/Tctl:.*+//;s/C.*//')C"