Compare commits

...

4 commits

Author SHA1 Message Date
afe8cc2d54
cava: update colors 2024-04-27 21:29:56 -04:00
8cea632010
bottom: edit cfg 2024-04-27 21:29:52 -04:00
af0791d882
nushell: edit alias 2024-04-27 21:29:46 -04:00
2119871cdb
tsuki: call eww 2024-04-27 21:29:37 -04:00
4 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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