2 个版本
0.1.1-alpha | 2024年5月4日 |
---|---|
0.1.0-alpha | 2024年4月19日 |
#286 in GUI
每月68次下载
25KB
480 代码行
augment-vol-brt-man
在 Hyprland 中管理音量和亮度。
安装
Cargo
# cargo install augment-vol-brt-man --version "0.1.1-alpha" --root /usr/local
[!IMPORTANT] >
augment-vol-brt-man
必须在用户家目录外安装,出于权限原因。
用法
您可以直接运行 augment-vol-brt-man
,但它在启动时不会启动。将 exec-once = augment-vol-brt-man
添加到您的 ~/.config/hypr/hyprland.conf
文件中。
# ~/.config/hypr/hyprland.conf
...
exec-once = augment-vol-brt-man
...
您还必须添加以下行,以便它可以使用您的音量和亮度键。
# ~/.config/hypr/hyprland.conf
...
# Volume and Brightness Control
bindel = , XF86AudioRaiseVolume, exec, augment-vol-brt-man volume-up
bindel = , XF86AudioLowerVolume, exec, augment-vol-brt-man volume-down
bindl = , XF86AudioMute, exec, augment-vol-brt-man volume-mute
bindl = , XF86MonBrightnessUp, exec, augment-vol-brt-man brightness-up
bindl = , XF86MonBrightnessDown, exec, augment-vol-brt-man brightness-down
...
扩展音量
将 extended_volume = false
行更改为 extended_volume = true
,位于 ~/.config/augment/vol-brt-man.toml
中,以启用扩展音量控制。
要求
必需命令
wpctl
brightnessctl
许可证
本软件采用 GPL-3.0 许可证。
依赖关系
~19MB
~435K SLoC