added ewwbar

This commit is contained in:
willifan 2025-01-12 23:58:13 +01:00
parent 8393d6921a
commit f2ed447299
6 changed files with 307 additions and 4 deletions

View file

@ -21,6 +21,9 @@ lib.mkIf config.desktop.wm.niri.enable {
{
command = [ "xwayland-satellite" ":0" ];
}
{
command = [ "${lib.getExe pkgs.ewwbar}" ];
}
];
hotkey-overlay.skip-at-startup = true;