Initial commit
This commit is contained in:
6
dwm_status
Executable file
6
dwm_status
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DESKTOPNAME=$(perl -e '$ARGV[0] =~ m/([a-zA-Z0-9]+)(_([a-zA-Z0-9]+))?/; print "$1"' $VNCDESKTOP)
|
||||
sts=$(date +"%a %D %I:%M%p")
|
||||
ipa=$(hostname -I | cut -f1 -d" ")
|
||||
xsetroot -name " $sts [$DESKTOPNAME:$ipa]"
|
Reference in New Issue
Block a user