- `_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DOCK` - This lets an X11 WM treat it as a panel/dock
16 lines
446 B
TOML
16 lines
446 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]
|
|
i-slint-backend-winit = { version = "1.14.1", features = ["x11"] }
|
|
slint = { version = "1.14.1", features = ["backend-winit"] }
|
|
winit = { version = "0.30.12", features = ["x11rb"] }
|
|
|
|
[build-dependencies]
|
|
slint-build = "1.14.1"
|