Files
Advertisement_Panel/README.md

40 lines
897 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
Install Air
```bash
go install github.com/air-verse/air@latest
```
Add air to path or use the following disgusting command
```bash
$(go env GOPATH)/bin/air -c .air.toml
```
# Tasks
- [ ] Interface for adding new images
- [ ] Add support for webassembly
- [ ] ATB integration
- [ ] ASCII ART support
- [ ] Show more spicy images after kl 22:00
- [ ] Hide mouse cursor (do this though linux)
- [ ] 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