https://github.com/thesignpainter98/commute
A human context-switcher
https://github.com/thesignpainter98/commute
Last synced: 3 months ago
JSON representation
A human context-switcher
- Host: GitHub
- URL: https://github.com/thesignpainter98/commute
- Owner: TheSignPainter98
- License: gpl-3.0
- Created: 2023-08-01T00:41:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T14:54:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T22:16:55.709Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `commute`
Do you use your linux computer for both work and personal use?
Do you get annoyed at seeing all your work tabs at the weekend?
Well look no further, for `commute` is a small program to automatically change the appearance and behaviour of your desktop in line with work hours.Run just `commute` to automatically choose whether to set a work or a home profile.
Doing so will set your colour scheme, browser and select a random background image.
For the best experience, set this as a startup program and also run it in a cron job.Run `commute home` to set the home presets and override the automatic choice for the next few hours (or a specified length of time).
Run `commute work` to set the work presets and override as with `commute home`.
Run `commute config` to inspect and change config.
For more information, run `commute help`.
## Installation from source
To compile the source, run
```bash
sudo apt install libglib2.0-dev # on ubuntu, or equivalent for your distro
cargo build --release
sudo install -m755 ./target/release/commute /usr/bin/commute
```