parent
e4d7cb93f2
commit
479d96e5dc
5 changed files with 89 additions and 53 deletions
@ -0,0 +1,19 @@ |
||||
#!/bin/sh |
||||
|
||||
# fill space with E |
||||
printf '\033#8' |
||||
#set color |
||||
printf '\033[46;31;3m' |
||||
|
||||
# set title + icon |
||||
printf '\033]0;echo "fail"\n\007' |
||||
|
||||
# query title + icon, and device attributes |
||||
printf '\033]0;?\007\033[>c' |
||||
|
||||
# set again title + icon |
||||
printf '\033]0;title-icon-v2\007' |
||||
|
||||
# set empty |
||||
printf '\033]0;\007' |
||||
|
@ -0,0 +1,19 @@ |
||||
#!/bin/sh |
||||
|
||||
# fill space with E |
||||
printf '\033#8' |
||||
#set color |
||||
printf '\033[46;31;3m' |
||||
|
||||
# set icon |
||||
printf '\033]1;echo "fail"\n\007' |
||||
|
||||
# query icon, and device attributes |
||||
printf '\033]1;?\007\033[>c' |
||||
|
||||
# set again icon |
||||
printf '\033]1;icon-v2\007' |
||||
|
||||
# set empty |
||||
printf '\033]1;\007' |
||||
|
@ -0,0 +1,19 @@ |
||||
#!/bin/sh |
||||
|
||||
# fill space with E |
||||
printf '\033#8' |
||||
#set color |
||||
printf '\033[46;31;3m' |
||||
|
||||
# set title |
||||
printf '\033]2;echo "fail"\n\007' |
||||
|
||||
# query title, and device attributes |
||||
printf '\033]2;?\007\033[>c' |
||||
|
||||
# set again title |
||||
printf '\033]2;title-v2\007' |
||||
|
||||
# set empty |
||||
printf '\033]2;\007' |
||||
|
Loading…
Reference in new issue