xfce dropdown
This commit is contained in:
parent
06bf883678
commit
dc2ef2ceee
3 changed files with 6 additions and 9 deletions
|
@ -32,4 +32,9 @@ ColorBackground=#000000000000
|
|||
FontName=Source Code Pro 9
|
||||
ScrollingBar=TERMINAL_SCROLLBAR_NONE
|
||||
CellWidthScale=1.050000
|
||||
DropdownPosition=75
|
||||
DropdownWidth=74
|
||||
DropdownHeight=53
|
||||
DropdownAlwaysShowTabs=FALSE
|
||||
DropdownAnimationTime=158
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
text='{"content":"'$(</dev/stdin)'"}'
|
||||
text='{"content":"'$(cat /dev/stdin | tr "\n" " ")'"}'
|
||||
|
||||
|
||||
curl -H "Content-Type: application/json" -X POST -d "$text" https://discordapp.com/api/webhooks/636944157625024565/nj11LQ0I716GR8C81WnPYYWW9lwuvJKhnyOX1UIrTaB6ldYn5mjf4qaqmdMQkII2HIRM
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
text='{"username":"MEE6","content":"'$(</dev/stdin)'"}'
|
||||
|
||||
|
||||
curl -H "Content-Type: application/json" -X POST -d "$text" https://discordapp.com/api/webhooks/636944157625024565/nj11LQ0I716GR8C81WnPYYWW9lwuvJKhnyOX1UIrTaB6ldYn5mjf4qaqmdMQkII2HIRM
|
||||
|
||||
|
Loading…
Reference in a new issue