Compare commits

..

No commits in common. "afe8cc2d544d19ea353c551794d0f86298a4a6f7" and "8565bbc22455bbe64a576b639985cdd9067712f0" have entirely different histories.

4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
./stylix.nix ./stylix.nix
../../services ../../services
../../programs/anyrun ../../programs/anyrun
../../programs/eww ../../programs/ironbar
../../programs/browsers/firefox ../../programs/browsers/firefox
../../programs/terminal/wezterm ../../programs/terminal/wezterm
../../programs/terminal/zellij ../../programs/terminal/zellij

View file

@ -12,8 +12,8 @@ _: {
color = { color = {
gradient = 1; gradient = 1;
gradient_count = 2; gradient_count = 2;
gradient_color_2 = "'#f7768e'"; gradient_color_2 = "'#2ac3de'";
gradient_color_1 = "'#7dcfff'"; gradient_color_1 = "'#f7768e";
}; };
smoothing = { smoothing = {
monstercat = 1; monstercat = 1;

View file

@ -9,7 +9,7 @@ _: {
mem_as_value = true; mem_as_value = true;
enable_gpu = true; enable_gpu = true;
disable_advanced_kill = true; disable_advanced_kill = true;
unnormalized_cpu = false; unnormalized_cpu = true;
temperature_type = "c"; temperature_type = "c";
}; };
}; };

View file

@ -9,7 +9,7 @@ alias la = eza -alughHo --git --icons --color always
alias calc = eva alias calc = eva
alias c = clear alias c = clear
alias f = yazi alias f = yazi
alias cat = bat alias cat = bat --pager=never --plain
alias rm = rm -i alias rm = rm -i
alias cp = cp -i alias cp = cp -i
alias mv = mv -i alias mv = mv -i