scripts
This commit is contained in:
commit
6e5095f3cf
35 changed files with 453 additions and 0 deletions
7
dwm/name.sh
Executable file
7
dwm/name.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
case $BLOCK_BUTTON in
|
||||
1) /home/swebb/Scripts/dwm/nameMenu.sh;;
|
||||
esac
|
||||
|
||||
name=$(who | sed 's/ .*//')
|
||||
echo "^c#ffffff^ $name "
|
||||
Loading…
Add table
Add a link
Reference in a new issue