6.9.实用工具
Wayland 的一个有用的工具是 waybar,所有的混成器都能用。虽然 Wayfire 也带有一个启动菜单,但易于使用和快速的任务栏对于所有混成器和桌面管理器来说都是一个好的附件。waybar是一个快速且易于配置的 Wayland 兼容任务栏。要安装该软件包和一个支持音频控制的实用程序,请输入以下命令:
# pkg install pavucontrol waybar
创建配置目录并复制默认配置文件,请执行以下命令:
% mkdir ~/.config/waybar
% cp /usr/local/etc/xdg/waybar/config ~/.config/waybar
实用程序lavalauncher 为各种应用程序提供了启动栏。软件包中没有提供示例配置文件,因此必须执行以下操作:
mkdir ~/.config/lavalauncher
仅包含 Firefox 并放在右侧的示例配置文件如下:
global-settings {
watch-config-file = true;
}
bar {
output = eDP-1;
position = bottom;
background-colour = "#202020";
# Condition for the default configuration set.
condition-resolution = wider-than-high;
config {
position = right;
}
button {
image-path = /usr/local/lib/firefox/browser/chrome/icons/default/default48.png;
command[mouse-left] = /usr/local/bin/firefox;
}
button {
image-path = /usr/local/share/pixmaps/thunderbird.png;
command[mouse-left] = /usr/local/bin/thunderbird;
}