mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
hyprland: Use btop instead of bottom as system monitor
This commit is contained in:
parent
bb0aaeceea
commit
15e61515a1
2 changed files with 2 additions and 1 deletions
|
|
@ -32,6 +32,7 @@
|
|||
programs = {
|
||||
rofi.enable = true;
|
||||
hyprlock.enable = true;
|
||||
btop.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
"special:music, on-created-empty:spotify"
|
||||
"special:chat, on-created-empty:discord"
|
||||
"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"
|
||||
];
|
||||
windowrule = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue