btop: formatting
This commit is contained in:
parent
a9a2223877
commit
8813742c2a
1 changed files with 12 additions and 14 deletions
|
@ -1,19 +1,17 @@
|
||||||
{
|
{...}: {
|
||||||
...
|
|
||||||
}: {
|
|
||||||
programs.btop = {
|
programs.btop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
color_theme = "/home/notoh/.config/btop/themes/catppuccin_mocha.theme";
|
color_theme = "/home/notoh/.config/btop/themes/catppuccin_mocha.theme";
|
||||||
theme_background = false;
|
theme_background = false;
|
||||||
truecolor = true;
|
truecolor = true;
|
||||||
rounded_corners = true;
|
rounded_corners = true;
|
||||||
show_cpu_freq = true;
|
show_cpu_freq = true;
|
||||||
show_swap = true;
|
show_swap = true;
|
||||||
swap_disk = true;
|
swap_disk = true;
|
||||||
show_disks = true;
|
show_disks = true;
|
||||||
only_physical = true;
|
only_physical = true;
|
||||||
use_fstab = true;
|
use_fstab = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xdg.configFile."btop/themes/catppuccin_mocha.theme".source = ./catppuccin_mocha.theme;
|
xdg.configFile."btop/themes/catppuccin_mocha.theme".source = ./catppuccin_mocha.theme;
|
||||||
|
|
Loading…
Reference in a new issue