added BTOP

This commit is contained in:
kenji
2025-12-24 22:28:31 -06:00
parent 381c4876d9
commit ad64748ad7
4 changed files with 18 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
{
programs.btop = {
enable = true;
settings = {
vim_keys = true;
};
};
}
-1
View File
@@ -7,7 +7,6 @@
else pkgs.ghostty;
enableFishIntegration = true;
settings = {
config-file-reload = true;
window-padding-x = 15;
window-padding-y = 15;
window-padding-balance = true;
+9 -9
View File
@@ -54,20 +54,20 @@
};
"custom/omarchy" = {
format = "<span font='omarchy'>\ue900</span>";
format = "";
on-click = "omarchy-menu";
on-click-right = "xdg-terminal-exec";
tooltip-format = "Omarchy Menu\n\nSuper + Alt + Space";
};
"custom/update" = {
format = "";
exec = "omarchy-update-available";
on-click = "omarchy-launch-floating-terminal-with-presentation omarchy-update";
tooltip-format = "Omarchy update available";
signal = 7;
interval = 21600;
};
# "custom/update" = {
# format = "";
# exec = "omarchy-update-available";
# on-click = "omarchy-launch-floating-terminal-with-presentation omarchy-update";
# tooltip-format = "Omarchy update available";
# signal = 7;
# interval = 21600;
# };
"cpu" = {
interval = 5;
+1
View File
@@ -1,5 +1,6 @@
{
imports = [
../../apps/jellyfin-tui/home.nix
../../apps/btop/home.nix
];
}