hyprland: Use btop instead of bottom as system monitor

This commit is contained in:
SebastianStork 2026-01-23 19:08:39 +01:00
parent bb0aaeceea
commit 15e61515a1
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@
programs = { programs = {
rofi.enable = true; rofi.enable = true;
hyprlock.enable = true; hyprlock.enable = true;
btop.enable = true;
}; };
}; };

View file

@ -78,7 +78,7 @@
"special:music, on-created-empty:spotify" "special:music, on-created-empty:spotify"
"special:chat, on-created-empty:discord" "special:chat, on-created-empty:discord"
"special:flake, on-created-empty:kitty --directory ${config.home.sessionVariables.NH_FLAKE}" "special:flake, on-created-empty:kitty --directory ${config.home.sessionVariables.NH_FLAKE}"
"special:monitor, on-created-empty:kitty btm" "special:monitor, on-created-empty:kitty btop"
"special:files, on-created-empty:nemo" "special:files, on-created-empty:nemo"
]; ];
windowrule = [ windowrule = [