Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crolbar/crolk
gui clock, stopwatch, timer and alarm
https://github.com/crolbar/crolk
Last synced: 2 days ago
JSON representation
gui clock, stopwatch, timer and alarm
- Host: GitHub
- URL: https://github.com/crolbar/crolk
- Owner: crolbar
- License: gpl-3.0
- Created: 2023-09-09T03:27:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-04T08:55:16.000Z (about 1 year ago)
- Last Synced: 2023-11-04T09:21:37.648Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Crolk is a simple gui clock, stopwatch, timer, alarm app made with gtk-rs.# Install
No binary installations avaliable## Linux
- there is one optional dependency `dracula-icons-git` that is used for the icon### Build and install from the AUR
```
yay -S crolk-git
```### Manual Build and install
```
git clone https://github.com/crolbar/crolk
cd crolk
cargo build --frozen --release
```then you can cp the binary in the $PATH
```
sudo cp target/release/crolk /usr/bin/crolk
```also there is an desktop entry in `resources` so you can cp that too
```
sudo cp resources/crolk.desktop /usr/share/applications
```## Windows
no