Fastfetch Config Tinkering

hehehehehehe love it! :victory_hand:

1 Like

If someone use’s this on X11 make sure to comment out

I didn’t see that in the beginning :grinning_face_with_smiling_eyes:

1 Like

Or change it to X11 :+1:

1 Like

I’m still waking up lol.

hehe same here, Rum was in the ascendance last night. :face_with_spiral_eyes:

1 Like

So kitty doesn’t update as soon as you update the config? I had to actually reboot the system in order for kitty to show the changes I made. I logged out first but there was no change. Is there an easier way to do this in kitty? I know in Alacritty it automatically updates as you change the config. I mainly was adjusting the size for my needs. Here it is with my changes

1 Like

Hmmm odd, It updates straight away on my setup. :thinking:

1 Like

Odd. When I make a change to either Kitty’s config or the Fastfetch config, I just save, and restart Kitty. Never had to log out or reboot.

1 Like

Ctrl+Shift+F5 to reload Kitty config, but sometimes kitty is stubborn and you need to reboot, no idea why.

1 Like

I’m switching from Terminator to Ghostty, I can now display images and not being limited to ascii and chafa.

8 Likes

I love the pacman at the top, so cool. Can you share your config please?

I was adding AUR packages, display/separator settings have not been cleaned :

// ~/.config/fastfetch/config.jsonc
// See https://github.com/fastfetch-cli/fastfetch/wiki/Configuration for more details
// See *.jsonc in https://github.com/fastfetch-cli/fastfetch/tree/dev/presets/examples for more examples
{
    "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
    "logo": {
        "source": "/usr/share/pixmaps/endeavouros-icon.png",              
        "type": "auto",
        "padding": {
            "top": 5
            }
     },
     "display": {
        "color": "38;5;141",
        "separator": " ",
        "color": {
            "separator": "38;5;030"
        },
        "color": {
        "output": "38;5;224"
        },
    },
    
    "modules": [
        {
            "type": "custom",
            "format": "\u001b[93m󰮯        \u001b[90m󰊠  \u001b[91m󰊠  \u001b[92m󰊠  \u001b[93m󰊠  \u001b[94m󰊠  \u001b[95m󰊠  \u001b[96m󰊠  \u001b[97m󰊠 "
        },
         
        {
        "type": "command",
        "key": " ️",
        "text": "ansiweather -l city_name -a false -s true -i false -H false -h false -p false|cut -d ' ' -f 6-12"
        },
                
        "break",
        
        {
        "type": "os",
        "key": " ️",
        },
        {
        "type": "host",
        "key": "󰚡",
        },
        {
        "type": "kernel",
        "key": "󰋑 ",
        },
        {
        "type": "packages",
        "key": " ",
        },
        {
        "type": "command",
        "key": " ️ AUR",
        "text": "yay -Ps|grep Foreign|cut -d ' ' -f5"
        },
        {
        "type": "shell",
        "key": " ",
        },
        "break",
        {
        "type": "LM",
        "key": "󰍂    ",
        },
        {
        "type": "de",
        "key": "󰨇    ",
        },
        {
        "type": "theme",
        "key": "󰨇  󰸌 ",
        },
        {
        "type": "wm",
        "key": "    ",
        },
        {
        "type": "wmtheme",
        "key": "  󰸌 ",
        },
        {
        "type": "icons",
        "key": "    ",
        },
        {
        "type": "font",
        "key": "    ",
        },
        {
        "type": "cursor",
        "key": "󰍽  󰸌 ",
        },
        {
        "type": "terminal",
        "key": "    ",
        },
        {
        "type": "terminalfont",
        "key": "   ",
        },
        
        "break",

        {
        "type": "display",
        "key": "󰍹 ",
        },
        {
        "type": "board",
        "key": " ",
        },
        {
        "type": "cpu",
        "key": " ",
        },
        {
        "type": "memory",
        "key": "󰍛 ",
        },
        {
        "type": "swap",
        "key": "󰯍 ",
        },
        {
        "type": "gpu",
        "key": "󰚗 ",
        },
        {
        "type": "sound",
        "key": " ",
        },
        "break",
        "colors",      
    ]
}

edit : since it uses Yay, “AUR packages” is slow

2 Likes

Thank you, much appreciated. :victory_hand:

I used to have weather in my fetches but it does slow the thing down. Looks good though.

AUR packages + weather take more than 1s, with the weather alone it’s mostly about 0.2s and a few times 0.5s.

Sharing EnOS monochrome icons in .png format, available for both light and dark backgrounds, in case anyone wants to use them in Fastfetch or as part of a wallpaper.


Edit:
Source: https://bitbucket.org/dirn-typo/eos-monochrome-logo/src/main/png/

6 Likes

Wonderful! Downloaded. Added to my EOS logo folder. Working on a couple wallpapers, one or more of these will work well. Thanks!

1 Like

Looks good.

edit: better screenshot

6 Likes