https://github.com/apocalypsecalculator/wintermbgcycler
Windows terminal background cycler
https://github.com/apocalypsecalculator/wintermbgcycler
Last synced: 12 months ago
JSON representation
Windows terminal background cycler
- Host: GitHub
- URL: https://github.com/apocalypsecalculator/wintermbgcycler
- Owner: ApocalypseCalculator
- Created: 2022-04-08T00:53:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T21:02:11.000Z (about 4 years ago)
- Last Synced: 2025-06-07T03:35:32.329Z (about 1 year ago)
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cyclebg
Cycle through various backgrounds in Windows Terminal.
You can use this by doing `go run main.go` or by building the executable.
This is a port from my original Node.JS code [here](https://github.com/ApocalypseCalculator/WinTermBgCycler-JS).
I will be maintaining this version instead since it should be more lightweight.
Configuration options:
- `wintermsettings` : Location of the Windows Terminal Settings JSON file, if empty, uses default location at `LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json`
- `picspathfile` : The file that stores the paths to images you wish to cycle through. Changes to the content will be applied without restarting this program.
- `picsfolder` : If you wish to include images directly, you can place your pictures inside the folder specified here.
- `interval` : The interval of cycling backgrounds specified in seconds. Default is 120 seconds.
To install this, download the executable in the releases tab. The executable will automatically create configuration files in the directory it is executed in.