I HAVE NO IDEA!
This commit is contained in:
parent
9a725dcc03
commit
5729629ba7
15 changed files with 298 additions and 206 deletions
2
scripts/getplayerstatus
Executable file
2
scripts/getplayerstatus
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
notify-send "$(playerctl metadata xesam:title)"
|
3
scripts/ping.sh
Executable file
3
scripts/ping.sh
Executable 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"
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue