diff --git a/home-manager/common/desktops/hyprland/components/waybar.nix b/home-manager/common/desktops/hyprland/components/waybar.nix index 92d4446e..1f6c51e5 100644 --- a/home-manager/common/desktops/hyprland/components/waybar.nix +++ b/home-manager/common/desktops/hyprland/components/waybar.nix @@ -18,6 +18,7 @@ "hyprland/workspaces" ]; modules-right = [ + "gamemode" "privacy" "hyprland/submap" "pulseaudio" @@ -27,6 +28,18 @@ ]; # Modules + gamemode = { + "format" = "{glyph}"; + "format-alt" = "{glyph} {count}"; + "glyph" = ""; + "hide-not-running" = true; + "use-icon" = true; + "icon-name" = "input-gaming-symbolic"; + "icon-spacing" = 4; + "icon-size" = 20; + "tooltip" = true; + "tooltip-format" = "Games running: {count}"; + } privacy = { "icon-spacing" = 4; "icon-size" = 10; @@ -187,6 +200,7 @@ /* * General background */ + #gamemode, #privacy, #network, #mpris,