From: Skullheadx Date: Tue, 23 Jun 2026 03:46:10 +0000 (-0400) Subject: fastfetch X-Git-Url: http://git.skullheadx.com/tech/life/static/gitweb.css?a=commitdiff_plain;h=13ff370cba695915cdd0e3dab8bf5d67d738ed91;p=nixos.git fastfetch --- 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