xfce dropdown

This commit is contained in:
lickthecheese 2019-11-07 23:08:03 -05:00
parent 06bf883678
commit dc2ef2ceee
3 changed files with 6 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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