Compare commits
No commits in common. "afe8cc2d544d19ea353c551794d0f86298a4a6f7" and "8565bbc22455bbe64a576b639985cdd9067712f0" have entirely different histories.
afe8cc2d54
...
8565bbc224
4 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
./stylix.nix
|
||||
../../services
|
||||
../../programs/anyrun
|
||||
../../programs/eww
|
||||
../../programs/ironbar
|
||||
../../programs/browsers/firefox
|
||||
../../programs/terminal/wezterm
|
||||
../../programs/terminal/zellij
|
||||
|
|
|
@ -12,8 +12,8 @@ _: {
|
|||
color = {
|
||||
gradient = 1;
|
||||
gradient_count = 2;
|
||||
gradient_color_2 = "'#f7768e'";
|
||||
gradient_color_1 = "'#7dcfff'";
|
||||
gradient_color_2 = "'#2ac3de'";
|
||||
gradient_color_1 = "'#f7768e";
|
||||
};
|
||||
smoothing = {
|
||||
monstercat = 1;
|
||||
|
|
|
@ -9,7 +9,7 @@ _: {
|
|||
mem_as_value = true;
|
||||
enable_gpu = true;
|
||||
disable_advanced_kill = true;
|
||||
unnormalized_cpu = false;
|
||||
unnormalized_cpu = true;
|
||||
temperature_type = "c";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -9,7 +9,7 @@ alias la = eza -alughHo --git --icons --color always
|
|||
alias calc = eva
|
||||
alias c = clear
|
||||
alias f = yazi
|
||||
alias cat = bat
|
||||
alias cat = bat --pager=never --plain
|
||||
alias rm = rm -i
|
||||
alias cp = cp -i
|
||||
alias mv = mv -i
|
||||
|
|
Loading…
Reference in a new issue