add a screen capture

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2021-08-08 22:24:42 -05:00
parent b3f7c47383
commit 118456011e
4 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ test2/test2
test3/test3
test4/test4
test5/test5
example-systray/example-systray

View File

@ -31,6 +31,8 @@ make
![test image](example-table/screenshot.png)
## example-gui
![test image](example-gui/capture.gif)
## example-systray
![test image](example-systray/capture.mp4)
# License

View File

@ -2,5 +2,13 @@ build:
go build
./example-systray
init:
apt install libappindicator3-dev
run:
go run *.go
# should update every go dependancy (?)
update:
git pull
go get -v -t -u .

BIN
example-systray/capture.mp4 Normal file

Binary file not shown.