├── .config
├── btop
│ └── themes
│ │ ├── boho-colorful-pastel.theme
│ │ ├── btop-theme-pywal.py
│ │ ├── forest-sun.theme
│ │ ├── moody-flowers.theme
│ │ ├── penrose-triangle-forest.theme
│ │ ├── penrose-triangle-sky.theme
│ │ ├── saltern-study-night.theme
│ │ ├── tropical-leaves.theme
│ │ └── vibrant-colors.theme
├── cava
│ └── config
├── fastfetch-theme-selector
│ └── FastCat
│ │ ├── LICENSE
│ │ ├── Large-Themes
│ │ ├── Anime-Boy
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Anime-Girl
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Arch
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── BatMan
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Cat
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── DeadPool
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Death
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Fedora
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Groups
│ │ │ └── fastfetch
│ │ │ │ └── config.jsonc
│ │ ├── Home
│ │ │ └── fastfetch
│ │ │ │ └── config.jsonc
│ │ ├── Hyprland
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Jurassic
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── MetoCat
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Origami
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Pentagram
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Rose
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Saturn
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Scorpion
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Simpsons
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Spider-Man
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Superman
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Suse-Icons
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Triangle
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ └── start.sh
│ │ ├── PREVIEW-THEMES.md
│ │ ├── README.md
│ │ ├── Small-Themes
│ │ ├── Arch
│ │ │ └── fastfetch
│ │ │ │ └── config.jsonc
│ │ ├── Blocks
│ │ │ └── fastfetch
│ │ │ │ └── config.jsonc
│ │ ├── Cat
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Cocktail
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Duck
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Fast-Snail
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── MetoSpace
│ │ │ └── fastfetch
│ │ │ │ └── config.jsonc
│ │ ├── Minimal
│ │ │ └── fastfetch
│ │ │ │ └── config.jsonc
│ │ ├── Palm
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ ├── Sheriff
│ │ │ └── fastfetch
│ │ │ │ ├── ascii.txt
│ │ │ │ └── config.jsonc
│ │ └── start.sh
│ │ ├── backup.sh
│ │ ├── fastcat.sh
│ │ └── install-icons.sh
├── fastfetch
│ ├── ascii
│ │ ├── arch.txt
│ │ ├── cat.txt
│ │ └── rose.txt
│ └── config.jsonc
├── hypr
│ ├── hypridle.conf
│ ├── hyprland.conf
│ ├── hyprlock.conf
│ └── scripts
│ │ └── wallpaper.sh
├── kitty
│ └── kitty.conf
├── neofetch
│ ├── ascii
│ │ ├── arch.txt
│ │ ├── cat.txt
│ │ └── rose.txt
│ └── config.conf
├── wal
│ └── templates
│ │ ├── btop
│ │ ├── cava-colors
│ │ ├── colors-hyprland
│ │ ├── colors-waybar.css
│ │ └── colors-wlogout.css
├── waybar
│ ├── config
│ ├── launch.sh
│ ├── modules.json
│ └── style.css
├── wlogout
│ ├── icons
│ │ ├── lock.png
│ │ ├── logout.png
│ │ ├── reboot.png
│ │ └── shutdown.png
│ ├── layout
│ └── style.css
├── wofi
│ ├── config
│ └── style.css
└── zathura
│ └── zathurarc
├── .zshrc
├── README.md
├── images
└── header.png
├── installation.md
├── screenshots
├── boho-colorful-pastel_1.png
├── boho-colorful-pastel_2.png
├── boho-colorful-pastel_3.png
├── boho-colorful-pastel_4.png
├── moody-flowers_1.png
├── moody-flowers_2.png
├── moody-flowers_3.png
├── moody-flowers_4.png
├── penrose-triangle-forest_1.png
├── penrose-triangle-forest_2.png
├── penrose-triangle-forest_3.png
├── penrose-triangle-forest_4.png
├── penrose-triangle-forest_5.png
├── penrose-triangle-forest_6.png
├── penrose-triangle-sky_1.png
├── penrose-triangle-sky_2.png
├── penrose-triangle-sky_3.png
├── penrose-triangle-sky_4.png
├── penrose-triangle-sky_5.png
├── saltern-study-night_1.png
├── saltern-study-night_2.png
├── saltern-study-night_3.png
├── saltern-study-night_4.png
├── saltern-study-night_5.png
├── tropical-leaves_1.png
├── tropical-leaves_2.png
├── tropical-leaves_3.png
├── tropical-leaves_4.png
├── vibrant-colors_1.png
├── vibrant-colors_2.png
├── vibrant-colors_3.png
└── vibrant-colors_4.png
├── showcase
├── grid_boho-colorful-pastel.png
├── grid_moody-flowers.png
├── grid_penrose-triangle-forest.png
├── grid_penrose-triangle-sky.png
├── grid_saltern-study-night.png
├── grid_tropical-leaves.png
└── grid_vibrant-colors.png
└── wallpapers
├── boho-colorful-pastel.png
├── forest-sun.png
├── moody-flowers.png
├── penrose-triangle-forest.png
├── penrose-triangle-sky.png
├── tropical-leaves.png
└── vibrant-colors.png
/.config/btop/themes/boho-colorful-pastel.theme:
--------------------------------------------------------------------------------
1 | # Main background, empty for terminal default, need to be empty if you want transparent background
2 | theme[main_bg]="#382c2d"
3 |
4 | # Main text color
5 | theme[main_fg]="#e8e5eb"
6 |
7 | # Title color for boxes
8 | theme[title]="#e8e5eb"
9 |
10 | # Highlight color for keyboard shortcuts
11 | theme[hi_fg]="#B2C7CB"
12 |
13 | # Background color of selected item in processes box
14 | theme[selected_bg]="#F8C1A3"
15 |
16 | # Foreground color of selected item in processes box
17 | theme[selected_fg]="#e8e5eb"
18 |
19 | # Color of inactive/disabled text
20 | theme[inactive_fg]="#40"
21 |
22 | # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23 | theme[graph_text]="#e8e5eb"
24 |
25 | # Background color of the percentage meters
26 | theme[meter_bg]="#40"
27 |
28 | # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29 | theme[proc_misc]="#DFDCE7"
30 |
31 | # Cpu box outline color
32 | theme[cpu_box]="#DFDCE7"
33 |
34 | # Memory/disks box outline color
35 | theme[mem_box]="#DFDCE7"
36 |
37 | # Net up/down box outline color
38 | theme[net_box]="#DFDCE7"
39 |
40 | # Processes box outline color
41 | theme[proc_box]="#DFDCE7"
42 |
43 | # Box divider line and small boxes line color
44 | theme[div_line]="#DFDCE7"
45 |
46 | # Temperature graph colors
47 | theme[temp_start]="#F8C1A3"
48 | theme[temp_mid]="#FEC2A6"
49 | theme[temp_end]="#E3D4D6"
50 |
51 | # CPU graph colors
52 | theme[cpu_start]="#F8C1A3"
53 | theme[cpu_mid]="#FEC2A6"
54 | theme[cpu_end]="#E3D4D6"
55 |
56 | # Mem/Disk free meter
57 | theme[free_start]="#F8C1A3"
58 | theme[free_mid]="#FEC2A6"
59 | theme[free_end]="#E3D4D6"
60 |
61 | # Mem/Disk cached meter
62 | theme[cached_start]="#F8C1A3"
63 | theme[cached_mid]="#FEC2A6"
64 | theme[cached_end]="#E3D4D6"
65 |
66 | # Mem/Disk available meter
67 | theme[available_start]="#F8C1A3"
68 | theme[available_mid]="#FEC2A6"
69 | theme[available_end]="#E3D4D6"
70 |
71 | # Mem/Disk used meter
72 | theme[used_start]="#F8C1A3"
73 | theme[used_mid]="#FEC2A6"
74 | theme[used_end]="#E3D4D6"
75 |
76 | # Download graph colors
77 | theme[download_start]="#F8C1A3"
78 | theme[download_mid]="#FEC2A6"
79 | theme[download_end]="#E3D4D6"
80 |
81 | # Upload graph colors
82 | theme[upload_start]="#F8C1A3"
83 | theme[upload_mid]="#FEC2A6"
84 | theme[upload_end]="#E3D4D6"
85 |
86 | # Process box color gradient for threads, mem and cpu usage
87 | theme[process_start]="#F8C1A3"
88 | theme[process_mid]="#FEC2A6"
89 | theme[process_end]="#E3D4D6"
90 |
--------------------------------------------------------------------------------
/.config/btop/themes/btop-theme-pywal.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/python
2 | # _____ _____ _____ _____
3 | # | __ |_ _| | _ |
4 | # | __ -| | | | | | __|
5 | # |_____| |_| |_____|__| THEMES
6 | #
7 | # by Bina
8 |
9 |
10 | import os
11 | import sys
12 | import argparse
13 | import pywal
14 | from typing import Tuple
15 |
16 |
17 | def get_args():
18 |
19 | parser = argparse.ArgumentParser(
20 | description='create btop theme file with pywal')
21 | parser.add_argument('-n',
22 | '--name',
23 | required=True,
24 | help='base name for the wallpaper and output theme file')
25 | parser.add_argument('-t',
26 | '--file-type',
27 | default='png',
28 | help='image file type: png (default), jpg or jpeg')
29 | parser.add_argument('-wp',
30 | '--wp-dir',
31 | default='~/wallpapers/',
32 | help='path to the wallpaper directory')
33 | parser.add_argument('-i',
34 | '--in-temp',
35 | default='~/.config/wal/templates/btop',
36 | help='path to wal template file; ~/.config/wal/templates/btop (default)')
37 | parser.add_argument('-o',
38 | '--out-dir',
39 | default='~/.config/btop/themes/',
40 | help='path to btop theme file directory; ~/.config/btop/themes/ (default)')
41 |
42 | if len(sys.argv) <= 1:
43 | parser.print_help()
44 | sys.exit(1)
45 |
46 | return parser.parse_args()
47 |
48 |
49 | def transform_color(colors):
50 |
51 | def to_rgb(color_str: str) -> Tuple[int, int, int]:
52 | return (
53 | int(color_str[1:3], base=16),
54 | int(color_str[3:5], base=16),
55 | int(color_str[5:7], base=16))
56 |
57 | def to_luminance(color_str) -> float:
58 | r, g, b = to_rgb(color_str)
59 | return r + g + b
60 |
61 | assert len(colors['colors']) == 16, len(colors['colors'])
62 | all_colors = [colors['colors'][f'color{i}'] for i in range(1, 8)]
63 | sorted_by_luminance = sorted(all_colors, key=to_luminance)
64 |
65 | new_colors = dict(
66 | sum([[(f'color{i + 1}', color), (f'color{i + 9}', color)]
67 | for i, color in enumerate(sorted_by_luminance)], []))
68 | colors['colors'].update(new_colors)
69 | colors['special']['background'] = colors['colors']['color0']
70 | colors['special']['foreground'] = colors['colors']['color7']
71 | colors['special']['cursor'] = colors['colors']['color7']
72 |
73 | return colors
74 |
75 |
76 | if __name__ == '__main__':
77 | args = get_args()
78 |
79 | wallpaper = os.path.expanduser(os.path.join(args.wp_dir, args.name + '.' + args.file_type))
80 | template_file = os.path.expanduser(args.in_temp)
81 | theme_file = os.path.expanduser(os.path.join(args.out_dir, args.name + '.theme'))
82 |
83 | colors = pywal.colors.get(wallpaper)
84 | colors = transform_color(colors)
85 | pywal.export.every(colors)
86 | flatten_colors = pywal.export.flatten_colors(colors)
87 |
88 | pywal.export.template(flatten_colors, template_file, theme_file)
89 |
90 |
91 |
--------------------------------------------------------------------------------
/.config/btop/themes/forest-sun.theme:
--------------------------------------------------------------------------------
1 | # Main background, empty for terminal default, need to be empty if you want transparent background
2 | theme[main_bg]="#121719"
3 |
4 | # Main text color
5 | theme[main_fg]="#e0cd9d"
6 |
7 | # Title color for boxes
8 | theme[title]="#e0cd9d"
9 |
10 | # Highlight color for keyboard shortcuts
11 | theme[hi_fg]="#655A41"
12 |
13 | # Background color of selected item in processes box
14 | theme[selected_bg]="#9B6B46"
15 |
16 | # Foreground color of selected item in processes box
17 | theme[selected_fg]="#e0cd9d"
18 |
19 | # Color of inactive/disabled text
20 | theme[inactive_fg]="#40"
21 |
22 | # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23 | theme[graph_text]="#e0cd9d"
24 |
25 | # Background color of the percentage meters
26 | theme[meter_bg]="#40"
27 |
28 | # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29 | theme[proc_misc]="#D69D56"
30 |
31 | # Cpu box outline color
32 | theme[cpu_box]="#D69D56"
33 |
34 | # Memory/disks box outline color
35 | theme[mem_box]="#D69D56"
36 |
37 | # Net up/down box outline color
38 | theme[net_box]="#D69D56"
39 |
40 | # Processes box outline color
41 | theme[proc_box]="#D69D56"
42 |
43 | # Box divider line and small boxes line color
44 | theme[div_line]="#D69D56"
45 |
46 | # Temperature graph colors
47 | theme[temp_start]="#9B6B46"
48 | theme[temp_mid]="#AE6B42"
49 | theme[temp_end]="#B08949"
50 |
51 | # CPU graph colors
52 | theme[cpu_start]="#9B6B46"
53 | theme[cpu_mid]="#AE6B42"
54 | theme[cpu_end]="#B08949"
55 |
56 | # Mem/Disk free meter
57 | theme[free_start]="#9B6B46"
58 | theme[free_mid]="#AE6B42"
59 | theme[free_end]="#B08949"
60 |
61 | # Mem/Disk cached meter
62 | theme[cached_start]="#9B6B46"
63 | theme[cached_mid]="#AE6B42"
64 | theme[cached_end]="#B08949"
65 |
66 | # Mem/Disk available meter
67 | theme[available_start]="#9B6B46"
68 | theme[available_mid]="#AE6B42"
69 | theme[available_end]="#B08949"
70 |
71 | # Mem/Disk used meter
72 | theme[used_start]="#9B6B46"
73 | theme[used_mid]="#AE6B42"
74 | theme[used_end]="#B08949"
75 |
76 | # Download graph colors
77 | theme[download_start]="#9B6B46"
78 | theme[download_mid]="#AE6B42"
79 | theme[download_end]="#B08949"
80 |
81 | # Upload graph colors
82 | theme[upload_start]="#9B6B46"
83 | theme[upload_mid]="#AE6B42"
84 | theme[upload_end]="#B08949"
85 |
86 | # Process box color gradient for threads, mem and cpu usage
87 | theme[process_start]="#9B6B46"
88 | theme[process_mid]="#AE6B42"
89 | theme[process_end]="#B08949"
90 |
--------------------------------------------------------------------------------
/.config/btop/themes/moody-flowers.theme:
--------------------------------------------------------------------------------
1 | # Main background, empty for terminal default, need to be empty if you want transparent background
2 | theme[main_bg]="#0F0F0F"
3 |
4 | # Main text color
5 | theme[main_fg]="#c9c0c8"
6 |
7 | # Title color for boxes
8 | theme[title]="#c9c0c8"
9 |
10 | # Highlight color for keyboard shortcuts
11 | theme[hi_fg]="#325150"
12 |
13 | # Background color of selected item in processes box
14 | theme[selected_bg]="#9F3B56"
15 |
16 | # Foreground color of selected item in processes box
17 | theme[selected_fg]="#c9c0c8"
18 |
19 | # Color of inactive/disabled text
20 | theme[inactive_fg]="#40"
21 |
22 | # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23 | theme[graph_text]="#c9c0c8"
24 |
25 | # Background color of the percentage meters
26 | theme[meter_bg]="#40"
27 |
28 | # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29 | theme[proc_misc]="#A67689"
30 |
31 | # Cpu box outline color
32 | theme[cpu_box]="#A67689"
33 |
34 | # Memory/disks box outline color
35 | theme[mem_box]="#A67689"
36 |
37 | # Net up/down box outline color
38 | theme[net_box]="#A67689"
39 |
40 | # Processes box outline color
41 | theme[proc_box]="#A67689"
42 |
43 | # Box divider line and small boxes line color
44 | theme[div_line]="#A67689"
45 |
46 | # Temperature graph colors
47 | theme[temp_start]="#9F3B56"
48 | theme[temp_mid]="#995D6C"
49 | theme[temp_end]="#767F8B"
50 |
51 | # CPU graph colors
52 | theme[cpu_start]="#9F3B56"
53 | theme[cpu_mid]="#995D6C"
54 | theme[cpu_end]="#767F8B"
55 |
56 | # Mem/Disk free meter
57 | theme[free_start]="#9F3B56"
58 | theme[free_mid]="#995D6C"
59 | theme[free_end]="#767F8B"
60 |
61 | # Mem/Disk cached meter
62 | theme[cached_start]="#9F3B56"
63 | theme[cached_mid]="#995D6C"
64 | theme[cached_end]="#767F8B"
65 |
66 | # Mem/Disk available meter
67 | theme[available_start]="#9F3B56"
68 | theme[available_mid]="#995D6C"
69 | theme[available_end]="#767F8B"
70 |
71 | # Mem/Disk used meter
72 | theme[used_start]="#9F3B56"
73 | theme[used_mid]="#995D6C"
74 | theme[used_end]="#767F8B"
75 |
76 | # Download graph colors
77 | theme[download_start]="#9F3B56"
78 | theme[download_mid]="#995D6C"
79 | theme[download_end]="#767F8B"
80 |
81 | # Upload graph colors
82 | theme[upload_start]="#9F3B56"
83 | theme[upload_mid]="#995D6C"
84 | theme[upload_end]="#767F8B"
85 |
86 | # Process box color gradient for threads, mem and cpu usage
87 | theme[process_start]="#9F3B56"
88 | theme[process_mid]="#995D6C"
89 | theme[process_end]="#767F8B"
90 |
--------------------------------------------------------------------------------
/.config/btop/themes/penrose-triangle-forest.theme:
--------------------------------------------------------------------------------
1 | # Main background, empty for terminal default, need to be empty if you want transparent background
2 | theme[main_bg]="#0c0c10"
3 |
4 | # Main text color
5 | theme[main_fg]="#cdd0cb"
6 |
7 | # Title color for boxes
8 | theme[title]="#cdd0cb"
9 |
10 | # Highlight color for keyboard shortcuts
11 | theme[hi_fg]="#5E706C"
12 |
13 | # Background color of selected item in processes box
14 | theme[selected_bg]="#7A8B83"
15 |
16 | # Foreground color of selected item in processes box
17 | theme[selected_fg]="#cdd0cb"
18 |
19 | # Color of inactive/disabled text
20 | theme[inactive_fg]="#40"
21 |
22 | # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23 | theme[graph_text]="#cdd0cb"
24 |
25 | # Background color of the percentage meters
26 | theme[meter_bg]="#40"
27 |
28 | # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29 | theme[proc_misc]="#A1A99E"
30 |
31 | # Cpu box outline color
32 | theme[cpu_box]="#A1A99E"
33 |
34 | # Memory/disks box outline color
35 | theme[mem_box]="#A1A99E"
36 |
37 | # Net up/down box outline color
38 | theme[net_box]="#A1A99E"
39 |
40 | # Processes box outline color
41 | theme[proc_box]="#A1A99E"
42 |
43 | # Box divider line and small boxes line color
44 | theme[div_line]="#A1A99E"
45 |
46 | # Temperature graph colors
47 | theme[temp_start]="#7A8B83"
48 | theme[temp_mid]="#8B978E"
49 | theme[temp_end]="#99A39A"
50 |
51 | # CPU graph colors
52 | theme[cpu_start]="#7A8B83"
53 | theme[cpu_mid]="#8B978E"
54 | theme[cpu_end]="#99A39A"
55 |
56 | # Mem/Disk free meter
57 | theme[free_start]="#7A8B83"
58 | theme[free_mid]="#8B978E"
59 | theme[free_end]="#99A39A"
60 |
61 | # Mem/Disk cached meter
62 | theme[cached_start]="#7A8B83"
63 | theme[cached_mid]="#8B978E"
64 | theme[cached_end]="#99A39A"
65 |
66 | # Mem/Disk available meter
67 | theme[available_start]="#7A8B83"
68 | theme[available_mid]="#8B978E"
69 | theme[available_end]="#99A39A"
70 |
71 | # Mem/Disk used meter
72 | theme[used_start]="#7A8B83"
73 | theme[used_mid]="#8B978E"
74 | theme[used_end]="#99A39A"
75 |
76 | # Download graph colors
77 | theme[download_start]="#7A8B83"
78 | theme[download_mid]="#8B978E"
79 | theme[download_end]="#99A39A"
80 |
81 | # Upload graph colors
82 | theme[upload_start]="#7A8B83"
83 | theme[upload_mid]="#8B978E"
84 | theme[upload_end]="#99A39A"
85 |
86 | # Process box color gradient for threads, mem and cpu usage
87 | theme[process_start]="#7A8B83"
88 | theme[process_mid]="#8B978E"
89 | theme[process_end]="#99A39A"
90 |
--------------------------------------------------------------------------------
/.config/btop/themes/penrose-triangle-sky.theme:
--------------------------------------------------------------------------------
1 | # Main background, empty for terminal default, need to be empty if you want transparent background
2 | theme[main_bg]="#0a060f"
3 |
4 | # Main text color
5 | theme[main_fg]="#afdbc9"
6 |
7 | # Title color for boxes
8 | theme[title]="#afdbc9"
9 |
10 | # Highlight color for keyboard shortcuts
11 | theme[hi_fg]="#4E6568"
12 |
13 | # Background color of selected item in processes box
14 | theme[selected_bg]="#4D7985"
15 |
16 | # Foreground color of selected item in processes box
17 | theme[selected_fg]="#afdbc9"
18 |
19 | # Color of inactive/disabled text
20 | theme[inactive_fg]="#40"
21 |
22 | # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23 | theme[graph_text]="#afdbc9"
24 |
25 | # Background color of the percentage meters
26 | theme[meter_bg]="#40"
27 |
28 | # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29 | theme[proc_misc]="#51A192"
30 |
31 | # Cpu box outline color
32 | theme[cpu_box]="#51A192"
33 |
34 | # Memory/disks box outline color
35 | theme[mem_box]="#51A192"
36 |
37 | # Net up/down box outline color
38 | theme[net_box]="#51A192"
39 |
40 | # Processes box outline color
41 | theme[proc_box]="#51A192"
42 |
43 | # Box divider line and small boxes line color
44 | theme[div_line]="#51A192"
45 |
46 | # Temperature graph colors
47 | theme[temp_start]="#4D7985"
48 | theme[temp_mid]="#33908F"
49 | theme[temp_end]="#3DA19C"
50 |
51 | # CPU graph colors
52 | theme[cpu_start]="#4D7985"
53 | theme[cpu_mid]="#33908F"
54 | theme[cpu_end]="#3DA19C"
55 |
56 | # Mem/Disk free meter
57 | theme[free_start]="#4D7985"
58 | theme[free_mid]="#33908F"
59 | theme[free_end]="#3DA19C"
60 |
61 | # Mem/Disk cached meter
62 | theme[cached_start]="#4D7985"
63 | theme[cached_mid]="#33908F"
64 | theme[cached_end]="#3DA19C"
65 |
66 | # Mem/Disk available meter
67 | theme[available_start]="#4D7985"
68 | theme[available_mid]="#33908F"
69 | theme[available_end]="#3DA19C"
70 |
71 | # Mem/Disk used meter
72 | theme[used_start]="#4D7985"
73 | theme[used_mid]="#33908F"
74 | theme[used_end]="#3DA19C"
75 |
76 | # Download graph colors
77 | theme[download_start]="#4D7985"
78 | theme[download_mid]="#33908F"
79 | theme[download_end]="#3DA19C"
80 |
81 | # Upload graph colors
82 | theme[upload_start]="#4D7985"
83 | theme[upload_mid]="#33908F"
84 | theme[upload_end]="#3DA19C"
85 |
86 | # Process box color gradient for threads, mem and cpu usage
87 | theme[process_start]="#4D7985"
88 | theme[process_mid]="#33908F"
89 | theme[process_end]="#3DA19C"
90 |
--------------------------------------------------------------------------------
/.config/btop/themes/saltern-study-night.theme:
--------------------------------------------------------------------------------
1 | # Main background, empty for terminal default, need to be empty if you want transparent background
2 | theme[main_bg]="#0b181f"
3 |
4 | # Main text color
5 | theme[main_fg]="#abc2c6"
6 |
7 | # Title color for boxes
8 | theme[title]="#abc2c6"
9 |
10 | # Highlight color for keyboard shortcuts
11 | theme[hi_fg]="#286893"
12 |
13 | # Background color of selected item in processes box
14 | theme[selected_bg]="#C84651"
15 |
16 | # Foreground color of selected item in processes box
17 | theme[selected_fg]="#abc2c6"
18 |
19 | # Color of inactive/disabled text
20 | theme[inactive_fg]="#40"
21 |
22 | # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23 | theme[graph_text]="#abc2c6"
24 |
25 | # Background color of the percentage meters
26 | theme[meter_bg]="#40"
27 |
28 | # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29 | theme[proc_misc]="#F87D81"
30 |
31 | # Cpu box outline color
32 | theme[cpu_box]="#F87D81"
33 |
34 | # Memory/disks box outline color
35 | theme[mem_box]="#F87D81"
36 |
37 | # Net up/down box outline color
38 | theme[net_box]="#F87D81"
39 |
40 | # Processes box outline color
41 | theme[proc_box]="#F87D81"
42 |
43 | # Box divider line and small boxes line color
44 | theme[div_line]="#F87D81"
45 |
46 | # Temperature graph colors
47 | theme[temp_start]="#C84651"
48 | theme[temp_mid]="#F4950E"
49 | theme[temp_end]="#EC9A4E"
50 |
51 | # CPU graph colors
52 | theme[cpu_start]="#C84651"
53 | theme[cpu_mid]="#F4950E"
54 | theme[cpu_end]="#EC9A4E"
55 |
56 | # Mem/Disk free meter
57 | theme[free_start]="#C84651"
58 | theme[free_mid]="#F4950E"
59 | theme[free_end]="#EC9A4E"
60 |
61 | # Mem/Disk cached meter
62 | theme[cached_start]="#C84651"
63 | theme[cached_mid]="#F4950E"
64 | theme[cached_end]="#EC9A4E"
65 |
66 | # Mem/Disk available meter
67 | theme[available_start]="#C84651"
68 | theme[available_mid]="#F4950E"
69 | theme[available_end]="#EC9A4E"
70 |
71 | # Mem/Disk used meter
72 | theme[used_start]="#C84651"
73 | theme[used_mid]="#F4950E"
74 | theme[used_end]="#EC9A4E"
75 |
76 | # Download graph colors
77 | theme[download_start]="#C84651"
78 | theme[download_mid]="#F4950E"
79 | theme[download_end]="#EC9A4E"
80 |
81 | # Upload graph colors
82 | theme[upload_start]="#C84651"
83 | theme[upload_mid]="#F4950E"
84 | theme[upload_end]="#EC9A4E"
85 |
86 | # Process box color gradient for threads, mem and cpu usage
87 | theme[process_start]="#C84651"
88 | theme[process_mid]="#F4950E"
89 | theme[process_end]="#EC9A4E"
90 |
--------------------------------------------------------------------------------
/.config/btop/themes/tropical-leaves.theme:
--------------------------------------------------------------------------------
1 | # Main background, empty for terminal default, need to be empty if you want transparent background
2 | theme[main_bg]="#081307"
3 |
4 | # Main text color
5 | theme[main_fg]="#cbc0a2"
6 |
7 | # Title color for boxes
8 | theme[title]="#cbc0a2"
9 |
10 | # Highlight color for keyboard shortcuts
11 | theme[hi_fg]="#566929"
12 |
13 | # Background color of selected item in processes box
14 | theme[selected_bg]="#6B6746"
15 |
16 | # Foreground color of selected item in processes box
17 | theme[selected_fg]="#cbc0a2"
18 |
19 | # Color of inactive/disabled text
20 | theme[inactive_fg]="#40"
21 |
22 | # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23 | theme[graph_text]="#cbc0a2"
24 |
25 | # Background color of the percentage meters
26 | theme[meter_bg]="#40"
27 |
28 | # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29 | theme[proc_misc]="#987A3E"
30 |
31 | # Cpu box outline color
32 | theme[cpu_box]="#987A3E"
33 |
34 | # Memory/disks box outline color
35 | theme[mem_box]="#987A3E"
36 |
37 | # Net up/down box outline color
38 | theme[net_box]="#987A3E"
39 |
40 | # Processes box outline color
41 | theme[proc_box]="#987A3E"
42 |
43 | # Box divider line and small boxes line color
44 | theme[div_line]="#987A3E"
45 |
46 | # Temperature graph colors
47 | theme[temp_start]="#6B6746"
48 | theme[temp_mid]="#708539"
49 | theme[temp_end]="#798C42"
50 |
51 | # CPU graph colors
52 | theme[cpu_start]="#6B6746"
53 | theme[cpu_mid]="#708539"
54 | theme[cpu_end]="#798C42"
55 |
56 | # Mem/Disk free meter
57 | theme[free_start]="#6B6746"
58 | theme[free_mid]="#708539"
59 | theme[free_end]="#798C42"
60 |
61 | # Mem/Disk cached meter
62 | theme[cached_start]="#6B6746"
63 | theme[cached_mid]="#708539"
64 | theme[cached_end]="#798C42"
65 |
66 | # Mem/Disk available meter
67 | theme[available_start]="#6B6746"
68 | theme[available_mid]="#708539"
69 | theme[available_end]="#798C42"
70 |
71 | # Mem/Disk used meter
72 | theme[used_start]="#6B6746"
73 | theme[used_mid]="#708539"
74 | theme[used_end]="#798C42"
75 |
76 | # Download graph colors
77 | theme[download_start]="#6B6746"
78 | theme[download_mid]="#708539"
79 | theme[download_end]="#798C42"
80 |
81 | # Upload graph colors
82 | theme[upload_start]="#6B6746"
83 | theme[upload_mid]="#708539"
84 | theme[upload_end]="#798C42"
85 |
86 | # Process box color gradient for threads, mem and cpu usage
87 | theme[process_start]="#6B6746"
88 | theme[process_mid]="#708539"
89 | theme[process_end]="#798C42"
90 |
--------------------------------------------------------------------------------
/.config/btop/themes/vibrant-colors.theme:
--------------------------------------------------------------------------------
1 | # Main background, empty for terminal default, need to be empty if you want transparent background
2 | theme[main_bg]="#10020f"
3 |
4 | # Main text color
5 | theme[main_fg]="#f5d6a2"
6 |
7 | # Title color for boxes
8 | theme[title]="#f5d6a2"
9 |
10 | # Highlight color for keyboard shortcuts
11 | theme[hi_fg]="#A10E48"
12 |
13 | # Background color of selected item in processes box
14 | theme[selected_bg]="#CB1E40"
15 |
16 | # Foreground color of selected item in processes box
17 | theme[selected_fg]="#f5d6a2"
18 |
19 | # Color of inactive/disabled text
20 | theme[inactive_fg]="#40"
21 |
22 | # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
23 | theme[graph_text]="#f5d6a2"
24 |
25 | # Background color of the percentage meters
26 | theme[meter_bg]="#40"
27 |
28 | # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
29 | theme[proc_misc]="#F69D42"
30 |
31 | # Cpu box outline color
32 | theme[cpu_box]="#F69D42"
33 |
34 | # Memory/disks box outline color
35 | theme[mem_box]="#F69D42"
36 |
37 | # Net up/down box outline color
38 | theme[net_box]="#F69D42"
39 |
40 | # Processes box outline color
41 | theme[proc_box]="#F69D42"
42 |
43 | # Box divider line and small boxes line color
44 | theme[div_line]="#F69D42"
45 |
46 | # Temperature graph colors
47 | theme[temp_start]="#CB1E40"
48 | theme[temp_mid]="#E75F1A"
49 | theme[temp_end]="#F68D2C"
50 |
51 | # CPU graph colors
52 | theme[cpu_start]="#CB1E40"
53 | theme[cpu_mid]="#E75F1A"
54 | theme[cpu_end]="#F68D2C"
55 |
56 | # Mem/Disk free meter
57 | theme[free_start]="#CB1E40"
58 | theme[free_mid]="#E75F1A"
59 | theme[free_end]="#F68D2C"
60 |
61 | # Mem/Disk cached meter
62 | theme[cached_start]="#CB1E40"
63 | theme[cached_mid]="#E75F1A"
64 | theme[cached_end]="#F68D2C"
65 |
66 | # Mem/Disk available meter
67 | theme[available_start]="#CB1E40"
68 | theme[available_mid]="#E75F1A"
69 | theme[available_end]="#F68D2C"
70 |
71 | # Mem/Disk used meter
72 | theme[used_start]="#CB1E40"
73 | theme[used_mid]="#E75F1A"
74 | theme[used_end]="#F68D2C"
75 |
76 | # Download graph colors
77 | theme[download_start]="#CB1E40"
78 | theme[download_mid]="#E75F1A"
79 | theme[download_end]="#F68D2C"
80 |
81 | # Upload graph colors
82 | theme[upload_start]="#CB1E40"
83 | theme[upload_mid]="#E75F1A"
84 | theme[upload_end]="#F68D2C"
85 |
86 | # Process box color gradient for threads, mem and cpu usage
87 | theme[process_start]="#CB1E40"
88 | theme[process_mid]="#E75F1A"
89 | theme[process_end]="#F68D2C"
90 |
--------------------------------------------------------------------------------
/.config/cava/config:
--------------------------------------------------------------------------------
1 | /home/bina/.cache/wal/cava-colors
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2025 Metin Zühre
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Anime-Boy/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀⢘⡆⠀⠀⠀⣀⣤⣤⣤⣂⢀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⠀⠀⠀⣀⣆⠀⢀⢔⣾⣯⣶⣿⣿⣿⣿⣿⠛⠉⢉⠞⢀⣾⠀⠀⠀
3 | ⠀⠀⠀⠉⠉⢹⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣴⣿⡟⠀⠀⠀
4 | ⢀⣄⣀⣠⣤⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣥⣄⡀⠀
5 | ⠈⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⡄
6 | ⠀⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⠃⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣟⡉⠕⠀⠀
7 | ⠘⠁⢸⣿⣿⣿⣿⣿⣿⡟⠏⠀⢰⣿⣿⣿⣿⣿⠈⢿⣿⣿⣷⡈⠂⠀⠀
8 | ⠀⠀⢸⣿⣿⣿⣿⣿⡏⣀⣈⣥⣄⢻⣿⣿⣿⣿⣐⠈⣿⣿⣿⡧⠔⠀⠀
9 | ⠀⠀⠈⠙⢿⡿⢿⣿⢧⠀⠁⢀⠠⠀⠟⠁⠈⠉⠛⠋⢿⡟⠁⠀⠀⠀⠀
10 | ⠀⠀⠀⠀⢨⠐⡶⠝⢀⠤⠀⠀⠀⠀⠀⡀⠀⠀⠀⠢⣸⠁⠀⠀⠀⠀⠀
11 | ⠀⠀⠀⠀⠈⠓⠤⠍⠡⢄⡀⠀⠀⠀⠀⠀⠀⢀⡠⠔⠁⠀⠀⠀⠀⠀⠀
12 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢫⠀⠀⡖⠒⠋⠁⠀⠀⠀ ⠀⠀⠀
13 | ⠀⠀⠀⠀⠀⠀⠀⢀⠎⠐⠠⢇⡀⠘⢇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
14 | ⠀⠀⠀⠀⠀⢀⡴⠃⠀⠀⠀⠀⠈⠑⠂⠽⠮⠒⢄⡀⠀⠀⠀⠀⠀⠀⠀
15 | ⠀⠀⠀⠀⢀⠊⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⡀⠀⠀⠀⠀⠀⠀
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Anime-Boy/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 |
8 |
9 | {
10 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
11 | "logo": {
12 | "source": "~/.config/fastfetch/ascii.txt",
13 | "color": {
14 | "1": "0"
15 | }
16 | },
17 | "display": {
18 | "separator": " "
19 | },
20 | "modules": [
21 | "break",
22 | {
23 | "type": "os",
24 | "key": " ",
25 | "keyColor": "34", // = color4
26 | },
27 | {
28 | "type": "kernel",
29 | "key": " ",
30 | "keyColor": "34",
31 | },
32 | {
33 | "type": "packages",
34 | "key": " ",
35 | "keyColor": "34",
36 | },
37 | {
38 | "type": "shell",
39 | "key": " ",
40 | "keyColor": "34",
41 | },
42 | {
43 | "type": "terminal",
44 | "key": " ",
45 | "keyColor": "34",
46 | },
47 | {
48 | "type": "wm",
49 | "key": " ",
50 | "keyColor": "34",
51 | },
52 | {
53 | "type": "cursor",
54 | "key": " ",
55 | "keyColor": "34",
56 | },
57 | {
58 | "type": "terminalfont",
59 | "key": " ",
60 | "keyColor": "34",
61 | },
62 | {
63 | "type": "uptime",
64 | "key": " ",
65 | "keyColor": "34",
66 | },
67 | {
68 | "type": "datetime",
69 | "format": "{1}-{3}-{11}",
70 | "key": " ",
71 | "keyColor": "34",
72 | },
73 | {
74 | "type": "media",
75 | "key": " ",
76 | "keyColor": "34",
77 | },
78 | {
79 | "type": "player",
80 | "key": " ",
81 | "keyColor": "34",
82 | },
83 | {
84 | "type": "memory",
85 | "key": " ",
86 | "keyColor": "34"
87 | },
88 | {
89 | "type": "monitor",
90 | "key": " ",
91 | "keyColor": "34",
92 | },
93 | ]
94 | }
95 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Anime-Girl/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠀⢀⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⣴⣤⡀⠀⢀⣀⣤⠤⠤⠶⠖⠒⠒⠒⠒⠒⠲⠶⠤⢤⣀⡀⣼⣛⣧⠀⢁⠀⠀⠀⠀⠀⠀
3 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣸⣏⢻⣍⠁⠀⢀⡀⠤⠄⠒⠒⠒⠒⠒⠒⠀⠤⠄⠀⠀⢸⡳⢾⢹⡀⠀⠀⠀⠀⠀⠀⠀
4 | ⠀⠀⠀⠀⠀⠀⠀⣠⠖⠋⠀⢯⡞⣎⡆⠁⠀⠀⠀⢀⡀⠀⠤⠤⠤⠤⠄⠀⡀⠀⠀⠻⣽⣻⡌⠹⣄⠀⠐⠀⠀⠀⠀
5 | ⠀⠀⠀⠀⠀⢀⡾⠁⠀⠀⢀⢾⣹⢿⣸⠀⣰⠎⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠆⠹⡿⣏⢆⠈⢷⡀⠀⠆⠀⠀
6 | ⠀⠀⠀⠀⣰⠏⠀⠀⢀⠔⠛⠄⠙⠫⠇⢀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢄⠠⠒⠒⠵⡈⢳⡀⠀⠀⠀
7 | ⠀⠄⠀⡰⠁⠀⠀⢠⠊⠄⠂⠁⠈⠁⠒⠊⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⡀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠄⢳⡀⠈⠀
8 | ⠈⠀⣸⠃⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠀⠐⠀⠀⠐⠀⢀⠀⠀⠀⠀⢷⠀⠀
9 | ⠀⢠⠇⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠀⠀⠀⠀⠀⠰⠀⠀⠀⠀⠀⠀⡄⠀⡀⠆⢰⠀⠀⠀⡄⠀⠀⠀⠸⡄⠀
10 | ⠀⣼⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠉⠀⡄⠀⢀⠀⠀⡄⠂⠆⠀⠀⠀⠀⢁⠀⢁⠀⢸⠀⢇⠀⡇⠀⠀⠀⠀⣧⠀
11 | ⠀⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠰⡃⠄⠈⡄⠀⡇⢀⢰⠀⠀⠀⠀⡼⠀⠸⢰⠀⣤⣅⣁⣴⠀⠀⠀⠀⢻⠀
12 | ⢠⡇⠀⠀⠀⠀⠀⠀⠀⠠⠀⠀⠀⠱⢀⣁⣤⣧⣴⣧⣄⡇⢸⣸⡄⠀⢀⣆⠀⣦⠊⢹⣿⣿⡛⠻⢿⠀⠀⠀⠀⢸⡇
13 | ⢸⡇⠀⠀⠀⠀⠀⠀⠀⠀⣃⠀⠀⢴⣿⠟⠉⢈⣿⣿⣿⡟⠇⠀⠀⠀⠀⠀⠀⢸⣶⣿⣿⡿⣧⠀⢸⡇⠀⢃⠀⢸⡇
14 | ⠈⡇⠀⠀⠀⠀⠀⠀⠀⡀⢉⡄⠀⢸⠁⠀⣷⣾⣿⣿⡟⣿⠀⠀⠀⠀⠀⠀⠀⠀⢧⠙⠋⢁⡟⢀⡦⢧⠀⠸⡇⢸⡇
15 | ⠀⣿⠀⠀⠀⠀⠀⠀⢀⠔⠪⡄⠀⠸⣁⠀⠹⣉⠉⠉⢠⠏⠀⠀⠀⠀⠀⠀⠀⠀⠈⠓⢲⠛⠆⢉⠀⢸⠀⢀⢇⢸⡇
16 | ⠀⢿⠀⠀⠀⠀⠀⢀⠃⡐⠐⣴⠀⠀⠏⠉⠖⠉⠋⡙⠁⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀⢀⡠⠀⠊⠄⠌⢘⠀⠀⠸⢸⠀
17 | ⠀⢸⠀⠀⠀⠀⠀⠈⣆⢃⠘⠘⡀⠀⡸⡘⡐⡐⠠⠁⠀⡴⡖⣲⠒⠊⠉⠉⠉⠙⢿⣤⡇⠀⠀⠀⠈⢐⠀⠀⠁⣿⠀
18 | ⠀⠘⡇⠀⠀⠀⠀⠀⠈⢶⠬⣁⡇⠀⠀⠑⠐⠤⠐⠀⠀⡇⠉⠀⠀⠀⠀⠀⠀⠀⠀⢙⠇⠀⠀⠀⠀⣼⢀⠀⠀⣿⠀
19 | ⠀⠀⣇⠀⠀⠀⢰⠀⠀⠈⠀⠂⡇⠀⠃⢡⠀⠀⠀⠀⠀⠹⡄⠀⠀⠀⠀⠀⠀⠀⣠⠎⠀⠀⢀⡴⡞⡉⠈⠀⠀⣿⠀
20 | ⠀⠀⣹⠀⠀⠀⠀⠀⠀⠀⠀⡀⡇⠀⢰⠈⡷⡀⠀⠀⠀⠀⠸⢶⣀⠀⠀⢀⣰⠎⠁⢀⡶⠏⠁⣈⠆⠁⡀⠰⢸⡇⠀
21 | ⠀⠀⢸⡀⢸⠀⠀⠆⠀⠀⠀⠀⡇⠀⠀⠀⢡⡄⡏⢆⠒⠢⠤⠤⠤⢨⠥⡴⠒⠚⠉⠉⠀⠀⡠⠁⡘⢠⠁⢀⠆⡇⠀
22 | ⠀⠀⢸⡇⠀⡀⠀⠀⠀⠀⢠⢠⠁⠀⠘⡀⠠⣷⠃⠀⠀⠀⠀⠉⢰⠈⢱⠄⡀⡄⠀⢸⠀⠐⠀⠰⠁⠀⠀⡞⠄⣷⠀
23 | ⠀⠀⠀⣷⠀⡇⠀⠀⠀⠸⠀⡈⠀⠀⢂⠃⠀⡄⠇⠀⠀⠀⠀⠀⢔⠳⠀⠀⠣⠍⠒⠤⣰⠁⢠⠃⢠⠀⠀⠅⠀⢻⡀
24 | ⠀⠀⠀⠉⠀⠁⠀⠀⠀⠀⠀⠁⠀⠀⠈⠀⠀⠁⠈⠀⠀⠀⠀⠀⠀⠉⠁⠀⠀⠈⠁⠀⠈⠀⠁⠀⠈⠀⠀⠁⠀⠈⠁
25 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Anime-Girl/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "0"
13 | }
14 | },
15 | "modules": [
16 | "break",
17 | "break",
18 | {
19 | "type": "os",
20 | "key": "OS ",
21 | "keyColor": "31", // = color1
22 | },
23 | {
24 | "type": "kernel",
25 | "key": " ├ ",
26 | "keyColor": "31",
27 | },
28 | {
29 | "type": "packages",
30 | "format": "{} (pacman)",
31 | "key": " ├ ",
32 | "keyColor": "31",
33 | },
34 | {
35 | "type": "shell",
36 | "key": " └ ",
37 | "keyColor": "31",
38 | },
39 | "break",
40 | {
41 | "type": "wm",
42 | "key": "WM ",
43 | "keyColor": "32",
44 | },
45 | {
46 | "type": "wmtheme",
47 | "key": " ├ ",
48 | "keyColor": "32",
49 | },
50 | {
51 | "type": "icons",
52 | "key": " ├ ",
53 | "keyColor": "32",
54 | },
55 | {
56 | "type": "cursor",
57 | "key": " ├ ",
58 | "keyColor": "32",
59 | },
60 | {
61 | "type": "terminal",
62 | "key": " ├ ",
63 | "keyColor": "32",
64 | },
65 | {
66 | "type": "terminalfont",
67 | "key": " └ ",
68 | "keyColor": "32",
69 | },
70 | "break",
71 | {
72 | "type": "cpu",
73 | "format": "{1} ({3}) @ {7} GHz",
74 | "key": "CPU",
75 | "keyColor": "33",
76 | },
77 | {
78 | "type": "gpu",
79 | "format": "{1} {2} @ {12} GHz",
80 | "key": " ├ ",
81 | "keyColor": "33",
82 | },
83 | {
84 | "type": "memory",
85 | "key": " ├ ",
86 | "keyColor": "33",
87 | },
88 | {
89 | "type": "swap",
90 | "key": " ├ ",
91 | "keyColor": "33",
92 | },
93 | {
94 | "type": "disk",
95 | "key": " ├ ",
96 | "keyColor": "33",
97 | },
98 | {
99 | "type": "monitor",
100 | "key": " └ ",
101 | "keyColor": "33",
102 | },
103 | "break",
104 | "break",
105 | ]
106 | }
107 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Arch/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ▄
2 | ▟█▙
3 | ▟███▙
4 | ▟█████▙
5 | ▟███████▙
6 | ▂▔▀▜██████▙
7 | ▟██▅▂▝▜█████▙
8 | ▟█████████████▙
9 | ▟███████████████▙
10 | ▟█████████████████▙
11 | ▟███████████████████▙
12 | ▟█████████▛▀▀▜████████▙
13 | ▟████████▛ ▜███████▙
14 | ▟█████████ ████████▙
15 | ▟██████████ █████▆▅▄▃▂
16 | ▟██████████▛ ▜█████████▙
17 | ▟██████▀▀▀ ▀▀██████▙
18 | ▟███▀▘ ▝▀███▙
19 | ▟▛▀ ▀▜▙
20 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Arch/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 |
8 |
9 | {
10 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
11 | "logo": {
12 | "source": "$HOME/.config/fastfetch/ascii.txt",
13 | "padding": {
14 | "top": 1,
15 | "right": 2
16 | },
17 | },
18 | "display": {
19 | "separator": " "
20 | },
21 | "modules": [
22 | "break",
23 | "break",
24 | "break",
25 | {
26 | "type": "title",
27 | "keyWidth": 10
28 | },
29 | "break",
30 | {
31 | "type": "os",
32 | "key": " ",
33 | "keyColor": "34",
34 | },
35 | {
36 | "type": "kernel",
37 | "key": " ",
38 | "keyColor": "34",
39 | },
40 | {
41 | "type": "packages",
42 | "key": " ",
43 | "keyColor": "34",
44 | },
45 | {
46 | "type": "shell",
47 | "key": " ",
48 | "keyColor": "34",
49 | },
50 | {
51 | "type": "terminal",
52 | "key": " ",
53 | "keyColor": "34",
54 | },
55 | {
56 | "type": "wm",
57 | "key": " ",
58 | "keyColor": "34",
59 | },
60 | {
61 | "type": "cursor",
62 | "key": " ",
63 | "keyColor": "34",
64 | },
65 | {
66 | "type": "terminalfont",
67 | "key": " ",
68 | "keyColor": "34",
69 | },
70 | {
71 | "type": "uptime",
72 | "key": " ",
73 | "keyColor": "34",
74 | },
75 | {
76 | "type": "datetime",
77 | "format": "{1}-{3}-{11}",
78 | "key": " ",
79 | "keyColor": "34",
80 | },
81 | {
82 | "type": "media",
83 | "key": " ",
84 | "keyColor": "34",
85 | },
86 | {
87 | "type": "player",
88 | "key": " ",
89 | "keyColor": "34",
90 | },
91 | "break",
92 | "colors",
93 | "break",
94 | "break",
95 | ]
96 | }
97 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/BatMan/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⠀⠀⠀⠀⠀⣸⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣇⠀⠀⠀⠀⠀⠀⠀
3 | ⠀⠀⠀⠀⠀⠀⠀⣿⣿⣤⣤⣶⣶⣶⣶⣶⣶⣤⣤⣿⣿⠀⠀⠀⠀⠀⠀⠀
4 | ⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀
5 | ⠀⠀⠀⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀
6 | ⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀
7 | ⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀
8 | ⠀⠀⠀⠀⠀⢸⣿⣿⣿⠻⢿⣿⣿⣿⣿⣿⣿⡿⠟⣿⣿⣿⡇⠀⠀⠀⠀⠀
9 | ⠀⠀⠀⠀⠀⠈⣿⣿⣿⣧⣀⣬⣽⣿⣿⣯⣥⣀⣼⣿⣿⣿⠁⠀⠀⠀⠀⠀
10 | ⠀⠀⠀⠀⠀⠀⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠀⠀⠀⠀⠀⠀
11 | ⠀⠀⠀⠀⠀⠀⢸⣿⣏⠉⠛⠿⢿⣿⣿⠿⠿⠛⠉⢹⣿⡇⠀⠀⠀⠀⠀⠀
12 | ⠀⠀⠀⠀⠀⠀⠀⣿⣿⠀⠀⢀⣀⣤⣤⣄⡀⠀⠀⣿⣿⠀⠀⠀⠀⠀⠀⠀
13 | ⠀⠀⠀⠀⣀⣤⣾⣿⣿⣷⣄⠈⠉⠉⠉⠉⠁⣠⣴⣿⣿⣷⣤⣀⠀⠀⠀⠀
14 | ⢀⣤⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⣤⣤⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⣄⡀
15 | ⠸⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠇
16 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/BatMan/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 |
8 | {
9 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
10 | "logo": {
11 | "source": "~/.config/fastfetch/ascii.txt",
12 | "color": {
13 | "1": "0"
14 | }
15 | },
16 | "display": {
17 | "separator": " "
18 | },
19 | "modules": [
20 | "break",
21 | {
22 | "type": "os",
23 | "key": " ",
24 | "keyColor": "34", // = color4
25 | },
26 | {
27 | "type": "kernel",
28 | "key": " ",
29 | "keyColor": "34",
30 | },
31 | {
32 | "type": "packages",
33 | "key": " ",
34 | "keyColor": "34",
35 | },
36 | {
37 | "type": "shell",
38 | "key": " ",
39 | "keyColor": "34",
40 | },
41 | {
42 | "type": "terminal",
43 | "key": " ",
44 | "keyColor": "34",
45 | },
46 | {
47 | "type": "wm",
48 | "key": " ",
49 | "keyColor": "34",
50 | },
51 | {
52 | "type": "cursor",
53 | "key": " ",
54 | "keyColor": "34",
55 | },
56 | {
57 | "type": "terminalfont",
58 | "key": " ",
59 | "keyColor": "34",
60 | },
61 | {
62 | "type": "uptime",
63 | "key": " ",
64 | "keyColor": "34",
65 | },
66 | {
67 | "type": "datetime",
68 | "format": "{1}-{3}-{11}",
69 | "key": " ",
70 | "keyColor": "34",
71 | },
72 | {
73 | "type": "media",
74 | "key": " ",
75 | "keyColor": "34",
76 | },
77 | {
78 | "type": "player",
79 | "key": " ",
80 | "keyColor": "34",
81 | },
82 | {
83 | "type": "memory",
84 | "key": " ",
85 | "keyColor": "34"
86 | },
87 | {
88 | "type": "monitor",
89 | "key": " ",
90 | "keyColor": "34",
91 | },
92 | ]
93 | }
94 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Cat/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⣤⣤⣄⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣾⡿⣿⣇⠀⠀⠀⠀
2 | ⣿⢏⣹⣳⣯⣗⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⡿⠃⠒⣜⣮⢧⡀⠀⠀
3 | ⣿⡞⠁⡉⠙⠻⣷⣿⢦⣤⣤⣶⣶⣶⣶⣶⣶⣾⣿⡿⠋⠀⠌⡐⠈⢿⣿⣣⠀⠀
4 | ⣿⠀⢂⠐⡁⢂⣬⣿⣿⢫⠉⠀⠀⠀⠀⠀⠀⠜⡹⢿⣿⣿⣶⣶⣤⣈⣿⣷⣗⠀
5 | ⡇⢀⣦⣼⣾⣿⣿⣿⡭⡃⠌⠀⠀⠀⠀⠀⠀⠀⠑⡹⣚⢿⣿⣿⣿⣿⣿⣿⣼⠀
6 | ⣿⣿⣿⣿⣿⣿⣟⢧⢃⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠉⢎⠳⢯⡟⣿⣻⢿⣯⡷
7 | ⣿⣿⡿⣟⡿⡓⢎⠂⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⣰⣬⣧⡝⢊⠙⣷
8 | ⠟⢧⠛⠥⠃⢉⠀⣴⣾⣿⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣿⣿⣿⣿⠀⠀⢸
9 | ⠈⠄⡈⠤⣁⠢⡀⢿⣿⣿⣿⠃⠀⠀⠀⠀⢠⡄⠀⣴⠀⠀⡀⢙⢛⡛⠭⢠⠃⢆
10 | ⠐⡠⢑⡒⡄⠓⡌⣌⢩⣩⠷⠶⣤⠀⠀⠀⠀⠳⠾⠃⢀⢸⡼⠋⠋⠛⢦⡃⠞⡠
11 | ⢀⠱⡈⢖⡈⢣⠜⣠⠟⠀⠀⠀⠀⢳⡄⠀⠀⠀⠀⠀⠐⣾⠁⠀⠀⠀⠈⢧⢣⢸
12 | ⣆⠠⢑⠢⣉⠆⢼⡟⠀⠀⠀⠀⠀⠈⣷⠀⠀⠀⠀⠀⢸⡇⠀⠀⠀⠀⠀⠈⣷⢯
13 | ⡏⠀⠀⢁⠂⢌⡟⠀⠀⠀⠀⠀⠀⠀⣿⠀⠀⠀⠀⠀⠈⣗⠀⠀⠀⠀⠀⠀⠈⢯
14 | ⠀⠀⠀⠀⠀⠋⠀⠀⠀⠀⠀⠀⠀⠀⣿⠀⠀⠀⠀⠀⠀⢿⡀⠀⠀⠀⠀⠀⠀⠀
15 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⡇⠀⠀⠀⠀⠀⠀⠘⣷⠀⠀⠀⠀⠀⠀⠀
16 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Cat/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "0"
13 | }
14 | },
15 | "display": {
16 | "separator": " "
17 | },
18 | "modules": [
19 | {
20 | "type": "os",
21 | "key": " ",
22 | "keyColor": "1",
23 | },
24 | {
25 | "type": "kernel",
26 | "key": " ",
27 | "keyColor": "1",
28 | },
29 | {
30 | "type": "packages",
31 | "key": " ",
32 | "keyColor": "1",
33 | },
34 | {
35 | "type": "shell",
36 | "key": " ",
37 | "keyColor": "1",
38 | },
39 | {
40 | "type": "terminal",
41 | "key": " ",
42 | "keyColor": "1",
43 | },
44 | {
45 | "type": "de",
46 | "key": " ",
47 | "keyColor": "1"
48 | },
49 | {
50 | "type": "gpu",
51 | "key": " ",
52 | "format": "{3}",
53 | "keyColor": "1"
54 | },
55 | {
56 | "type": "wm",
57 | "key": " ",
58 | "keyColor": "1",
59 | },
60 | {
61 | "type": "wmtheme",
62 | "key": " ",
63 | "keyColor": "1"
64 | },
65 | {
66 | "type": "cursor",
67 | "key": " ",
68 | "keyColor": "1",
69 | },
70 | {
71 | "type": "terminalfont",
72 | "key": " ",
73 | "keyColor": "1",
74 | },
75 | {
76 | "type": "uptime",
77 | "key": " ",
78 | "keyColor": "1",
79 | },
80 | {
81 | "type": "datetime",
82 | "format": "{1}-{3}-{11}",
83 | "key": " ",
84 | "keyColor": "1",
85 | },
86 | {
87 | "type": "memory",
88 | "key": " ",
89 | "keyColor": "1"
90 | },
91 | {
92 | "type": "monitor",
93 | "key": " ",
94 | "keyColor": "1",
95 | },
96 | ]
97 | }
98 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/DeadPool/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⠀⠀⠀⢀⣀⣀⣀⣀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⠀⠀⢀⡤⠊⠁⠀⠀⠀⠀⠀⠀⠀⣙⡦⢄⡀⠀⠀⠀⠀⠀⠀⠀
3 | ⠀⠀⢀⠔⠁⠀⠀⠀⠀⠀⠀⢀⠠⠂⠁⠀⠈⣂⠉⡹⠃⠀⠀⠀⠀⠀
4 | ⠀⢠⠃⠀⠀⠀⠀⠀⠀⠀⡐⠀⠀⠀⠀⠀⠀⠈⡏⠀⠀⠀⠀⠀⠀⠀
5 | ⠀⢸⡄⠀⠀⠀⢀⡠⠴⠟⣆⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀
6 | ⠀⣿⢻⡄⠀⣼⠉⠀⡌⠀⠹⣆⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀
7 | ⢠⡳⠀⡇⢠⡏⠀⢰⡀⠀⠀⠹⣄⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀
8 | ⠘⢿⣇⣹⣼⠀⣠⣊⣡⠟⠀⠀⣹⠆⠀⠀⠀⠀⣾⠀⠀⠀⠀⠀⠀⠀
9 | ⠀⣾⠑⢺⢿⣍⠉⠁⠀⠀⠀⣰⠋⠀⠀⠀⠀⢰⢻⠀⠀⠀⠀⠀⠀⠀
10 | ⠀⠈⣇⢸⠀⠙⢵⣄⠀⠀⡴⠃⠀⠀⠀⠀⢀⡞⣇⢇⠀⠀⠀⠀⠀⠀
11 | ⠀⠀⠘⣿⠀⠀⠀⠙⠳⠞⠁⠀⠀⠀⠀⢀⣞⠠⠜⠚⢳⠀⠀⠀⠀⠀
12 | ⠀⠀⠀⢱⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠔⣉⠠⠄⠐⠊⢉⣣⡀⠀⠀⠀
13 | ⠀⠀⠀⢸⡀⠀⠀⠀⠀⠀⠀⡰⠞⠂⣉⣠⠴⠆⢈⡉⢻⡀⠱⡀⠀⠀
14 | ⠀⠀⠀⠀⠙⠢⣀⡠⠤⠖⡪⠔⡪⠛⠉⠀⠀⠀⠀⠀⠉⠓⠤⣳⠀⠀
15 | ⠀⠀⠀⠀⠀⠀⠀⠸⠂⢁⠔⠁⠀⢀⣤⠶⠞⠛⠋⠉⠉⠛⠒⠮⣧⠀
16 | ⠀⠀⠀⠀⠀⠀⠀⣠⡶⠁⢀⣠⠞⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠆
17 | ⠀⠀⠀⠀⠀⢀⠜⡏⠀⣔⠝⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘
18 | ⠀⠀⠀⠀⡰⠃⢸⠠⡞⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
19 | ⠀⠀⠀⡴⠁⠀⢸⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
20 | ⠀⠀⢰⠃⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/DeadPool/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | },
12 | "display": {
13 | "separator": " ",
14 | "constants": [
15 | "─────────────────" // {$1}, used in Custom module
16 | ],
17 | "key": {
18 | "type": "icon",
19 | "paddingLeft": 2
20 | }
21 | },
22 | "modules": [
23 | {
24 | "type": "custom", // HardwareStart
25 | // {#1} is equivalent to `\u001b[1m`. {#} is equivalent to `\u001b[m`
26 | "format": "┌{$1} {#1}Hardware Information{#} {$1}┐"
27 | },
28 | "host",
29 | "cpu",
30 | "gpu",
31 | "disk",
32 | "memory",
33 | "swap",
34 |
35 | {
36 | "type": "custom", // SoftwareStart
37 | "format": "├{$1} {#1}Software Information{#} {$1}┤"
38 | },
39 | {
40 | "type": "title",
41 | "keyIcon": "",
42 | "key": "Title", // Title module has no key by default, so that icon is not displayed
43 | "format": "{user-name}@{host-name}"
44 | },
45 | "os",
46 | "kernel",
47 | "de",
48 | "wm",
49 | "shell",
50 | "terminal",
51 | "terminalfont",
52 | "packages",
53 | "uptime",
54 | {
55 | "type": "localip",
56 | "compact": true
57 | },
58 | {
59 | "type": "publicip",
60 | "timeout": 1000
61 | },
62 |
63 |
64 | {
65 | "type": "custom", // InformationEnd
66 | "format": "└{$1}──────────────────────{$1}┘"
67 | },
68 | ]
69 | }
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Death/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ███████████████████████████
6 | ███████▀▀▀░░░░░░░▀▀▀███████
7 | ████▀░░░░░░░░░░░░░░░░░▀████
8 | ███│░░░░░░░░░░░░░░░░░░░│███
9 | ██▌│░░░░░░░░░░░░░░░░░░░│▐██
10 | ██░└┐░░░░░░░░░░░░░░░░░┌┘░██
11 | ██░░└┐░░░░░░░░░░░░░░░┌┘░░██
12 | ██░░┌┘▄▄▄▄▄░░░░░▄▄▄▄▄└┐░░██
13 | ██▌░│██████▌░░░▐██████│░▐██
14 | ███░│▐███▀▀░░▄░░▀▀███▌│░███
15 | ██▀─┘░░░░░░░▐█▌░░░░░░░└─▀██
16 | ██▄░░░▄▄▄▓░░▀█▀░░▓▄▄▄░░░▄██
17 | ████▄─┘██▌░░░░░░░▐██└─▄████
18 | █████░░▐█─┬┬┬┬┬┬┬─█▌░░█████
19 | ████▌░░░▀┬┼┼┼┼┼┼┼┬▀░░░▐████
20 | █████▄░░░└┴┴┴┴┴┴┴┘░░░▄█████
21 | ███████▄░░░░░░░░░░░▄███████
22 | ██████████▄▄▄▄▄▄▄██████████
23 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Death/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "0"
13 | }
14 | },
15 | "modules": [
16 | "break",
17 | {
18 | "type": "custom",
19 | "format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐"
20 | },
21 | {
22 | "type": "host",
23 | "key": " PC",
24 | "keyColor": "green"
25 | },
26 | {
27 | "type": "cpu",
28 | "key": "│ ├",
29 | "showPeCoreCount": true,
30 | "keyColor": "green"
31 | },
32 | {
33 | "type": "gpu",
34 | "key": "│ ├",
35 | "keyColor": "green"
36 | },
37 | {
38 | "type": "memory",
39 | "key": "│ ├",
40 | "keyColor": "green"
41 | },
42 | {
43 | "type": "disk",
44 | "key": "└ └",
45 | "keyColor": "green"
46 | },
47 | {
48 | "type": "custom",
49 | "format": "\u001b[90m└────────────────────────────────────────────────────┘"
50 | },
51 | "break",
52 | {
53 | "type": "custom",
54 | "format": "\u001b[90m┌──────────────────────Software──────────────────────┐"
55 | },
56 | {
57 | "type": "os",
58 | "key": " OS",
59 | "keyColor": "yellow"
60 | },
61 | {
62 | "type": "kernel",
63 | "key": "│ ├",
64 | "keyColor": "yellow"
65 | },
66 | {
67 | "type": "packages",
68 | "key": "│ ├",
69 | "keyColor": "yellow"
70 | },
71 | {
72 | "type": "shell",
73 | "key": "└ └",
74 | "keyColor": "yellow"
75 | },
76 | "break",
77 | {
78 | "type": "de",
79 | "key": " DE",
80 | "keyColor": "blue"
81 | },
82 | {
83 | "type": "lm",
84 | "key": "│ ├",
85 | "keyColor": "blue"
86 | },
87 | {
88 | "type": "wm",
89 | "key": "│ ├",
90 | "keyColor": "blue"
91 | },
92 | {
93 | "type": "wmtheme",
94 | "key": "│ ├",
95 | "keyColor": "blue"
96 | },
97 | {
98 | "type": "gpu",
99 | "key": "└ └",
100 | "format": "{3}",
101 | "keyColor": "blue"
102 | },
103 | {
104 | "type": "custom",
105 | "format": "\u001b[90m└────────────────────────────────────────────────────┘"
106 | },
107 | "break",
108 | {
109 | "type": "custom",
110 | "format": "\u001b[90m┌────────────────────Uptime / Age────────────────────┐"
111 | },
112 | {
113 | "type": "command",
114 | "key": " OS Age ",
115 | "keyColor": "magenta",
116 | "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
117 | },
118 | {
119 | "type": "uptime",
120 | "key": " Uptime ",
121 | "keyColor": "magenta"
122 | },
123 | {
124 | "type": "custom",
125 | "format": "\u001b[90m└────────────────────────────────────────────────────┘"
126 | },
127 | "break",
128 | ]
129 | }
130 |
131 |
132 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Fedora/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ::::::::::::
2 | :::::::::::::::::::::
3 | ::::::::::::::::::::::::::
4 | :::::::::::::::::::::::::::::
5 | :::::::::::::::: ::::::::
6 | ::::::::::::::: :::: ::::::::
7 | :::::::::::::::: :::::: ::::::::
8 | :::::::::::::::: ::::::: ::::::::::
9 | ::::::::::::::::: ::::::::::::::::::
10 | :::::::::: :: ::::::::::::::
11 | :::::::: :::::: ::::::::::::::::::
12 | ::::::: ::::::: :::::::::::::::::
13 | ::::::: ::::::: ::::::::::::::::
14 | :::::::: ::::: ::::::::::::::::
15 | ::::::::: ::::::::::::::::
16 | :::::::::::::::::::::::::::::::
17 | :::::::::::::::::::::::::::::
18 | :::::::::::::::::::::::
19 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Fedora/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 |
8 |
9 | {
10 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
11 | "logo": {
12 | "source": "$HOME/.config/fastfetch/ascii.txt",
13 | "padding": {
14 | "top": 1,
15 | "left": 2
16 | },
17 | },
18 | "display": {
19 | "separator": " "
20 | },
21 | "modules": [
22 | "break",
23 | "break",
24 | "break",
25 | {
26 | "type": "custom",
27 | "format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m"
28 | },
29 | "break",
30 | {
31 | "type": "title",
32 | "keyWidth": 10
33 | },
34 | "break",
35 | {
36 | "type": "os",
37 | "key": " ",
38 | "keyColor": "34", // = color4
39 | },
40 | {
41 | "type": "kernel",
42 | "key": " ",
43 | "keyColor": "34",
44 | },
45 | {
46 | "type": "packages",
47 | "key": " ",
48 | "keyColor": "34",
49 | },
50 | {
51 | "type": "shell",
52 | "key": " ",
53 | "keyColor": "34",
54 | },
55 | {
56 | "type": "terminal",
57 | "key": " ",
58 | "keyColor": "34",
59 | },
60 | {
61 | "type": "wm",
62 | "key": " ",
63 | "keyColor": "34",
64 | },
65 | {
66 | "type": "cursor",
67 | "key": " ",
68 | "keyColor": "34",
69 | },
70 | {
71 | "type": "terminalfont",
72 | "key": " ",
73 | "keyColor": "34",
74 | },
75 | {
76 | "type": "uptime",
77 | "key": " ",
78 | "keyColor": "34",
79 | },
80 | {
81 | "type": "datetime",
82 | "format": "{1}-{3}-{11}",
83 | "key": " ",
84 | "keyColor": "34",
85 | },
86 | {
87 | "type": "media",
88 | "key": " ",
89 | "keyColor": "34",
90 | },
91 | {
92 | "type": "player",
93 | "key": " ",
94 | "keyColor": "34",
95 | },
96 | "break",
97 | {
98 | "type": "custom",
99 | "format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m"
100 | },
101 | "break",
102 | "break",
103 | ]
104 | }
105 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Groups/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 |
8 |
9 | {
10 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
11 | "logo": null,
12 | "display": {
13 | "separator": " ➜ "
14 | },
15 | "modules": [
16 | "break",
17 | "break",
18 | {
19 | "type": "os",
20 | "key": "OS ",
21 | "keyColor": "31",
22 | },
23 | {
24 | "type": "kernel",
25 | "key": " ├ ",
26 | "keyColor": "31",
27 | },
28 | {
29 | "type": "packages",
30 | "key": " ├ ",
31 | "keyColor": "31",
32 | },
33 | {
34 | "type": "shell",
35 | "key": " ├ ",
36 | "keyColor": "31",
37 | },
38 | "break",
39 | {
40 | "type": "wm",
41 | "key": "WM ",
42 | "keyColor": "32",
43 | },
44 | {
45 | "type": "wmtheme",
46 | "key": " ├ ",
47 | "keyColor": "32",
48 | },
49 | {
50 | "type": "icons",
51 | "key": " ├ ",
52 | "keyColor": "32",
53 | },
54 | {
55 | "type": "cursor",
56 | "key": " ├ ",
57 | "keyColor": "32",
58 | },
59 | {
60 | "type": "terminal",
61 | "key": " ├ ",
62 | "keyColor": "32",
63 | },
64 | {
65 | "type": "terminalfont",
66 | "key": " ├ ",
67 | "keyColor": "32",
68 | },
69 | "break",
70 | {
71 | "type": "host",
72 | "format": "{5} {1} Type {2}",
73 | "key": "PC ",
74 | "keyColor": "33",
75 | },
76 | {
77 | "type": "cpu",
78 | "format": "{1} ({3}) @ {7} GHz",
79 | "key": " ├ ",
80 | "keyColor": "33",
81 | },
82 | {
83 | "type": "gpu",
84 | "format": "{1} {2} @ {12} GHz",
85 | "key": " ├ ",
86 | "keyColor": "33",
87 | },
88 | {
89 | "type": "memory",
90 | "key": " ├ ",
91 | "keyColor": "33",
92 | },
93 | {
94 | "type": "swap",
95 | "key": " ├ ",
96 | "keyColor": "33",
97 | },
98 | {
99 | "type": "disk",
100 | "key": " ├ ",
101 | "keyColor": "33",
102 | },
103 | {
104 | "type": "monitor",
105 | "key": " ├ ",
106 | "keyColor": "33",
107 | },
108 | "break",
109 | "break",
110 | ]
111 | }
112 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Home/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": null,
10 | "display": {
11 | "separator": " "
12 | },
13 | "modules": [
14 | {
15 | "key": "╭───────────╮",
16 | "type": "custom"
17 | },
18 | {
19 | "key": "│ {#31} user {#keys}│",
20 | "type": "title",
21 | "format": "{user-name}"
22 | },
23 | {
24 | "key": "│ {#32} hname {#keys}│",
25 | "type": "title",
26 | "format": "{host-name}"
27 | },
28 | {
29 | "key": "│ {#33} uptime {#keys}│",
30 | "type": "uptime"
31 | },
32 | {
33 | "key": "│ {#34}{icon} distro {#keys}│",
34 | "type": "os"
35 | },
36 | {
37 | "key": "│ {#35} kernel {#keys}│",
38 | "type": "kernel"
39 | },
40 | {
41 | "key": "│ {#36} desktop {#keys}│",
42 | "type": "de"
43 | },
44 | {
45 | "key": "│ {#31} term {#keys}│",
46 | "type": "terminal"
47 | },
48 | {
49 | "key": "│ {#32} shell {#keys}│",
50 | "type": "shell"
51 | },
52 | {
53 | "key": "│ {#33} cpu {#keys}│",
54 | "type": "cpu",
55 | "showPeCoreCount": true
56 | },
57 | {
58 | "key": "│ {#34} disk {#keys}│",
59 | "type": "disk",
60 | "folders": "/"
61 | },
62 | {
63 | "key": "│ {#35} memory {#keys}│",
64 | "type": "memory"
65 | },
66 | {
67 | "key": "│ {#36} network {#keys}│",
68 | "type": "localip",
69 | "format": "{ipv4} ({ifname})"
70 | },
71 | {
72 | "key": "├───────────┤",
73 | "type": "custom"
74 | },
75 | {
76 | "key": "│ {#39} colors {#keys}│",
77 | "type": "colors",
78 | "symbol": "circle"
79 | },
80 | {
81 | "key": "╰───────────╯",
82 | "type": "custom"
83 | }
84 | ]
85 | }
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Hyprland/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 |
2 | * *
3 | ** **
4 | #*** #***
5 | **** ****
6 | %**** ****#
7 | ##**# #****
8 | #### ****%
9 | %#### #***#
10 | ####% %****
11 | %###% ****
12 | ###% ***#
13 | #### #***
14 | ### ***
15 | ### ***%
16 | ### ***%
17 | #### %***
18 | ### ***#
19 | %###% ***#
20 | @#### #***%
21 | #####% %#####
22 | %#####HYPRLAND######
23 | %###LOVE####
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Hyprland/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 |
8 |
9 | {
10 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
11 | "logo": {
12 | "source": "$HOME/.config/fastfetch/ascii.txt",
13 | "padding": {
14 | "top": 1,
15 | "right": 2
16 | },
17 | },
18 | "display": {
19 | "separator": " ➜ "
20 | },
21 | "modules": [
22 | "break",
23 | "break",
24 | {
25 | "type": "os",
26 | "key": "OS ",
27 | "keyColor": "31",
28 | },
29 | {
30 | "type": "kernel",
31 | "key": " ├ ",
32 | "keyColor": "31",
33 | },
34 | {
35 | "type": "packages",
36 | "key": " ├ ",
37 | "keyColor": "31",
38 | },
39 | {
40 | "type": "shell",
41 | "key": " ├ ",
42 | "keyColor": "31",
43 | },
44 | "break",
45 | {
46 | "type": "wm",
47 | "key": "WM ",
48 | "keyColor": "32",
49 | },
50 | {
51 | "type": "wmtheme",
52 | "key": " ├ ",
53 | "keyColor": "32",
54 | },
55 | {
56 | "type": "icons",
57 | "key": " ├ ",
58 | "keyColor": "32",
59 | },
60 | {
61 | "type": "cursor",
62 | "key": " ├ ",
63 | "keyColor": "32",
64 | },
65 | {
66 | "type": "terminal",
67 | "key": " ├ ",
68 | "keyColor": "32",
69 | },
70 | {
71 | "type": "terminalfont",
72 | "key": " ├ ",
73 | "keyColor": "32",
74 | },
75 | "break",
76 | {
77 | "type": "host",
78 | "format": "{5} {1} Type {2}",
79 | "key": "PC ",
80 | "keyColor": "33",
81 | },
82 | {
83 | "type": "cpu",
84 | "format": "{1} ({3}) @ {7} GHz",
85 | "key": " ├ ",
86 | "keyColor": "33",
87 | },
88 | {
89 | "type": "gpu",
90 | "format": "{1} {2} @ {12} GHz",
91 | "key": " ├ ",
92 | "keyColor": "33",
93 | },
94 | {
95 | "type": "memory",
96 | "key": " ├ ",
97 | "keyColor": "33",
98 | },
99 | {
100 | "type": "swap",
101 | "key": " ├ ",
102 | "keyColor": "33",
103 | },
104 | {
105 | "type": "disk",
106 | "key": " ├ ",
107 | "keyColor": "33",
108 | },
109 | {
110 | "type": "monitor",
111 | "key": " ├ ",
112 | "keyColor": "33",
113 | },
114 | "break",
115 | "break",
116 | ]
117 | }
118 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Jurassic/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣤⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⠀⢀⣤⠶⠛⠉⠉⠁⠀⠉⠉⠛⠳⣦⣀⠀⠀⠀⠀
3 | ⠀⠀⣴⠟⠁⠀⠀⠀⠀⢀⣤⣶⣤⡀⠀⠀⠙⢷⡀⠀⠀
4 | ⠀⣾⠃⠀⠀⠀⠀⣐⣾⣿⣿⣿⢆⣯⠳⣦⣤⣈⢻⡄⠀
5 | ⣸⠇⠀⠀⠀⠀⢀⣾⣿⣿⣿⣿⡟⠛⠶⣷⣿⣿⡇⣿⠀
6 | ⣿⠀⠀⠀⠀⢀⣸⣿⣿⡿⢿⣿⣿⣄⠈⡉⠉⠉⠀⢸⡆
7 | ⢿⣀⣠⣴⣷⣿⣿⡟⠉⢠⠆⠉⠉⠻⠿⠿⠀⠀⠀⣼⠃
8 | ⠸⣿⣿⣿⣿⡿⣿⣷⣶⡺⠞⠃⠀⠀⠀⠀⠀⠀⢠⡟⠀
9 | ⠀⠹⣿⣿⢟⠗⠀⠈⠉⠁⠀⠀⠀⢀⠀⣀⠀⣠⡟⠁⠀
10 | ⠀⠀⠈⠳⣤⡀⣀⣰⣶⣶⣴⣷⣶⣿⣷⣿⡿⠋⠀⠀⠀
11 | ⠀⠀⠀⠀⠈⠙⠻⢿⣿⣿⣿⣿⡿⠿⠛⠉⠀⠀⠀⠀⠀
12 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Jurassic/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "1"
13 | }
14 | },
15 | "modules": [
16 | {
17 | "type": "os",
18 | "key": " ",
19 | "keyColor": "1",
20 | },
21 | {
22 | "type": "kernel",
23 | "key": " ",
24 | "keyColor": "1",
25 | },
26 | {
27 | "type": "packages",
28 | "key": " ",
29 | "keyColor": "1",
30 | },
31 | {
32 | "type": "shell",
33 | "key": " ",
34 | "keyColor": "1",
35 | },
36 | {
37 | "type": "terminal",
38 | "key": " ",
39 | "keyColor": "1",
40 | },
41 | {
42 | "type": "de",
43 | "key": " ",
44 | "keyColor": "1"
45 | },
46 | {
47 | "type": "gpu",
48 | "key": " ",
49 | "format": "{3}",
50 | "keyColor": "1"
51 | },
52 | {
53 | "type": "wm",
54 | "key": " ",
55 | "keyColor": "1",
56 | },
57 | {
58 | "type": "wmtheme",
59 | "key": " ",
60 | "keyColor": "1"
61 | },
62 | {
63 | "type": "uptime",
64 | "key": " ",
65 | "keyColor": "1",
66 | },
67 | {
68 | "type": "terminalfont",
69 | "key": " ",
70 | "keyColor": "1",
71 | },
72 | ]
73 | }
74 |
75 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/MetoCat/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⢠⣾⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⣰⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
3 | ⠀⢰⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
4 | ⢀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
5 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
6 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⣄⣀⣀⣤⣤⣶⣾⣿⣿⣿⡷
7 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠁
8 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠁⠀
9 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀
10 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀
11 | ⣿⣿⣿⡇⠀⡾⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⠀⠀⠀⠀
12 | ⣿⣿⣿⣧⡀⠁⣀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀
13 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠉⢹⠉⠙⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀
14 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣀⠀⣀⣼⣿⣿⣿⣿⡟⠀⠀⠀⠀⠀⠀⠀
15 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠋⠀⠀⠀⠀⠀⠀⠀⠀
16 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
17 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠀⠤⢀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
18 | ⣿⣿⣿⣿⠿⣿⣿⣿⣿⣿⣿⣿⠿⠋⢃⠈⠢⡁⠒⠄⡀⠈⠁⠀⠀⠀⠀⠀⠀⠀
19 | ⣿⣿⠟⠁⠀⠀⠈⠉⠉⠁⠀⠀⠀⠀⠈⠆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
20 | ⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
21 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/MetoCat/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "0"
13 | }
14 | },
15 | "modules": [
16 | "break",
17 | {
18 | "type": "custom",
19 | "format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐"
20 | },
21 | {
22 | "type": "host",
23 | "key": " PC",
24 | "keyColor": "green"
25 | },
26 | {
27 | "type": "cpu",
28 | "key": "│ ├",
29 | "showPeCoreCount": true,
30 | "keyColor": "green"
31 | },
32 | {
33 | "type": "gpu",
34 | "key": "│ ├",
35 | "keyColor": "green"
36 | },
37 | {
38 | "type": "memory",
39 | "key": "│ ├",
40 | "keyColor": "green"
41 | },
42 | {
43 | "type": "disk",
44 | "key": "└ └",
45 | "keyColor": "green"
46 | },
47 | {
48 | "type": "custom",
49 | "format": "\u001b[90m└────────────────────────────────────────────────────┘"
50 | },
51 | "break",
52 | {
53 | "type": "custom",
54 | "format": "\u001b[90m┌──────────────────────Software──────────────────────┐"
55 | },
56 | {
57 | "type": "os",
58 | "key": " OS",
59 | "keyColor": "yellow"
60 | },
61 | {
62 | "type": "kernel",
63 | "key": "│ ├",
64 | "keyColor": "yellow"
65 | },
66 | {
67 | "type": "packages",
68 | "key": "│ ├",
69 | "keyColor": "yellow"
70 | },
71 | {
72 | "type": "shell",
73 | "key": "└ └",
74 | "keyColor": "yellow"
75 | },
76 | "break",
77 | {
78 | "type": "de",
79 | "key": " DE",
80 | "keyColor": "blue"
81 | },
82 | {
83 | "type": "lm",
84 | "key": "│ ├",
85 | "keyColor": "blue"
86 | },
87 | {
88 | "type": "wm",
89 | "key": "│ ├",
90 | "keyColor": "blue"
91 | },
92 | {
93 | "type": "wmtheme",
94 | "key": "│ ├",
95 | "keyColor": "blue"
96 | },
97 | {
98 | "type": "gpu",
99 | "key": "└ └",
100 | "format": "{3}",
101 | "keyColor": "blue"
102 | },
103 | {
104 | "type": "custom",
105 | "format": "\u001b[90m└────────────────────────────────────────────────────┘"
106 | },
107 | "break",
108 | {
109 | "type": "custom",
110 | "format": "\u001b[90m┌────────────────────Uptime / Age────────────────────┐"
111 | },
112 | {
113 | "type": "command",
114 | "key": " OS Age ",
115 | "keyColor": "magenta",
116 | "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
117 | },
118 | {
119 | "type": "uptime",
120 | "key": " Uptime ",
121 | "keyColor": "magenta"
122 | },
123 | {
124 | "type": "custom",
125 | "format": "\u001b[90m└────────────────────────────────────────────────────┘"
126 | },
127 | "break",
128 | ]
129 | }
130 |
131 |
132 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Origami/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣦⡀⠀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣤⣿⣿⣿⣿⣦⡀⠀⠀⠀⠀⠀
3 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿⣦⣄⠀⠀⠀
4 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠾⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠃⠀⠀
5 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⣶⣶⣶⣶⣶⣶⣦⡀⠀⠀⠀⠀⠀⠀⠀
6 | ⠀⠀⠀⠀⠀⠀⢠⣤⣄⡀⠀⠀⠀⠀⠀⠘⣿⣿⣿⣿⣿⣿⣷⡄⠀⠀⠀⠀⠀⠀
7 | ⠀⠀⠀⠀⠀⠀⠈⢿⣿⣿⣷⣦⣄⣀⠀⠀⠸⣿⣿⣿⣿⣿⣿⣿⣄⠀⠀⠀⠀⠀
8 | ⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣿⣿⣿⣿⣿⣶⡀⠹⣿⣿⣿⣿⣿⣿⣿⣦⠀⠀⠀⠀
9 | ⢲⣶⣶⣶⣤⣤⣄⣀⣈⠉⠙⠛⠛⠿⠿⢿⣷⡀⢻⣿⣿⣿⣿⣿⣿⣿⣧⡀⠀⠀
10 | ⠀⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣦⣤⣤⣤⠀⢿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀
11 | ⠀⠀⠀⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣆
12 | ⠀⠀⠀⠀⠀⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣆⠈⣿⣿⣿⣿⣿⣿⣿⣿⠏
13 | ⠀⠀⠀⠀⠀⠀⠀⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡆⠘⣿⣿⣿⣿⣿⡟⠁⠀
14 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⠸⣿⣿⡿⠋⠀⠀⠀
15 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠀⠹⠟⠁⠀⠀⠀⠀
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Origami/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "0"
13 | }
14 | },
15 | "display": {
16 | "separator": " "
17 | },
18 | "modules": [
19 | {
20 | "type": "os",
21 | "key": " ",
22 | "keyColor": "0",
23 | },
24 | {
25 | "type": "kernel",
26 | "key": " ",
27 | "keyColor": "0",
28 | },
29 | {
30 | "type": "packages",
31 | "key": " ",
32 | "keyColor": "0",
33 | },
34 | {
35 | "type": "shell",
36 | "key": " ",
37 | "keyColor": "0",
38 | },
39 | {
40 | "type": "terminal",
41 | "key": " ",
42 | "keyColor": "0",
43 | },
44 | {
45 | "type": "de",
46 | "key": " ",
47 | "keyColor": "0"
48 | },
49 | {
50 | "type": "cpu",
51 | "format": "{1} ({3}) @ {7} GHz",
52 | "key": " ",
53 | "keyColor": "0",
54 | },
55 | {
56 | "type": "gpu",
57 | "key": " ",
58 | "format": "{3}",
59 | "keyColor": "0"
60 | },
61 | {
62 | "type": "wm",
63 | "key": " ",
64 | "keyColor": "0",
65 | },
66 | {
67 | "type": "wmtheme",
68 | "key": " ",
69 | "keyColor": "0"
70 | },
71 | {
72 | "type": "terminalfont",
73 | "key": " ",
74 | "keyColor": "0",
75 | },
76 | {
77 | "type": "uptime",
78 | "key": " ",
79 | "keyColor": "0",
80 | },
81 | {
82 | "type": "datetime",
83 | "format": "{1}-{3}-{11}",
84 | "key": " ",
85 | "keyColor": "0",
86 | },
87 | {
88 | "type": "memory",
89 | "key": " ",
90 | "keyColor": "0"
91 | },
92 | {
93 | "type": "monitor",
94 | "key": " ",
95 | "keyColor": "0",
96 | },
97 | {
98 | "type": "disk",
99 | "key": " ",
100 | "keyColor": "0",
101 | },
102 |
103 | ]
104 | }
105 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Pentagram/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⠀⢰⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⠂⠀⠀⠀⠀
2 | ⠀⠀⠀⠀⠀⠀⢿⣿⣶⣄⠀⠀⠀⡀⠀⠀⢀⣠⣾⣿⡏⠀⠀⠀⠀⠀
3 | ⠀⠀⠀⠀⠀⠀⠘⣿⣬⣽⣾⣿⡟⠛⣻⣵⣿⣛⣹⡿⠀⠀⠀⠀⠀⠀
4 | ⠀⠀⠀⠀⠀⠀⢀⣻⣷⠋⠀⣙⣿⣿⣟⡉⠈⢻⣷⣅⠀⠀⠀⠀⠀⠀
5 | ⠀⠀⠀⠀⠀⠀⣾⡏⣿⣦⣾⠟⠋⠈⠻⢿⡦⣾⡞⣿⡆⠀⠀⠀⠀⠀
6 | ⠀⠀⠀⠀⠀⢸⣿⣼⣿⣯⡁⠀⠀⠀⠀⠀⣹⡿⣴⣼⣿⠀⠀⠀⠀⠀
7 | ⠀⠀⠀⣠⣴⣿⣿⡁⠀⢿⣇⠀⠀⠀⠀⢠⣿⠃⠈⣻⢿⣦⣄⠀⠀⠀
8 | ⢀⣴⣾⣿⣿⣶⣿⣷⣶⣞⣿⣴⣶⣦⣴⣮⣽⣤⣰⣿⣣⣽⣿⣷⣤⡀
9 | ⠀⠀⠀⠀⠀⠀⠀⠻⣷⣤⣻⢷⠀⠀⣸⡿⣡⣾⡿⠁⠉⠉⠉⠉⠉⠉
10 | ⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⠻⡿⢿⢿⣿⠻⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀
11 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣷⣾⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
12 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
13 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
14 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Pentagram/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "$HOME/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "1"
13 | }
14 | },
15 | "modules": [
16 | /*
17 | {
18 | "type": "colors",
19 | "symbol": "star"
20 | },
21 | */
22 | {
23 | "type": "title",
24 | "format": " : {6}{7}{8}"
25 | },
26 |
27 | {
28 | "type": "os",
29 | "key": " OS",
30 | "format": "{3}"
31 | },
32 | {
33 | "type": "kernel",
34 | "key": "├ Kernel",
35 | "format": "{2}"
36 | },
37 | {
38 | "type": "packages",
39 | "key": "├ Packages"
40 | },
41 | {
42 | "type": "terminal",
43 | "key": "├ Terminal",
44 | "format": "{5}"
45 | },
46 | {
47 | "type": "wm",
48 | "key": "╰ WM",
49 | "format": "{2}"
50 | },
51 |
52 | "break",
53 |
54 | {
55 | "type": "display",
56 | "key": " DPLAY",
57 | "format": "{3}"
58 | },
59 | {
60 | "type": "cpu",
61 | "key": "├ CPU",
62 | "format": "{1}"
63 | },
64 | {
65 | "type": "gpu",
66 | "key": "├ GPU",
67 | "format": "{1} {2} [{6}]"
68 | },
69 | {
70 | "type": "disk",
71 | "key": "├ DSK",
72 | "format": "({3}) {1} / {2}"
73 | },
74 | {
75 | "type": "memory",
76 | "key": "╰ RAM",
77 | "format": "({3}) {1} / {2}"
78 | }
79 | // , "break", "colors"
80 | /*
81 | ,"break",
82 | {
83 | "type": "colors",
84 | "symbol": "star"
85 | }
86 | */
87 | ]
88 | }
89 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Rose/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | _,--._.-,
2 | /\_/-,\_ )
3 | .-.) _;=='_/ (.;
4 | \ \' \/= )
5 | -\.'-. __.'|-'
6 | <_`-'\'__.'/
7 | `'-._( \
8 | ___ \\\, ___
9 | \ .'-. \\\ .-'_. /
10 | '._' '.\\\/.-'_.'
11 | '--``\\('--'
12 | \\\
13 | `\\\
14 | \\|
15 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Rose/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // Rose by Bina github.com/LierB
2 |
3 |
4 | {
5 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
6 | "logo": {
7 | "source": "$HOME/.config/fastfetch/ascii.txt",
8 | "padding": {
9 | "top": 2,
10 | "right": 6
11 | }
12 | },
13 | "display": {
14 | "separator": " "
15 | },
16 | "modules": [
17 | "break",
18 | "break",
19 | {
20 | "type": "title",
21 | "keyWidth": 10
22 | },
23 | "break",
24 | {
25 | "type": "os",
26 | "key": " ",
27 | "keyColor": "33",
28 | },
29 | {
30 | "type": "kernel",
31 | "key": " ",
32 | "keyColor": "33",
33 | },
34 | {
35 | "type": "packages",
36 | "key": " ",
37 | "keyColor": "33",
38 | },
39 | {
40 | "type": "shell",
41 | "key": " ",
42 | "keyColor": "33",
43 | },
44 | {
45 | "type": "terminal",
46 | "key": " ",
47 | "keyColor": "33",
48 | },
49 | {
50 | "type": "wm",
51 | "key": " ",
52 | "keyColor": "33",
53 | },
54 | {
55 | "type": "uptime",
56 | "key": " ",
57 | "keyColor": "33",
58 | },
59 | {
60 | "type": "media",
61 | "key": " ",
62 | "keyColor": "33",
63 | },
64 | "break",
65 | "colors",
66 | "break",
67 | ]
68 | }
69 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Saturn/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠳⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
3 | ⠀⠀⠀⠀⠀⠀⣀⡴⢧⣀⠀⠀⣀⣠⠤⠤⠤⠤⣄⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
4 | ⠀⠀⠀⠀⠀⠀⠀⠘⠏⢀⡴⠊⠁⠀⠀⠀⠀⠀⠀⠈⠙⠦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
5 | ⠀⠀⠀⠀⠀⠀⠀⠀⣰⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⢶⣶⣒⣶⠦⣤⣀⠀⠀
6 | ⠀⠀⠀⠀⠀⠀⢀⣰⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣟⠲⡌⠙⢦⠈⢧⠀
7 | ⠀⠀⠀⣠⢴⡾⢟⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⡴⢃⡠⠋⣠⠋⠀
8 | ⠐⠀⠞⣱⠋⢰⠁⢿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣠⠤⢖⣋⡥⢖⣫⠔⠋⠀⠀⠀
9 | ⠈⠠⡀⠹⢤⣈⣙⠚⠶⠤⠤⠤⠴⠶⣒⣒⣚⣩⠭⢵⣒⣻⠭⢖⠏⠁⢀⣀⠀⠀⠀⠀
10 | ⠠⠀⠈⠓⠒⠦⠭⠭⠭⣭⠭⠭⠭⠭⠿⠓⠒⠛⠉⠉⠀⠀⣠⠏⠀⠀⠘⠞⠀⠀⠀⠀
11 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠓⢤⣀⠀⠀⠀⠀⠀⠀⣀⡤⠞⠁⠀⣰⣆⠀⠀⠀⠀⠀⠀
12 | ⠀⠀⠀⠀⠀⠘⠿⠀⠀⠀⠀⠀⠈⠉⠙⠒⠒⠛⠉⠁⠀⠀⠀⠉⢳⡞⠉⠀⠀⠀⠀⠀
13 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
14 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Saturn/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "1"
13 | }
14 | },
15 | "display": {
16 | "separator": " "
17 | },
18 | "modules": [
19 | {
20 | "type": "os",
21 | "key": " ",
22 | "keyColor": "1",
23 | },
24 | {
25 | "type": "kernel",
26 | "key": " ",
27 | "keyColor": "1",
28 | },
29 | {
30 | "type": "packages",
31 | "key": " ",
32 | "keyColor": "1",
33 | },
34 | {
35 | "type": "shell",
36 | "key": " ",
37 | "keyColor": "1",
38 | },
39 | {
40 | "type": "terminal",
41 | "key": " ",
42 | "keyColor": "1",
43 | },
44 | {
45 | "type": "wm",
46 | "key": " ",
47 | "keyColor": "1",
48 | },
49 | {
50 | "type": "cursor",
51 | "key": " ",
52 | "keyColor": "1",
53 | },
54 | {
55 | "type": "terminalfont",
56 | "key": " ",
57 | "keyColor": "1",
58 | },
59 | {
60 | "type": "uptime",
61 | "key": " ",
62 | "keyColor": "1",
63 | },
64 | {
65 | "type": "datetime",
66 | "format": "{1}-{3}-{11}",
67 | "key": " ",
68 | "keyColor": "1",
69 | },
70 | {
71 | "type": "memory",
72 | "key": " ",
73 | "keyColor": "1"
74 | },
75 | {
76 | "type": "monitor",
77 | "key": " ",
78 | "keyColor": "1",
79 | },
80 | ]
81 | }
82 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Scorpion/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⣴⣶⣶⣶⡦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⣧⣝⠛⠛⠋⢾⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
3 | ⠀⠀⠀⠀⠀⠀⠀⠀⣠⡙⠿⡟⠋⢀⣀⣀⣌⣽⣯⡷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
4 | ⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⠁⠐⠉⠈⢻⣷⡻⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
5 | ⠀⠀⠀⠀⠀⠀⠀⠀⣩⣶⣧⡀⠀⠀⢀⣸⣿⠿⢛⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
6 | ⠀⠀⠀⠀⠀⠀⠀⠀⣿⣯⣷⣶⣦⣠⡾⢡⣾⢿⡿⣿⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀
7 | ⠀⠀⠀⢀⣠⡿⠻⣆⣘⢸⣿⣻⣾⣿⡷⣛⠵⢟⣱⡾⣻⣷⣿⢶⣤⣴⣤⠀⠀⠀
8 | ⠀⠀⣸⠟⣡⣤⣤⣬⣿⣣⣅⣿⡿⣷⣿⣿⣿⣞⠋⣐⣻⠏⣜⠛⢿⣿⣽⣷⣄⠀
9 | ⠀⢀⡇⢐⣿⢁⡴⠽⣷⣾⡿⠻⣷⣹⡛⠿⠿⣭⣜⡛⠃⠀⠹⠤⠀⠘⣿⣿⣿⣷
10 | ⠐⠉⠀⠈⣿⢸⣇⢰⡾⠿⠿⠛⠛⠋⡥⢾⠃⣍⠉⠿⠀⠀⠀⠀⣰⣿⠿⠟⢛⡋
11 | ⠀⠀⠀⠀⣺⢘⡏⢸⠟⠀⢐⣭⢻⠿⣿⠏⠁⠈⠀⠀⠀⠀⠀⠀⠿⠋⠀⢀⣾⠇
12 | ⠀⠀⠀⠈⠁⠀⣹⠹⣆⢠⣿⣿⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠟⠁⠀
13 | ⠀⠀⠀⠀⠀⠘⠁⠀⡾⠸⣿⣟⣿⣷⣶⣶⣤⣀⣀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀
14 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⢸⣿⣿⣿⣿⡿⠟⠿⠛⠟⠉⠃⠀⠀⠀⠀⠀⠀⠀
15 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⠛⠛⠉⠺⠷⢦⠶⠷⠊⠀⠀⠀⠀⠀⠀⠀⠀
16 |
17 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Scorpion/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "$HOME/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "1"
13 | }
14 | },
15 | "modules": [
16 | /*
17 | {
18 | "type": "colors",
19 | "symbol": "star"
20 | },
21 | */
22 | {
23 | "type": "title",
24 | "format": " : {6}{7}{8}"
25 | },
26 |
27 | {
28 | "type": "os",
29 | "key": " OS",
30 | "format": "{3}"
31 | },
32 | {
33 | "type": "kernel",
34 | "key": "├ Kernel",
35 | "format": "{2}"
36 | },
37 | {
38 | "type": "packages",
39 | "key": "├ Packages"
40 | },
41 | {
42 | "type": "terminal",
43 | "key": "├ Terminal",
44 | "format": "{5}"
45 | },
46 | {
47 | "type": "wm",
48 | "key": "╰ WM",
49 | "format": "{2}"
50 | },
51 |
52 | "break",
53 |
54 | {
55 | "type": "display",
56 | "key": " DPLAY",
57 | "format": "{3}"
58 | },
59 | {
60 | "type": "cpu",
61 | "key": "├ CPU",
62 | "format": "{1}"
63 | },
64 | {
65 | "type": "gpu",
66 | "key": "├ GPU",
67 | "format": "{1} {2} [{6}]"
68 | },
69 | {
70 | "type": "disk",
71 | "key": "├ DSK",
72 | "format": "({3}) {1} / {2}"
73 | },
74 | {
75 | "type": "memory",
76 | "key": "╰ RAM",
77 | "format": "({3}) {1} / {2}"
78 | }
79 | // , "break", "colors"
80 | /*
81 | ,"break",
82 | {
83 | "type": "colors",
84 | "symbol": "star"
85 | }
86 | */
87 | ]
88 | }
89 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Simpsons/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ___ _____
2 | .'/,-Y" "~-.
3 | l.Y ^.
4 | /\ _\_
5 | i ___/" "\
6 | | /" "\ o !
7 | l ] o !__./
8 | \ _ _ \.___./ "~\
9 | X \/ \ ___./
10 | ( \ ___. _..--~~" ~`-.
11 | ` Z,-- / \
12 | \__. ( / ______)
13 | \ l /-----~~" /
14 | Y \ /
15 | | "x______.^
16 | | \
17 | j Y
18 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Simpsons/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "0"
13 | }
14 | },
15 | "display": {
16 | "separator": " "
17 | },
18 | "modules": [
19 | {
20 | "type": "os",
21 | "key": " ",
22 | "keyColor": "0",
23 | },
24 | {
25 | "type": "kernel",
26 | "key": " ",
27 | "keyColor": "0",
28 | },
29 | {
30 | "type": "packages",
31 | "key": " ",
32 | "keyColor": "0",
33 | },
34 | {
35 | "type": "shell",
36 | "key": " ",
37 | "keyColor": "0",
38 | },
39 | {
40 | "type": "terminal",
41 | "key": " ",
42 | "keyColor": "0",
43 | },
44 | {
45 | "type": "de",
46 | "key": " ",
47 | "keyColor": "0"
48 | },
49 | {
50 | "type": "cpu",
51 | "format": "{1} ({3}) @ {7} GHz",
52 | "key": " ",
53 | "keyColor": "0",
54 | },
55 | {
56 | "type": "gpu",
57 | "key": " ",
58 | "format": "{3}",
59 | "keyColor": "0"
60 | },
61 | {
62 | "type": "wm",
63 | "key": " ",
64 | "keyColor": "0",
65 | },
66 | {
67 | "type": "wmtheme",
68 | "key": " ",
69 | "keyColor": "0"
70 | },
71 | {
72 | "type": "cursor",
73 | "key": " ",
74 | "keyColor": "0",
75 | },
76 | {
77 | "type": "terminalfont",
78 | "key": " ",
79 | "keyColor": "0",
80 | },
81 | {
82 | "type": "uptime",
83 | "key": " ",
84 | "keyColor": "0",
85 | },
86 | {
87 | "type": "datetime",
88 | "format": "{1}-{3}-{11}",
89 | "key": " ",
90 | "keyColor": "0",
91 | },
92 | {
93 | "type": "memory",
94 | "key": " ",
95 | "keyColor": "0"
96 | },
97 | {
98 | "type": "monitor",
99 | "key": " ",
100 | "keyColor": "0",
101 | },
102 | {
103 | "type": "swap",
104 | "key": " ",
105 | "keyColor": "0",
106 | },
107 | {
108 | "type": "disk",
109 | "key": " ",
110 | "keyColor": "0",
111 | },
112 |
113 | ]
114 | }
115 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Spider-Man/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⢀⢠⡴⡶⠒⠲⠦⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
2 | ⠀⠀⢀⣴⠗⠁⢀⢥⠀⠀⠤⢼⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
3 | ⠀⠀⡼⣏⡠⠊⠀⠀⢆⠀⠀⠐⡟⢿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
4 | ⠀⠀⡇⣼⠳⣄⢀⠔⠙⡈⠉⢩⣳⣾⢿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
5 | ⠀⠀⢰⣧⣄⡸⠣⡀⠀⣥⠤⣼⣿⠃⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
6 | ⠀⠀⠀⢿⡛⠛⠿⣾⣯⣘⣦⣾⠇⠀⢀⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
7 | ⠀⠀⠀⠈⢷⣄⠀⠀⠙⢿⣿⣿⣀⣠⣾⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
8 | ⠀⠀⠀⠀⠀⠻⣷⣶⣴⠞⡽⠝⢾⣿⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
9 | ⠀⠀⠀⠀⠀⠀⠈⠻⣿⣶⣷⣒⣻⣿⣿⣶⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀
10 | ⠀⠀⠀⠀⠀⠀⠀⣠⣭⣿⣿⣿⣿⣿⣿⣿⣧⡿⢯⣒⢤⣀⡀⠀⠀⠀
11 | ⠀⠀⠀⠀⣀⢔⣾⣿⣿⣇⣹⣿⡫⠧⢾⠿⢿⣾⡗⠻⡋⠉⠻⣷⣦⣄
12 | ⠀⡠⡲⢿⢽⣏⢩⢛⣟⡿⣋⣡⠠⠄⠚⡎⠁⠈⠣⣐⣪⠶⡖⠉⠈⢿
13 | ⠰⡿⡰⡱⠁⠠⢩⣟⣞⢩⢃⢸⠀⠀⣀⣰⠠⢐⡊⠙⣄⠀⢈⣆⠄⣺
14 | ⣿⣰⡱⠉⢑⢇⣿⣾⣿⣾⣚⢺⠈⠁⠀⠀⣇⢀⣨⣽⣿⣿⣿⣬⣷⡿
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Spider-Man/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "0"
13 | }
14 | },
15 | "display": {
16 | "separator": " "
17 | },
18 | "modules": [
19 | {
20 | "type": "os",
21 | "key": " ",
22 | "keyColor": "31",
23 | },
24 | {
25 | "type": "kernel",
26 | "key": " ",
27 | "keyColor": "31",
28 | },
29 | {
30 | "type": "packages",
31 | "key": " ",
32 | "keyColor": "31",
33 | },
34 | {
35 | "type": "shell",
36 | "key": " ",
37 | "keyColor": "31",
38 | },
39 | {
40 | "type": "terminal",
41 | "key": " ",
42 | "keyColor": "31",
43 | },
44 | {
45 | "type": "de",
46 | "key": " ",
47 | "keyColor": "31"
48 | },
49 | {
50 | "type": "gpu",
51 | "key": " ",
52 | "format": "{3}",
53 | "keyColor": "31"
54 | },
55 | {
56 | "type": "cpu",
57 | "format": "{1} ({3}) @ {7} GHz",
58 | "key": " ",
59 | "keyColor": "31",
60 | },
61 | {
62 | "type": "wm",
63 | "key": " ",
64 | "keyColor": "31",
65 | },
66 | {
67 | "type": "wmtheme",
68 | "key": " ",
69 | "keyColor": "31"
70 | },
71 | {
72 | "type": "cursor",
73 | "key": " ",
74 | "keyColor": "31",
75 | },
76 | {
77 | "type": "terminalfont",
78 | "key": " ",
79 | "keyColor": "31",
80 | },
81 | {
82 | "type": "uptime",
83 | "key": " ",
84 | "keyColor": "31",
85 | },
86 | {
87 | "type": "datetime",
88 | "format": "{1}-{3}-{11}",
89 | "key": " ",
90 | "keyColor": "31",
91 | },
92 | {
93 | "type": "memory",
94 | "key": " ",
95 | "keyColor": "31"
96 | },
97 | {
98 | "type": "monitor",
99 | "key": " ",
100 | "keyColor": "31",
101 | },
102 | ]
103 | }
104 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Superman/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣤⣶⣶⠖⠁
2 | ⠀⠀⠀⣼⠀⠀⣶⣶⡄⠀⢠⣶⣿⣿⣿⣿⡇⠀⠀
3 | ⠀⠀⠀⣿⣦⣄⢻⣿⡇⣀⣿⣿⣿⣿⣿⣿⣷⡀⠀
4 | ⠀⠀⠀⢉⣿⣿⠿⠿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣦
5 | ⢰⣶⠀⣸⣿⣇⠁⣀⡀⣢⣿⣿⣿⣿⣿⣿⣿⣿⣿
6 | ⠘⢿⣶⣿⣿⠹⣷⣦⣾⣿⣿⠛⠿⣿⣿⣿⠿⠟⠁
7 | ⠀⠀⠙⠻⠃⠀⢸⣿⣿⣿⣿⠀⠀⠀⠉⣿⡄⠀⠀
8 | ⠀⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⣧⡀⠀⢰⢛⡗⠀⠀
9 | ⠀⠀⠀⠀⠸⣿⣿⡿⠛⢻⣿⣿⣷⠀⠀⠀⠀⠀⠀
10 | ⠀⠀⠀⠀⠀⣿⣿⡃⠀⠀⠹⣿⣿⡀⠀⠀⠀⠀⠀
11 | ⠀⠀⠀⠀⠀⠙⠿⣧⠀⠀⠀⠘⢿⣿⣦⠀⠀⠀⠀
12 | ⠀⠀⠀⠀⠀⠀⠀⣿⡀⠀⠀⠀⠀⠻⣿⠀⠀⠀⠀
13 | ⠀⠀⠀⠀⠀⠀⠀⠛⠁⠀⠀⠀⠀⠀⢿⡆⠀⠀⠀
14 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⢿⠀⠀⠀
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Superman/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 | {
8 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
9 | "logo": {
10 | "source": "~/.config/fastfetch/ascii.txt",
11 | "color": {
12 | "1": "0"
13 | }
14 | },
15 | "display": {
16 | "separator": " "
17 | },
18 | "modules": [
19 | {
20 | "type": "os",
21 | "key": " ",
22 | "keyColor": "0",
23 | },
24 | {
25 | "type": "kernel",
26 | "key": " ",
27 | "keyColor": "0",
28 | },
29 | {
30 | "type": "packages",
31 | "key": " ",
32 | "keyColor": "0",
33 | },
34 | {
35 | "type": "shell",
36 | "key": " ",
37 | "keyColor": "0",
38 | },
39 | {
40 | "type": "terminal",
41 | "key": " ",
42 | "keyColor": "0",
43 | },
44 | {
45 | "type": "de",
46 | "key": " ",
47 | "keyColor": "0"
48 | },
49 | {
50 | "type": "cpu",
51 | "format": "{1} ({3}) @ {7} GHz",
52 | "key": " ",
53 | "keyColor": "0",
54 | },
55 | {
56 | "type": "gpu",
57 | "key": " ",
58 | "format": "{3}",
59 | "keyColor": "0"
60 | },
61 | {
62 | "type": "wm",
63 | "key": " ",
64 | "keyColor": "0",
65 | },
66 | {
67 | "type": "wmtheme",
68 | "key": " ",
69 | "keyColor": "0"
70 | },
71 | {
72 | "type": "cursor",
73 | "key": " ",
74 | "keyColor": "0",
75 | },
76 | {
77 | "type": "terminalfont",
78 | "key": " ",
79 | "keyColor": "0",
80 | },
81 | {
82 | "type": "uptime",
83 | "key": " ",
84 | "keyColor": "0",
85 | },
86 | {
87 | "type": "datetime",
88 | "format": "{1}-{3}-{11}",
89 | "key": " ",
90 | "keyColor": "0",
91 | },
92 | {
93 | "type": "memory",
94 | "key": " ",
95 | "keyColor": "0"
96 | },
97 | ]
98 | }
99 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Suse-Icons/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | TUMBlEWEED@@@$n.
2 | .,,[@] `'*hBn.
3 | .s$@@@@@@j .wp@qw. `@@
4 | ,pVV:*"` [@M"`"Y@p l@l
5 | ,ffp" :pq @@[ j@@ j@j
6 | .fh@" '@d "@@hwi@@hpph@j
7 | .@&P "@i, `""""""""""'
8 | [&Y *lOveopensuse
9 | @@ .nvn, `""*****"`
10 | @@ ;@@P^^**
11 | $@ j@P :.
12 | lM .@j .;;n, ]@
13 | '@l '@k *^^h@b @@
14 | l@b l@k. ]@j @@
15 | Y@@, *N@$d@ky j@P
16 | ']@h, '"""' ,@@P
17 | 'Q@iw,.......wi@*'
18 | "*dgppppyP*'
19 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Suse-Icons/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | {
2 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3 | "logo": {
4 | "source": "$HOME/.config/fastfetch/ascii.txt",
5 | "padding": {
6 | "top": 1,
7 | "right": 2
8 | },
9 | "color": {
10 | "1": "green"
11 | }
12 | },
13 | "modules": [
14 | /*
15 | {
16 | "type": "colors",
17 | "symbol": "star"
18 | },
19 | */
20 | "break",
21 | {
22 | "type": "title",
23 | "format": " : {6}{7}{8}"
24 | },
25 | "break",
26 | "break",
27 | {
28 | "type": "os",
29 | "key": " OS",
30 | "format": "{3}"
31 | },
32 | {
33 | "type": "kernel",
34 | "key": "├ Kernel",
35 | "format": "{2}"
36 | },
37 | {
38 | "type": "packages",
39 | "key": "├ Packages"
40 | },
41 | {
42 | "type": "terminal",
43 | "key": "├ Terminal",
44 | "format": "{5}"
45 | },
46 | {
47 | "type": "wm",
48 | "key": "╰ WM",
49 | "format": "{2}"
50 | },
51 |
52 | "break",
53 |
54 | {
55 | "type": "host",
56 | "key": " PC",
57 | "format": "{3}"
58 | },
59 | {
60 | "type": "cpu",
61 | "key": "├ CPU",
62 | "format": "{1}"
63 | },
64 | {
65 | "type": "gpu",
66 | "key": "├ GPU",
67 | "format": "{1} {2} [{6}]"
68 | },
69 | {
70 | "type": "disk",
71 | "key": "├ DSK",
72 | "format": "({3}) {1} / {2}"
73 | },
74 | {
75 | "type": "memory",
76 | "key": "╰ RAM",
77 | "format": "({3}) {1} / {2}"
78 | }
79 | // , "break", "colors"
80 | /*
81 | ,"break",
82 | {
83 | "type": "colors",
84 | "symbol": "star"
85 | }
86 | */
87 | ]
88 | }
89 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Triangle/fastfetch/ascii.txt:
--------------------------------------------------------------------------------
1 | ___
2 | /\ \
3 | / \ \
4 | / \ \
5 | / /\ \ \
6 | / / \ \ \
7 | / / / \ \ \
8 | / / / \ \ \
9 | / / / \ \ \
10 | / / / \ \ \
11 | / / /_________\__\ \
12 | / / /_________________\
13 | \ /_____________________/
14 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/Triangle/fastfetch/config.jsonc:
--------------------------------------------------------------------------------
1 | // ______ __ ______ __
2 | // / ____/___ ______/ /_/ ____/___ _/ /_
3 | // / /_ / __ `/ ___/ __/ / / __ `/ __/
4 | // / __/ / /_/ (__ ) /_/ /___/ /_/ / /_
5 | ///_/ \__,_/____/\__/\____/\__,_/\__/
6 | // https://github.com/m3tozz/FastCat
7 |
8 |
9 | {
10 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
11 | "logo": {
12 | "source": "$HOME/.config/fastfetch/ascii.txt",
13 | "padding": {
14 | "top": 1,
15 | "right": 2
16 | },
17 | "color": {
18 | "1": "cyan"
19 | }
20 | },
21 | "display": {
22 | "separator": " ➜ "
23 | },
24 | "modules": [
25 | "break",
26 | "break",
27 | {
28 | "type": "os",
29 | "key": "OS ",
30 | "keyColor": "31",
31 | },
32 | {
33 | "type": "kernel",
34 | "key": " ├ ",
35 | "keyColor": "31",
36 | },
37 | {
38 | "type": "packages",
39 | "key": " ├ ",
40 | "keyColor": "31",
41 | },
42 | {
43 | "type": "shell",
44 | "key": " ├ ",
45 | "keyColor": "31",
46 | },
47 | "break",
48 | {
49 | "type": "wm",
50 | "key": "WM ",
51 | "keyColor": "32",
52 | },
53 | {
54 | "type": "wmtheme",
55 | "key": " ├ ",
56 | "keyColor": "32",
57 | },
58 | {
59 | "type": "icons",
60 | "key": " ├ ",
61 | "keyColor": "32",
62 | },
63 | {
64 | "type": "cursor",
65 | "key": " ├ ",
66 | "keyColor": "32",
67 | },
68 | {
69 | "type": "terminal",
70 | "key": " ├ ",
71 | "keyColor": "32",
72 | },
73 | {
74 | "type": "terminalfont",
75 | "key": " ├ ",
76 | "keyColor": "32",
77 | },
78 | "break",
79 | ]
80 | }
81 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/Large-Themes/start.sh:
--------------------------------------------------------------------------------
1 | # Made By M3TOZZ
2 | loader ()
3 | {
4 | printf "\033[0m
5 | FastCat - FastFetch Theme Pack!
6 | [##### ] 25%% completed.\r"
7 | sleep 0.3
8 | clear
9 | printf "
10 | FastCat - FastFetch Theme Pack!
11 | [############### ] 75%% completed.\r"
12 | sleep 0.2
13 | clear
14 | printf "
15 | FastCat - FastFetch Theme Pack!
16 | [####################] 100%% completed.\r"
17 | sleep 0.2
18 | }
19 |
20 | clear
21 | banner(){
22 | echo -e '\033[0;36m
23 | \033[0;31m______ _ _____ _
24 | \033[0;33m| ___| | | / __ \ | |
25 | \033[0;34m| |_ __ _ ___| |_| / \/ __ _| |_
26 | \033[0;35m| _/ _` / __| __| | / _` | __|\033[0;31mLarge-Themes
27 | \033[0;36m| || (_| \__ \ |_| \__/\ (_| | |_
28 | \033[0;31m\_| \__,_|___/\__|\____/\__,_|\__|
29 | \e[1;34m[01]\e[0;32mAnime-Boy \e[1;35m[02]\e[0;32mDeath \e[1;31m[03]\e[0;32mPentagram \033[1;33m[04]\e[0;32mScorpion
30 | \033[1;33m[05]\e[0;32mAnime-Girl \e[1;36m[06]\e[0;32mSaturn \e[1;35m[07]\e[0;32mSuse-Icons \033[0;36m[08]\e[0;32mCat
31 | \e[1;35m[09]\e[0;32mJurassic \033[1;33m[10]\e[0;32mBatMan \e[1;34m[11]\e[0;32mGroups \e[1;31m[12]\e[0;32mRose
32 | \e[0;36m[13]\e[0;32mFedora \e[1;34m[14]\e[0;32mArch \e[1;35m[15]\e[0;32mHyprland \e[1;34m[16]\e[0;32mSimpsons
33 | \033[1;33m[17]\e[0;32mOrigami \e[1;35m[18]\e[0;32mHome \033[1;33m[19]\e[0;32mDeadPool \033[0;36m[20]\e[0;32mSuperman
34 | \e[1;34m[21]\e[0;32mSpider-Man \e[0;36m[22]\e[0;32mTriangle
35 | \033[1;31m[x]Exit [00]Menu [D]Default-Theme
36 | '
37 | echo -ne "\e[1;33mm3tozz\e[0;31m@\033[1;34mfastcat\n\e[0;31m↳\e[1;36m " ; read islem
38 | }
39 |
40 |
41 |
42 | banner
43 | if [[ $islem == 1 || $islem == 01 ]]; then
44 | sleep 1
45 | clear
46 | loader
47 | rm -r /home/$USER/.config/fastfetch
48 | sleep 1
49 | cd Anime-Boy/ && cp -r fastfetch /home/$USER/.config
50 | clear
51 |
52 | fastfetch
53 |
54 | elif [[ $islem == 2 || $islem == 02 ]]; then
55 | sleep 1
56 | clear
57 | loader
58 | rm -r /home/$USER/.config/fastfetch
59 | sleep 1
60 | cd Death/ && cp -r fastfetch /home/$USER/.config
61 | clear
62 |
63 | fastfetch
64 |
65 | elif [[ $islem == 3 || $islem == 03 ]]; then
66 | sleep 1
67 | clear
68 | loader
69 | rm -r /home/$USER/.config/fastfetch
70 | sleep 1
71 | cd Pentagram/ && cp -r fastfetch /home/$USER/.config
72 | clear
73 | fastfetch
74 |
75 | elif [[ $islem == 4 || $islem == 04 ]]; then
76 | sleep 1
77 | clear
78 | loader
79 | rm -r /home/$USER/.config/fastfetch
80 | sleep 1
81 | cd Scorpion/ && cp -r fastfetch /home/$USER/.config
82 | clear
83 | fastfetch
84 |
85 | elif [[ $islem == 5 || $islem == 05 ]]; then
86 | sleep 1
87 | clear
88 | loader
89 | rm -r /home/$USER/.config/fastfetch
90 | sleep 1
91 | cd Anime-Girl/ && cp -r fastfetch /home/$USER/.config
92 | clear
93 | fastfetch
94 |
95 | elif [[ $islem == 6 || $islem == 06 ]]; then
96 | sleep 1
97 | clear
98 | loader
99 | rm -r /home/$USER/.config/fastfetch
100 | sleep 1
101 | cd Saturn/ && cp -r fastfetch /home/$USER/.config
102 | clear
103 | fastfetch
104 |
105 | elif [[ $islem == 7 || $islem == 07 ]]; then
106 | sleep 1
107 | clear
108 | loader
109 | rm -r /home/$USER/.config/fastfetch
110 | sleep 1
111 | cd Suse-Icons/ && cp -r fastfetch /home/$USER/.config
112 | clear
113 | fastfetch
114 |
115 | elif [[ $islem == 8 || $islem == 08 ]]; then
116 | sleep 1
117 | clear
118 | loader
119 | rm -r /home/$USER/.config/fastfetch
120 | sleep 1
121 | cd Cat/ && cp -r fastfetch /home/$USER/.config
122 | clear
123 | fastfetch
124 |
125 | elif [[ $islem == 9 || $islem == 09 ]]; then
126 | sleep 1
127 | clear
128 | loader
129 | rm -r /home/$USER/.config/fastfetch
130 | sleep 1
131 | cd Jurassic/ && cp -r fastfetch /home/$USER/.config
132 | clear
133 | fastfetch
134 |
135 | elif [[ $islem == 10 ]]; then
136 | sleep 1
137 | clear
138 | loader
139 | rm -r /home/$USER/.config/fastfetch
140 | sleep 1
141 | cd BatMan/ && cp -r fastfetch /home/$USER/.config
142 | clear
143 | fastfetch
144 |
145 | elif [[ $islem == 11 ]]; then
146 | sleep 1
147 | clear
148 | loader
149 | rm -r /home/$USER/.config/fastfetch
150 | sleep 1
151 | cd Groups/ && cp -r fastfetch /home/$USER/.config
152 | clear
153 | fastfetch
154 |
155 | elif [[ $islem == 12 ]]; then
156 | sleep 1
157 | clear
158 | loader
159 | rm -r /home/$USER/.config/fastfetch
160 | sleep 1
161 | cd Rose/ && cp -r fastfetch /home/$USER/.config
162 | clear
163 | fastfetch
164 |
165 | elif [[ $islem == 13 ]]; then
166 | sleep 1
167 | clear
168 | loader
169 | rm -r /home/$USER/.config/fastfetch
170 | sleep 1
171 | cd Fedora/ && cp -r fastfetch /home/$USER/.config
172 | clear
173 | fastfetch
174 |
175 | elif [[ $islem == 14 ]]; then
176 | sleep 1
177 | clear
178 | loader
179 | rm -r /home/$USER/.config/fastfetch
180 | sleep 1
181 | cd Arch/ && cp -r fastfetch /home/$USER/.config
182 | clear
183 | fastfetch
184 |
185 | elif [[ $islem == 15 ]]; then
186 | sleep 1
187 | clear
188 | loader
189 | rm -r /home/$USER/.config/fastfetch
190 | sleep 1
191 | cd Hyprland/ && cp -r fastfetch /home/$USER/.config
192 | clear
193 | fastfetch
194 |
195 | elif [[ $islem == 16 ]]; then
196 | sleep 1
197 | clear
198 | loader
199 | rm -r /home/$USER/.config/fastfetch
200 | sleep 1
201 | cd Simpsons/ && cp -r fastfetch /home/$USER/.config
202 | clear
203 | fastfetch
204 |
205 | elif [[ $islem == 17 ]]; then
206 | sleep 1
207 | clear
208 | loader
209 | rm -r /home/$USER/.config/fastfetch
210 | sleep 1
211 | cd Origami/ && cp -r fastfetch /home/$USER/.config
212 | clear
213 | fastfetch
214 |
215 | elif [[ $islem == 18 ]]; then
216 | sleep 1
217 | clear
218 | loader
219 | rm -r /home/$USER/.config/fastfetch
220 | sleep 1
221 | cd Home/ && cp -r fastfetch /home/$USER/.config
222 | clear
223 | fastfetch
224 |
225 | elif [[ $islem == 19 ]]; then
226 | sleep 1
227 | clear
228 | loader
229 | rm -r /home/$USER/.config/fastfetch
230 | sleep 1
231 | cd DeadPool/ && cp -r fastfetch /home/$USER/.config
232 | clear
233 | fastfetch
234 |
235 | elif [[ $islem == 20 ]]; then
236 | sleep 1
237 | clear
238 | loader
239 | rm -r /home/$USER/.config/fastfetch
240 | sleep 1
241 | cd Superman/ && cp -r fastfetch /home/$USER/.config
242 | clear
243 | fastfetch
244 |
245 | elif [[ $islem == 21 ]]; then
246 | sleep 1
247 | clear
248 | loader
249 | rm -r /home/$USER/.config/fastfetch
250 | sleep 1
251 | cd Spider-Man/ && cp -r fastfetch /home/$USER/.config
252 | clear
253 | fastfetch
254 |
255 | elif [[ $islem == 22 ]]; then
256 | sleep 1
257 | clear
258 | loader
259 | rm -r /home/$USER/.config/fastfetch
260 | sleep 1
261 | cd Triangle/ && cp -r fastfetch /home/$USER/.config
262 | clear
263 | fastfetch
264 |
265 | elif [[ $islem == 00 ]]; then
266 | sleep 1
267 | cd ..
268 | bash ./fastcat.sh -s
269 |
270 | elif [[ $islem == D || $islem == d ]]; then
271 | sleep 1
272 | clear
273 | loader
274 | rm -r /home/$USER/.config/fastfetch
275 | sleep 1
276 | cd Default/ && cp -r fastfetch /home/$USER/.config
277 | clear
278 | fastfetch
279 |
280 | elif [[ $islem == x || $islem == X ]]; then
281 | clear
282 | echo -e "\033[1;31m GoodBye\033[0m"
283 | exit 1
284 | else
285 | echo -e '\033[36;40;1m Wrong transaction number!'
286 | fi
287 |
--------------------------------------------------------------------------------
/.config/fastfetch-theme-selector/FastCat/PREVIEW-THEMES.md:
--------------------------------------------------------------------------------
1 | #
git clone https://aur.archlinux.org/ttf-meslo-nerd-font-powerlevel10k.git && cd ttf-meslo-nerd-font-powerlevel10k && makepkg -si && cd ..
42 | mkdir ~/.fonts &&
47 | wget -P ~/.fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/CascadiaCode.zip \
48 | && cd ~/.fonts \
49 | && unzip CascadiaCode.zip \
50 | && rm CascadiaCode.zip \
51 | && fc-cache -fv
mkdir ~/.fonts &&
62 | wget -P ~/.fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/CascadiaCode.zip \
63 | && cd ~/.fonts \
64 | && unzip CascadiaCode.zip \
65 | && rm CascadiaCode.zip \
66 | && fc-cache -fv
95 |
96 | --------------------------------------------------------------------------
97 |
98 | Support | Bağış Yap
99 | --
100 | Donate Link (Turkish) or BuyMeACoffee.
101 |
102 | --------------------------------------------------------------------------
103 |
104 | Contributors
105 | --
106 |
107 |
m3tozz | LierB |
2 |
3 |
73 |
74 |
78 |
79 |
83 |
84 |
88 |
89 |
93 |
94 |
98 |
99 |
103 |
104 |
fastfetch-theme-selector