From e34da2e45059d4b6ed3a1b5c01b269fa66cfa31f Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 2 Mar 2024 15:21:03 +0100 Subject: [PATCH] move to the amdgpu_top tui (this affected gpu measuring) --- modules/gui/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/hyprland.nix b/modules/gui/hyprland.nix index 91965fd84..c518477c2 100644 --- a/modules/gui/hyprland.nix +++ b/modules/gui/hyprland.nix @@ -396,8 +396,8 @@ in { "${pkgs.procps}/bin/pkill pavucontrol" # and run it all again "[workspace special:btop silent;tile] ${foot}/bin/foot -e ${pkgs.btop}/bin/btop" - "[workspace special:amdgpu_top silent;tile] ${pkgs.amdgpu_top}/bin/amdgpu_top --gui -i 0" - "[workspace special:amdgpu_top silent;tile] ${pkgs.amdgpu_top}/bin/amdgpu_top --gui -i 1" + "[workspace special:amdgpu_top silent;tile] ${foot}/bin/foot -e ${pkgs.amdgpu_top}/bin/amdgpu_top -i 0" + "[workspace special:amdgpu_top silent;tile] ${foot}/bin/foot -e ${pkgs.amdgpu_top}/bin/amdgpu_top -i 1" "[workspace special:pipewire silent;tile] ${pkgs.helvum}/bin/helvum" "[workspace special:pipewire silent;tile] ${pkgs.pavucontrol}/bin/pavucontrol"