From 13ff370cba695915cdd0e3dab8bf5d67d738ed91 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 22 Jun 2026 23:46:10 -0400 Subject: [PATCH] fastfetch --- dotfiles/fastfetch/config.jsonc | 35 +++++++++++++++++++++++++++++++++ hjem.nix | 2 ++ hosts/nepsis/configuration.nix | 4 +++- 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 dotfiles/fastfetch/config.jsonc diff --git a/dotfiles/fastfetch/config.jsonc b/dotfiles/fastfetch/config.jsonc new file mode 100644 index 0000000..65cce74 --- /dev/null +++ b/dotfiles/fastfetch/config.jsonc @@ -0,0 +1,35 @@ +{ + "logo": { + "padding": { + "right": 1 + } + }, + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "datetime", + "packages", + "shell", + "display", + "de", + "wm", + "theme", + "icons", + "terminal", + "terminalfont", + "cpu", + "gpu", + "memory", + "swap", + "disk", + "battery", + "poweradapter", + "font", + "cursor", + "colors" + ] +} diff --git a/hjem.nix b/hjem.nix index b208578..1724568 100644 --- a/hjem.nix +++ b/hjem.nix @@ -25,6 +25,8 @@ ".sfeed/sfeedrc".source = ./dotfiles/sfeed/sfeedrc; ".config/senpai/senpai.scfg".source = ./dotfiles/senpai/senpai.scfg; + + ".config/fastfetch/config.jsonc".source = ./dotfiles/fastfetch/config.jsonc; }; packages = with pkgs; [ diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 2b12ef1..ef7fd71 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -72,7 +72,6 @@ st dmenu feh - fastfetch sxhkd pamixer maim @@ -95,6 +94,7 @@ passExtensions.pass-otp passExtensions.pass-update passExtensions.pass-import + bibata-cursors ]; programs.firefox = { @@ -134,6 +134,8 @@ BROWSER = "surf"; SFEED_PLUMBER = "$BROWSER"; SFEED_URL_FILE = "$HOME/.local/share/sfeed/sfeed_read_url_file"; + XCURSOR_SIZE = 25; + XCURSOR_THEME = "Bibata-Modern-Ice"; }; # Some programs need SUID wrappers, can be configured further or are -- 2.54.0