#manage #volume #brightness #hyprland #permissions #compositor #home-dir

bin+lib augment-vol-brt-man

管理基于 wlroots 的合成器的音量和亮度

2 个版本

0.1.1-alpha2024年5月4日
0.1.0-alpha2024年4月19日

#286 in GUI

Download history 3/week @ 2024-04-25 158/week @ 2024-05-02 2/week @ 2024-05-09 4/week @ 2024-05-16 4/week @ 2024-05-23 1/week @ 2024-05-30 5/week @ 2024-06-06 3/week @ 2024-06-13

每月68次下载

GPL-3.0-or-later

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