#wayland #brightness #screen #transition #another #linux-kernel #duration

app dimmer

Dimmer 平滑地将屏幕亮度从一种状态切换到另一种状态

3 个不稳定版本

0.2.1 2023年5月7日
0.2.0 2023年5月7日
0.1.0 2023年5月6日

#1915命令行工具

每月 36 次下载

Unlicense 或 MIT

10KB
146

dimmer

Dimmer 平滑地将屏幕亮度从一种状态切换到另一种状态。非常简单,只在 Wayland 和最新的 Linux 内核上测试过。

用法

# Show usage information
dimmer --help

# Dim the screen to zero brightness over 5 seconds
dimmer

# Dim (or brighten) the screen to 30%, first saving the current brightness to a statefile
dimmer --save --target 30% --duration 5s

# Restore the screen from a previously saved brightness, using 2 seconds
dimmer --restore --duration 2s

安装

Nix Flakes像使用任何 nix flake 一样使用,例如直接运行
nix run github:koenw/dimmer
Cargo使用以下命令将安装到 cargo 的 bin 目录
cargo install dimmer

依赖项

~1.8–2.5MB
~39K SLoC