6.8. 实用工具

所有混成器都可以使用的一个实用的 Wayland 软件是 waybar。虽然 Wayfire 的确带有启动菜单,但易于使用且快速的任务栏对于任何混成器或桌面管理器来说都是一个很好的配件。一个快速且易于配置的 Wayland 兼容任务栏是 waybar。要安装软件包和支持的音频控制实用程序,请执行以下命令:

# pkg install pavucontrol waybar

要创建配置目录并复制默认配置文件,请执行以下命令:

% mkdir ~/.config/waybar
% cp /usr/local/etc/xdg/waybar/config ~/.config/waybar

lalauncher 实用程序为各种应用程序提供了一个启动栏。软件包没有提供示例配置文件,因此必须采取以下措施:

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;
}