Gen 336: tweaked visuals in nvim and btop, added more configuration for btop

This commit is contained in:
pagedMov
2024-10-11 03:26:30 -04:00
parent f3a8370799
commit 41660a217f
6 changed files with 47 additions and 21 deletions

21
flake.lock generated
View File

@@ -81,6 +81,22 @@
"type": "github" "type": "github"
} }
}, },
"catppuccin-yazi": {
"flake": false,
"locked": {
"lastModified": 1722538198,
"narHash": "sha256-oJo52hMSK7mr5f0DtnyaN1FVOSKKUOHWCT80V1qfyrU=",
"owner": "catppuccin",
"repo": "yazi",
"rev": "37dec9bf1f7e52e0d593c225827b9dbc71ce504c",
"type": "github"
},
"original": {
"owner": "catppuccin",
"repo": "yazi",
"type": "github"
}
},
"devshell": { "devshell": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -838,8 +854,8 @@
"pre-commit-hooks": "pre-commit-hooks_2" "pre-commit-hooks": "pre-commit-hooks_2"
}, },
"locked": { "locked": {
"lastModified": 1728600794, "lastModified": 1728630754,
"narHash": "sha256-PmRJCfpY1PoJ3YP5IjCsQL1vc5zElFowAWJLjUwvlJc=", "narHash": "sha256-4AcRtmk2axQHKMd07X8fEPXCgiqv0hst7n/bg37CDfI=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/home/nixvim", "path": "/home/pagedmov/sysflakes/glasshouse-desktop/home/nixvim",
"type": "path" "type": "path"
}, },
@@ -901,6 +917,7 @@
"catppuccin-bat": "catppuccin-bat", "catppuccin-bat": "catppuccin-bat",
"catppuccin-cava": "catppuccin-cava", "catppuccin-cava": "catppuccin-cava",
"catppuccin-starship": "catppuccin-starship", "catppuccin-starship": "catppuccin-starship",
"catppuccin-yazi": "catppuccin-yazi",
"home-manager": "home-manager", "home-manager": "home-manager",
"hypr-contrib": "hypr-contrib", "hypr-contrib": "hypr-contrib",
"hyprland": "hyprland", "hyprland": "hyprland",

View File

@@ -18,18 +18,21 @@
}; };
catppuccin-bat = { catppuccin-bat = {
url = "github:catppuccin/bat"; url = "github:catppuccin/bat";
flake = false; flake = false;
}; };
catppuccin-cava = { catppuccin-cava = {
url = "github:catppuccin/cava"; url = "github:catppuccin/cava";
flake = false; flake = false;
}; };
catppuccin-starship = { catppuccin-starship = {
url = "github:catppuccin/starship"; url = "github:catppuccin/starship";
flake = false; flake = false;
};
catppuccin-yazi = {
url = "github:catppuccin/yazi";
flake = false;
}; };
spicetify-nix = { spicetify-nix = {
url = "github:gerg-l/spicetify-nix"; url = "github:gerg-l/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View File

@@ -5,9 +5,15 @@
enable = true; enable = true;
settings = { settings = {
color_theme = "dracula"; color_theme = "tokyo-night";
theme_background = false; theme_background = false;
update_ms = 500; update_ms = 500;
vim_keys = true;
proc_tree = true;
temp_scale = "fahrenheit";
disks_filter = "exclude=/boot";
show_swap = false;
swap_disk = false;
}; };
}; };

View File

@@ -1,6 +1,12 @@
{ {
colorschemes.kanagawa = { colorschemes = {
enable = true; catppuccin = {
enable = true;
settings.flavour = "mocha";
};
kanagawa = {
enable = false;
};
}; };
diagnostics.signs = false; diagnostics.signs = false;

View File

@@ -1,12 +1,6 @@
{ lib, pkgs, ... }: { pkgs, ... }:
{ {
# need:
#vim-markdown
#vim-sneak
#vim-slash
#undotree
#automkdr.nvim
extraPlugins = [ extraPlugins = [
(pkgs.vimUtils.buildVimPlugin { # vimwiki (pkgs.vimUtils.buildVimPlugin { # vimwiki
name = "vimwiki"; name = "vimwiki";

View File

@@ -5,8 +5,8 @@
options = { options = {
icons_enabled = true; icons_enabled = true;
theme = "auto"; theme = "auto";
component_separators = {left = ""; right = "";}; component_separators = {left = ""; right = "";};
section_separators = {left = ""; right = "";}; section_separators = {left = ""; right = "";};
always_divide_middle = true; always_divide_middle = true;
globalstatus = false; globalstatus = false;
refresh = { refresh = {