added ewwbar
This commit is contained in:
parent
8393d6921a
commit
f2ed447299
6 changed files with 307 additions and 4 deletions
|
@ -4,10 +4,6 @@ lib.mkIf config.desktop.enable {
|
|||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
|
||||
bc
|
||||
jq
|
||||
xorg.xrandr
|
||||
|
||||
feh
|
||||
|
||||
enpass
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue