I HAVE NO IDEA!

This commit is contained in:
Chris Cochrun 2021-12-10 12:02:06 -06:00
parent 9a725dcc03
commit 5729629ba7
15 changed files with 298 additions and 206 deletions

2
scripts/getplayerstatus Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
notify-send "$(playerctl metadata xesam:title)"

3
scripts/ping.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
ping=$(ping -c 4 1.1.1.1 | tail -1| awk '{print $4}' | cut -d '/' -f 2)
echo "$ping"

View file

@ -11,4 +11,5 @@ sleep 1
latte-restart
exec xcape -e 'Super_L=Super_L|Control_L|Escape'
xcape -e 'Super_L=Super_L|Control_L|Escape'