Update.
This commit is contained in:
parent
5fe9ae3c00
commit
19ee4a7871
10 changed files with 152 additions and 25 deletions
14
dmenuryzenadj-prof-manager
Executable file
14
dmenuryzenadj-prof-manager
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
# A script to run my game specifiy ryzenadj scripts
|
||||
|
||||
|
||||
# cd into the given directory
|
||||
cd $1
|
||||
|
||||
profile=$(ls -1 -A | dmenu -l 30 -p "Choose your file!")
|
||||
|
||||
[ -n "$profile" ] || exit
|
||||
|
||||
quick-notify "Loading profile" "$profile"
|
||||
./$profile
|
Loading…
Add table
Add a link
Reference in a new issue