diff --git a/modules/desktop/wm/niri/config.nix b/modules/desktop/wm/niri/config.nix index 41ac2bd..a47cbac 100644 --- a/modules/desktop/wm/niri/config.nix +++ b/modules/desktop/wm/niri/config.nix @@ -164,6 +164,7 @@ in { "Mod+Return".action.spawn = [ "kitty" + "-1" ]; "Mod+G".action.spawn = [ config.my.desktop.browser.default.command ]; "Mod+E".action.spawn = [ "nautilus" ]; diff --git a/modules/desktop/wm/niri/default.nix b/modules/desktop/wm/niri/default.nix index 20819a0..00f62e6 100644 --- a/modules/desktop/wm/niri/default.nix +++ b/modules/desktop/wm/niri/default.nix @@ -169,6 +169,10 @@ in id = "Microphone"; displayMode = "onhover"; } + { + id = "Battery"; + hideIfNotDetected = true; + } ]; }; }; @@ -197,7 +201,10 @@ in ]; position = "top_left"; shortcuts = { - left = [ { id = "Bluetooth"; } ]; + left = [ + { id = "Bluetooth"; } + { id = "Network"; } + ]; right = [ { id = "Notifications"; } ]; }; };