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;
|
else pkgs.ghostty;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
config-file-reload = true;
|
|
||||||
window-padding-x = 15;
|
window-padding-x = 15;
|
||||||
window-padding-y = 15;
|
window-padding-y = 15;
|
||||||
window-padding-balance = true;
|
window-padding-balance = true;
|
||||||
|
|||||||
@@ -54,20 +54,20 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
"custom/omarchy" = {
|
"custom/omarchy" = {
|
||||||
format = "<span font='omarchy'>\ue900</span>";
|
format = "";
|
||||||
on-click = "omarchy-menu";
|
on-click = "omarchy-menu";
|
||||||
on-click-right = "xdg-terminal-exec";
|
on-click-right = "xdg-terminal-exec";
|
||||||
tooltip-format = "Omarchy Menu\n\nSuper + Alt + Space";
|
tooltip-format = "Omarchy Menu\n\nSuper + Alt + Space";
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/update" = {
|
# "custom/update" = {
|
||||||
format = "";
|
# format = "";
|
||||||
exec = "omarchy-update-available";
|
# exec = "omarchy-update-available";
|
||||||
on-click = "omarchy-launch-floating-terminal-with-presentation omarchy-update";
|
# on-click = "omarchy-launch-floating-terminal-with-presentation omarchy-update";
|
||||||
tooltip-format = "Omarchy update available";
|
# tooltip-format = "Omarchy update available";
|
||||||
signal = 7;
|
# signal = 7;
|
||||||
interval = 21600;
|
# interval = 21600;
|
||||||
};
|
# };
|
||||||
|
|
||||||
"cpu" = {
|
"cpu" = {
|
||||||
interval = 5;
|
interval = 5;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../apps/jellyfin-tui/home.nix
|
../../apps/jellyfin-tui/home.nix
|
||||||
|
../../apps/btop/home.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user