forked from albertba/Advertisement_Panel
implement tempaltes
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
# Advertisement_Panel
|
||||
|
||||
## How To Run This Project
|
||||
```bash
|
||||
go run main.go
|
||||
```
|
||||
|
||||
### Make the screen not turn off by
|
||||
```bash
|
||||
xset -dpms
|
||||
xset s off
|
||||
xset s noblank
|
||||
```
|
||||
|
||||
## How To Add To This Project
|
||||
This project is written with go, and has hot realoding (rebuilding when sensing changes) for the main.go
|
||||
|
||||
@@ -23,7 +31,9 @@ $(go env GOPATH)/bin/air -c .air.toml
|
||||
- [ ] ATB integration
|
||||
- [ ] ASCII ART support
|
||||
- [ ] show more spicy images after kl 22:00
|
||||
- [ ] more images???
|
||||
- [ ] Hide mouse cursor
|
||||
- [ ] more images and memes???
|
||||
|
||||
|
||||
# NB!!!!
|
||||
Changes in the static directory will not rebuild the project, simple workaround is to just make a small change in main.go and save, for example adding a space
|
||||
|
||||
Reference in New Issue
Block a user