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

@ -4,10 +4,6 @@ lib.mkIf config.desktop.enable {
environment.systemPackages =
(with pkgs; [
bc
jq
xorg.xrandr
feh
enpass

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;

View file

@ -35,6 +35,7 @@ lib.mkIf config.desktop.hyprland.enable {
''hyprctl dispatch exec "[workspace special:alt silent] obsidian"''
#''hyprctl dispatch exec "[workspace special:altgr silent]"''
#''hyprctl dispatch exec "[workspace special:strg silent] "''
''${lib.getExe pkgs.ewwbar}''
];
xwayland.force_zero_scaling = true;