mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Add special system monitor workspace
This commit is contained in:
parent
a84721bcf1
commit
5c5e2414e3
4 changed files with 18 additions and 6 deletions
|
|
@ -132,6 +132,11 @@
|
|||
workspace = special:flake, border:false, gapsout:30, on-created-empty:kitty --override background_opacity=0.7 --directory ${config.home.sessionVariables.FLAKE}
|
||||
windowrulev2 = noblur, class:(kitty), onworkspace:special:flake
|
||||
bind = SUPER, Q, togglespecialworkspace, flake
|
||||
|
||||
# System monitor workspace
|
||||
workspace = special:monitor, border:false, gapsout:30, on-created-empty:kitty btm
|
||||
exec-once = [workspace special:monitor silent] kitty btm
|
||||
bind = SUPER, M, togglespecialworkspace, monitor
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
home.packages = [
|
||||
pkgs.eza
|
||||
pkgs.bat
|
||||
pkgs.bottom
|
||||
];
|
||||
|
||||
home.shellAliases =
|
||||
|
|
@ -79,15 +78,10 @@
|
|||
{
|
||||
cat = "bat --plain --theme=${theme}";
|
||||
};
|
||||
|
||||
bottomAlias = {
|
||||
btm = "btm --group";
|
||||
};
|
||||
in
|
||||
lib.mkMerge [
|
||||
lsAliases
|
||||
catAlias
|
||||
bottomAlias
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue