Add papirus
This commit is contained in:
parent
f3e37066cd
commit
c1113a75e2
3 changed files with 16 additions and 5 deletions
10
home-manager/gtk.nix
Normal file
10
home-manager/gtk.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
iconTheme = {
|
||||||
|
name = "";
|
||||||
|
package = pkgs.papirus-icon-theme.override {color = "#5E81AC";};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -8,25 +8,25 @@
|
||||||
gpu_load_change = true;
|
gpu_load_change = true;
|
||||||
gpu_load_value = [50 90];
|
gpu_load_value = [50 90];
|
||||||
gpu_load_color = ["FFFFFF" "FFAA7F" "CC0000"];
|
gpu_load_color = ["FFFFFF" "FFAA7F" "CC0000"];
|
||||||
|
|
||||||
cpu_text = "CPU";
|
cpu_text = "CPU";
|
||||||
cpu_color = "2e97cb";
|
cpu_color = "2e97cb";
|
||||||
cpu_load_change = true;
|
cpu_load_change = true;
|
||||||
core_load_change = true;
|
core_load_change = true;
|
||||||
cpu_load_value = [50 90];
|
cpu_load_value = [50 90];
|
||||||
cpu_load_color = ["FFFFFF" "FFAA7F" "CC0000"];
|
cpu_load_color = ["FFFFFF" "FFAA7F" "CC0000"];
|
||||||
|
|
||||||
vram = true;
|
vram = true;
|
||||||
vram_color = "ad64c1";
|
vram_color = "ad64c1";
|
||||||
|
|
||||||
fps = true;
|
fps = true;
|
||||||
frametime = false;
|
frametime = false;
|
||||||
frame_timing = false;
|
frame_timing = false;
|
||||||
engine_color = "eb5b5b";
|
engine_color = "eb5b5b";
|
||||||
|
|
||||||
gpu_name = true;
|
gpu_name = true;
|
||||||
gpu_color = "2e9762";
|
gpu_color = "2e9762";
|
||||||
|
|
||||||
font_size = 24;
|
font_size = 24;
|
||||||
table_columns = 2;
|
table_columns = 2;
|
||||||
round_corners = 10;
|
round_corners = 10;
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
../home-manager/gtk.nix
|
||||||
../home-manager/bat.nix
|
../home-manager/bat.nix
|
||||||
../home-manager/exa.nix
|
../home-manager/exa.nix
|
||||||
../home-manager/git.nix
|
../home-manager/git.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue