chocobar-x11/Cargo.toml
Candifloss fa206d7f42 Add: Volume widget
- Use `amixer` command
- Comment out bg color lines to use default vals
2025-11-23 00:45:00 +05:30

19 lines
495 B
TOML

[package]
name = "chocobar"
description = "An experiment to create a topbar for X11 using Rust and Slint"
version = "0.1.0"
edition = "2024"
authors = ["candifloss <candifloss.cc>"]
readme = "README.md"
[dependencies]
chrono = "0.4.42"
dirs = "6.0.0"
i-slint-backend-winit = { version = "1.14.1", features = ["x11"] }
serde = { version = "1.0.228", features = ["derive"] }
slint = { version = "1.14.1", features = ["backend-winit"] }
toml = "0.9.8"
[build-dependencies]
slint-build = "1.14.1"