Compare commits

...

2 commits

Author SHA1 Message Date
865bcdd83a
hyprland: disable ags
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
2024-04-19 17:58:06 -04:00
fb0b5af6e5
home: init bottom config 2024-04-19 17:57:49 -04:00
3 changed files with 19 additions and 2 deletions

View file

@ -10,6 +10,7 @@
./programs/terminal/yazi ./programs/terminal/yazi
./programs/terminal/atuin.nix ./programs/terminal/atuin.nix
./programs/terminal/bat.nix ./programs/terminal/bat.nix
./programs/terminal/bottom.nix
./programs/terminal/starship.nix ./programs/terminal/starship.nix
./programs/terminal/zoxide.nix ./programs/terminal/zoxide.nix
./programs/direnv.nix ./programs/direnv.nix
@ -26,7 +27,6 @@
eva eva
fd fd
du-dust du-dust
bottom
gnupg gnupg
ripgrep ripgrep
lazydocker lazydocker

View file

@ -0,0 +1,17 @@
_: {
programs.bottom = {
enable = true;
settings = {
flags = {
current_usage = true;
group_processes = true;
case_sensitive = false;
mem_as_value = true;
enable_gpu = true;
disable_advanced_kill = true;
unnormalized_cpu = true;
temperature_type = "c";
};
};
};
}

View file

@ -8,7 +8,7 @@
"DP-3,1920x1080@144, 1400x0, auto" #top "DP-3,1920x1080@144, 1400x0, auto" #top
]; ];
exec-once = [ exec-once = [
"ags" # "ags"
"hyprpaper" "hyprpaper"
"chatterino" "chatterino"
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"