Test
This commit is contained in:
parent
674cc7a7f5
commit
9e95ad7e15
3 changed files with 7 additions and 2 deletions
|
@ -25,6 +25,11 @@
|
|||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night-eighties.yaml";
|
||||
polarity = "dark";
|
||||
targets = {
|
||||
vscode.enable = true;
|
||||
kitty = {
|
||||
enable = true;
|
||||
variant256colors = true;
|
||||
};
|
||||
waybar = {
|
||||
enable = true;
|
||||
enableCenterBackColors = true;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
cwd-max-depth = 1;
|
||||
condensed = true;
|
||||
# valid choices: default, low-contrast, gruvbox, solarized-dark16, solarized-light16
|
||||
theme = "gruvbox";
|
||||
# theme = "gruvbox";
|
||||
};
|
||||
modules = [
|
||||
"venv"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }: {
|
||||
home.file.".config/btop/btop.conf".text = ''
|
||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||
color_theme = "everforest-dark-hard"
|
||||
color_theme = "tty"
|
||||
theme_background = True
|
||||
truecolor = True
|
||||
force_tty = False
|
||||
|
|
Loading…
Reference in a new issue