added BTOP
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
vim_keys = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
@@ -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,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
../../apps/jellyfin-tui/home.nix
|
||||
../../apps/btop/home.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user