home: remove btop, init dust / btm
This commit is contained in:
parent
fcc1e32308
commit
6941c5b932
3 changed files with 2 additions and 62 deletions
|
@ -1,42 +0,0 @@
|
||||||
theme[main_bg]="#1E1E2E"
|
|
||||||
theme[main_fg]="#CDD6F4"
|
|
||||||
theme[title]="#CDD6F4"
|
|
||||||
theme[hi_fg]="#89B4FA"
|
|
||||||
theme[selected_bg]="#45475A"
|
|
||||||
theme[selected_fg]="#89B4FA"
|
|
||||||
theme[inactive_fg]="#7F849C"
|
|
||||||
theme[graph_text]="#F5E0DC"
|
|
||||||
theme[meter_bg]="#45475A"
|
|
||||||
theme[proc_misc]="#F5E0DC"
|
|
||||||
theme[cpu_box]="#74C7EC"
|
|
||||||
theme[mem_box]="#A6E3A1"
|
|
||||||
theme[net_box]="#CBA6F7"
|
|
||||||
theme[proc_box]="#F2CDCD"
|
|
||||||
theme[div_line]="#6C7086"
|
|
||||||
theme[temp_start]="#F9E2AF"
|
|
||||||
theme[temp_mid]="#FAB387"
|
|
||||||
theme[temp_end]="#F38BA8"
|
|
||||||
theme[cpu_start]="#74C7EC"
|
|
||||||
theme[cpu_mid]="#89DCEB"
|
|
||||||
theme[cpu_end]="#94E2D5"
|
|
||||||
theme[free_start]="#94E2D5"
|
|
||||||
theme[free_mid]="#94E2D5"
|
|
||||||
theme[free_end]="#A6E3A1"
|
|
||||||
theme[cached_start]="#F5C2E7"
|
|
||||||
theme[cached_mid]="#F5C2E7"
|
|
||||||
theme[cached_end]="#CBA6F7"
|
|
||||||
theme[available_start]="#F5E0DC"
|
|
||||||
theme[available_mid]="#F2CDCD"
|
|
||||||
theme[available_end]="#F2CDCD"
|
|
||||||
theme[used_start]="#FAB387"
|
|
||||||
theme[used_mid]="#FAB387"
|
|
||||||
theme[used_end]="#F38BA8"
|
|
||||||
theme[download_start]="#B4BEFE"
|
|
||||||
theme[download_mid]="#B4BEFE"
|
|
||||||
theme[download_end]="#CBA6F7"
|
|
||||||
theme[upload_start]="#B4BEFE"
|
|
||||||
theme[upload_mid]="#B4BEFE"
|
|
||||||
theme[upload_end]="#CBA6F7"
|
|
||||||
theme[process_start]="#74C7EC"
|
|
||||||
theme[process_mid]="#89DCEB"
|
|
||||||
theme[process_end]="#94E2D5"
|
|
|
@ -1,18 +0,0 @@
|
||||||
{...}: {
|
|
||||||
programs.btop = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
color_theme = "/home/notoh/.config/btop/themes/catppuccin_mocha.theme";
|
|
||||||
theme_background = false;
|
|
||||||
truecolor = true;
|
|
||||||
rounded_corners = true;
|
|
||||||
show_cpu_freq = true;
|
|
||||||
show_swap = true;
|
|
||||||
swap_disk = true;
|
|
||||||
show_disks = true;
|
|
||||||
only_physical = true;
|
|
||||||
use_fstab = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
xdg.configFile."btop/themes/catppuccin_mocha.theme".source = ./catppuccin_mocha.theme;
|
|
||||||
}
|
|
|
@ -8,14 +8,14 @@
|
||||||
./lazygit
|
./lazygit
|
||||||
./lf
|
./lf
|
||||||
./direnv
|
./direnv
|
||||||
./btop
|
|
||||||
./bat
|
./bat
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
croc
|
croc
|
||||||
exa
|
exa
|
||||||
gdu
|
du-dust
|
||||||
|
bottom
|
||||||
ripgrep
|
ripgrep
|
||||||
lazydocker
|
lazydocker
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
Loading…
Reference in a new issue