├── .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 | #

Preview FastCat Themes
2 |
3 | Large-Themes 4 | 5 | Anime-Boy 6 | -- 7 | 8 |
9 | 10 | Anime-Girl 11 | -- 12 | 13 | 14 | Cat 15 | -- 16 | 17 |
18 | 19 | Saturn 20 | -- 21 | 22 | 23 | Suse-Icons 24 | -- 25 | 26 | 27 | BatMan 28 | -- 29 | 30 | 31 | Jurassic 32 | -- 33 | 34 | 35 | Scorpion 36 | -- 37 | 38 | 39 | Pentagram 40 | -- 41 | 42 | 43 | Death 44 | -- 45 | 46 | 47 | Simpsons 48 | -- 49 | 50 | 51 | Rose 52 | -- 53 | 54 | 55 | Origami 56 | -- 57 | 58 | 59 | Fedora 60 | -- 61 | 62 | 63 | Arch 64 | -- 65 | 66 | 67 | Groups 68 | -- 69 | 70 | 71 | MetoCat 72 | -- 73 | 74 | 75 | SpiderMan 76 | -- 77 | 78 | 79 | SuperMan 80 | -- 81 | 82 | 83 | Home 84 | -- 85 | 86 | 87 | DeadPool 88 | -- 89 | 90 | 91 | Triangle 92 | -- 93 | 94 | 95 |
96 |
97 | Small-Themes 98 | 99 | MetoSpace 100 | -- 101 | 102 | 103 | Fast-Snail 104 | -- 105 | 106 | 107 | Cat 108 | -- 109 | 110 | 111 | Arch 112 | -- 113 | 114 | 115 | Minimal 116 | -- 117 | 118 | 119 | Sheriff 120 | -- 121 | 122 | 123 | Palm 124 | -- 125 | 126 | 127 | Duck 128 | -- 129 | 130 | 131 | Cocktail 132 | -- 133 | 134 | 135 | Blocks 136 | -- 137 | 138 |
139 | 140 | https://m3tozz.github.io/FastCat-Themes/
141 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/README.md: -------------------------------------------------------------------------------- 1 | #

FastCat FastFetch Theme Pack.
2 | 3 |

4 | 5 | 6 | -------------------------------------------------------------------------- 7 | 8 | What is FastCat? 9 | -- 10 | FastCat contains its own fastfetch configurations and uploads the selected configuration to your system! 11 | 12 | -------------------------------------------------------------------------- 13 | 14 | Install (Automatic) 15 | -- 16 | ```bash 17 | git clone --depth 1 https://github.com/m3tozz/FastCat.git && cd FastCat && bash ./fastcat.sh --shell 18 | ``` 19 | 20 | Install (Manual) 21 | -- 22 | ```bash 23 | git clone https://github.com/m3tozz/FastCat.git 24 | ``` 25 | ```bash 26 | cd FastCat 27 | ``` 28 | ```bash 29 | bash ./fastcat.sh --help 30 | ``` 31 | 32 | Install Terminal Icons (icons-in-terminal) 33 | -- 34 | 35 | ```bash 36 | bash ./install-icons.sh 37 | ``` 38 |
Icons Not Working On My Fetch
39 |
40 | Arch Linux 41 | Use This Command: git clone https://aur.archlinux.org/ttf-meslo-nerd-font-powerlevel10k.git && cd ttf-meslo-nerd-font-powerlevel10k && makepkg -si && cd .. 42 |
43 |
44 | Ubuntu/Debian 45 | Use This Command:
46 | 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
52 | And then go to your terminal settings and select CascadiaCode from the font section. 53 |
54 |
55 | OpenSUSE 56 | Install This Package: https://software.opensuse.org/package/symbols-only-nerd-fonts 57 |
58 |
59 | Fedora 60 | Use This Command:
61 | 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
67 | And then go to your terminal settings and select CascadiaCode from the font section. 68 |
69 |
70 | 71 | Back Up Your Own FastFetch Configuration 72 | -- 73 | 74 | ```bash 75 | bash ./fastcat.sh --backup 76 | ``` 77 | 78 | -------------------------------------------------------------------------- 79 | 80 | # Themes 81 | 82 | https://m3tozz.github.io/FastCat-Themes/
83 | 84 | -------------------------------------------------------------------------- 85 | 86 | 87 |


88 | 89 |

90 | 91 | 92 | -------------------------------------------------------------------------- 93 | 94 |

95 | 96 | -------------------------------------------------------------------------- 97 | 98 | Support | Bağış Yap 99 | -- 100 | Donate Link (Turkish) or BuyMeACoffee. 101 | 102 | -------------------------------------------------------------------------- 103 | 104 | Contributors 105 | -- 106 | 107 |
m3tozz
m3tozz
LierB
LierB
108 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-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": "arch_small", // search for logos: fastfetch --list-logos or --print-logos 13 | "padding": { 14 | "top": 1 15 | }, 16 | }, 17 | "display": { 18 | "separator": " " 19 | }, 20 | "modules": [ 21 | "break", 22 | "title", 23 | { 24 | "type": "os", 25 | "key": "os ", 26 | "keyColor": "33", // = color3 27 | }, 28 | { 29 | "type": "kernel", 30 | "key": "kernel", 31 | "keyColor": "33", 32 | }, 33 | { 34 | "type": "host", 35 | "format": "{5} {1}", 36 | "key": "host ", 37 | "keyColor": "33", 38 | }, 39 | { 40 | "type": "packages", 41 | "key": "pkgs ", 42 | "keyColor": "33", 43 | }, 44 | { 45 | "type": "uptime", 46 | "format": "{2}h {3}m", 47 | "key": "uptime", 48 | "keyColor": "33", 49 | }, 50 | { 51 | "type": "memory", 52 | "key": "memory", 53 | "keyColor": "33", 54 | }, 55 | "break", 56 | ] 57 | } 58 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Blocks/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 | "type": "small" 11 | }, 12 | "display": { 13 | "constants": [ 14 | "██ " 15 | ] 16 | }, 17 | "modules": [ 18 | { 19 | "key": "{$1}", 20 | "keyColor": "38;5;210", 21 | "type": "os" 22 | }, 23 | { 24 | "key": "{$1}", 25 | "keyColor": "38;5;84", 26 | "type": "kernel" 27 | }, 28 | { 29 | "key": "{$1}", 30 | "keyColor": "38;5;147", 31 | "type": "shell" 32 | }, 33 | { 34 | "key": "{$1}", 35 | "keyColor": "38;5;200", 36 | "type": "packages" 37 | }, 38 | { 39 | "key": "{$1}", 40 | "keyColor": "38;5;44", 41 | "type": "wm" 42 | }, 43 | { 44 | "key": "{$1}", 45 | "keyColor": "38;5;75", 46 | "type": "cpu" 47 | }, 48 | { 49 | "key": "{$1}", 50 | "keyColor": "38;5;123", 51 | "type": "memory" 52 | } 53 | ] 54 | } -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Cat/fastfetch/ascii.txt: -------------------------------------------------------------------------------- 1 | /\___/\ 2 | ) ( 3 | =\ /= 4 | ) ( 5 | / \ 6 | ) ( 7 | / \ 8 | \ / 9 | \__ __/ 10 | )) 11 | // 12 | (( 13 | \) 14 | 15 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Cat/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": 2, 15 | "right": 6 16 | } 17 | }, 18 | "display": { 19 | "separator": " " 20 | }, 21 | "modules": [ 22 | "break", 23 | "break", 24 | { 25 | "type": "title", 26 | "keyWidth": 10 27 | }, 28 | "break", 29 | { 30 | "type": "os", 31 | "key": " ", 32 | "keyColor": "33", 33 | }, 34 | { 35 | "type": "kernel", 36 | "key": " ", 37 | "keyColor": "33", 38 | }, 39 | { 40 | "type": "packages", 41 | "key": " ", 42 | "keyColor": "33", 43 | }, 44 | { 45 | "type": "shell", 46 | "key": " ", 47 | "keyColor": "33", 48 | }, 49 | { 50 | "type": "terminal", 51 | "key": " ", 52 | "keyColor": "33", 53 | }, 54 | { 55 | "type": "wm", 56 | "key": " ", 57 | "keyColor": "33", 58 | }, 59 | { 60 | "type": "uptime", 61 | "key": " ", 62 | "keyColor": "33", 63 | }, 64 | { 65 | "type": "media", 66 | "key": "󰝚 ", 67 | "keyColor": "33", 68 | }, 69 | "break", 70 | "break", 71 | ] 72 | } 73 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Cocktail/fastfetch/ascii.txt: -------------------------------------------------------------------------------- 1 | ──────▄▀─ 2 | ─█▀▀▀█▀█─ 3 | ──▀▄░▄▀── 4 | ────█──── 5 | ──▄▄█▄▄── -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Cocktail/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 | { 17 | "type": "os", 18 | "key": "OS ", 19 | "keyColor": "red", // = color1 20 | }, 21 | { 22 | "type": "wm", 23 | "key": "WM ", 24 | "keyColor": "32", 25 | }, 26 | { 27 | "type": "cpu", 28 | "format": "{1} ({3}) @ {7} GHz", 29 | "key": "CPU ", 30 | "keyColor": "blue", 31 | }, 32 | { 33 | "type": "gpu", 34 | "format": "{1} {2} @ {12} GHz", 35 | "key": "GPU ", 36 | "keyColor": "33", 37 | }, 38 | { 39 | "type": "memory", 40 | "key": "MEM ", 41 | "keyColor": "cyan", 42 | }, 43 | ] 44 | } 45 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Duck/fastfetch/ascii.txt: -------------------------------------------------------------------------------- 1 | ──────────▄██▄▄ 2 | ─▄▄█████▄─██▀ 3 | ▀█████████▄██▄ 4 | ▒▒▀██████████▀▒ 5 | ▒▒▒▒▒█▄█▄▄▒▒▒▒▒ -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Duck/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 | { 17 | "type": "os", 18 | "key": "OS ", 19 | "keyColor": "red", // = color1 20 | }, 21 | { 22 | "type": "wm", 23 | "key": "WM ", 24 | "keyColor": "32", 25 | }, 26 | { 27 | "type": "cpu", 28 | "format": "{1} ({3}) @ {7} GHz", 29 | "key": "CPU ", 30 | "keyColor": "blue", 31 | }, 32 | { 33 | "type": "gpu", 34 | "format": "{1} {2} @ {12} GHz", 35 | "key": "GPU ", 36 | "keyColor": "33", 37 | }, 38 | { 39 | "type": "memory", 40 | "key": "MEM ", 41 | "keyColor": "cyan", 42 | }, 43 | ] 44 | } 45 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Fast-Snail/fastfetch/ascii.txt: -------------------------------------------------------------------------------- 1 | ───▄▄▄ 2 | ─▄▀░▄░▀▄ 3 | ─█░█▄▀░█ 4 | ─█░▀▄▄▀█▄█▄▀ 5 | ▄▄█▄▄▄▄███▀ 6 | 7 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Fast-Snail/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": "1" 15 | } 16 | }, 17 | "modules": [ 18 | { 19 | "type": "os", 20 | "key": " ", 21 | "keyColor": "31", 22 | }, 23 | { 24 | "type": "kernel", 25 | "key": " ", 26 | "keyColor": "32", 27 | }, 28 | { 29 | "type": "packages", 30 | "key": "󰏖 ", 31 | "keyColor": "33", 32 | }, 33 | { 34 | "type": "shell", 35 | "key": " ", 36 | "keyColor": "35", 37 | }, 38 | { 39 | "type": "wmtheme", 40 | "key": "󰉼 ", 41 | "keyColor": "34" 42 | }, 43 | ] 44 | } 45 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/MetoSpace/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 | { 18 | "type": "os", 19 | "key": " ", 20 | "keyColor": "31", 21 | }, 22 | { 23 | "type": "kernel", 24 | "key": " ", 25 | "keyColor": "32", 26 | }, 27 | { 28 | "type": "packages", 29 | "key": " ", 30 | "keyColor": "33", 31 | }, 32 | { 33 | "type": "shell", 34 | "key": " ", 35 | "keyColor": "34", 36 | }, 37 | { 38 | "type": "terminal", 39 | "key": " ", 40 | "keyColor": "35", 41 | }, 42 | { 43 | "type": "wm", 44 | "key": " ", 45 | "keyColor": "36", 46 | }, 47 | "break", 48 | ] 49 | } 50 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Minimal/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 | { 18 | "type": "os", 19 | "key": "OS ", 20 | "keyColor": "31", 21 | }, 22 | { 23 | "type": "kernel", 24 | "key": "KER ", 25 | "keyColor": "32", 26 | }, 27 | { 28 | "type": "packages", 29 | "key": "PKG ", 30 | "keyColor": "33", 31 | }, 32 | { 33 | "type": "shell", 34 | "key": "SH ", 35 | "keyColor": "34", 36 | }, 37 | { 38 | "type": "terminal", 39 | "key": "TER ", 40 | "keyColor": "35", 41 | }, 42 | { 43 | "type": "wm", 44 | "key": "WM ", 45 | "keyColor": "36", 46 | }, 47 | "break", 48 | ] 49 | } 50 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Palm/fastfetch/ascii.txt: -------------------------------------------------------------------------------- 1 | ░░▄▀▀▀▄░▄▄░░░░░░╠▓░░░░ 2 | ░░░▄▀▀▄█▄░▀▄░░░▓╬▓▓▓░░ 3 | ░░▀░░░░█░▀▄░░░▓▓╬▓▓▓▓░ 4 | ░░░░░░▐▌░░░░▀▀███████▀ 5 | ▒▒▄██████▄▒▒▒▒▒▒▒▒▒▒▒▒ -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Palm/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 | { 17 | "type": "os", 18 | "key": "OS ", 19 | "keyColor": "red", // = color1 20 | }, 21 | { 22 | "type": "wm", 23 | "key": "WM ", 24 | "keyColor": "32", 25 | }, 26 | { 27 | "type": "cpu", 28 | "format": "{1} ({3}) @ {7} GHz", 29 | "key": "CPU ", 30 | "keyColor": "blue", 31 | }, 32 | { 33 | "type": "gpu", 34 | "format": "{1} {2} @ {12} GHz", 35 | "key": "GPU ", 36 | "keyColor": "33", 37 | }, 38 | { 39 | "type": "memory", 40 | "key": "MEM ", 41 | "keyColor": "cyan", 42 | }, 43 | ] 44 | } 45 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Sheriff/fastfetch/ascii.txt: -------------------------------------------------------------------------------- 1 | _/ \_ 2 | (҂`_´) 3 | <, ╦╤─ ҉ - - 4 | _/ \_ 5 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-Themes/Sheriff/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": "1" 15 | } 16 | }, 17 | "modules": [ 18 | { 19 | "type": "os", 20 | "key": " ", 21 | "keyColor": "31", 22 | }, 23 | { 24 | "type": "kernel", 25 | "key": " ", 26 | "keyColor": "32", 27 | }, 28 | { 29 | "type": "packages", 30 | "key": "󰏖 ", 31 | "keyColor": "33", 32 | }, 33 | { 34 | "type": "shell", 35 | "key": " ", 36 | "keyColor": "35", 37 | }, 38 | { 39 | "type": "wmtheme", 40 | "key": "󰉼 ", 41 | "keyColor": "34" 42 | }, 43 | ] 44 | } 45 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/Small-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;31mSmall-Themes 27 | \033[0;36m| || (_| \__ \ |_| \__/\ (_| | |_ 28 | \033[0;31m\_| \__,_|___/\__|\____/\__,_|\__| 29 | \e[1;34m[01]\e[0;32mMetoSpace \e[1;35m[02]\e[0;32mFast-Snail \e[1;36m[03]\e[0;32mCat \e[1;31m[04]\e[0;32mMinimal 30 | \e[1;33m[05]\e[0;32mArch \e[1;36m[06]\e[0;32mBlocks \e[1;34m[07]\e[0;32mCocktail \033[1;33m[08]\e[0;32mPalm \033[0;36m[09]\e[0;32mSheriff 31 | \033[1;31m[x]Exit [00]Menu [D]Default-Theme 32 | ' 33 | echo -ne "\e[1;33mm3tozz\e[0;31m@\033[1;34mfastcat\n\e[0;31m↳\e[1;36m " ; read islem 34 | } 35 | 36 | 37 | 38 | banner 39 | if [[ $islem == 1 || $islem == 01 ]]; then 40 | sleep 1 41 | clear 42 | loader 43 | rm -r /home/$USER/.config/fastfetch 44 | sleep 1 45 | cd MetoSpace/ && cp -r fastfetch /home/$USER/.config 46 | clear 47 | fastfetch 48 | 49 | elif [[ $islem == 2 || $islem == 02 ]]; then 50 | sleep 1 51 | clear 52 | loader 53 | rm -r /home/$USER/.config/fastfetch 54 | sleep 1 55 | cd Fast-Snail/ && cp -r fastfetch /home/$USER/.config 56 | clear 57 | fastfetch 58 | 59 | elif [[ $islem == 3 || $islem == 03 ]]; then 60 | sleep 1 61 | clear 62 | loader 63 | rm -r /home/$USER/.config/fastfetch 64 | sleep 1 65 | cd Cat/ && cp -r fastfetch /home/$USER/.config 66 | clear 67 | fastfetch 68 | 69 | elif [[ $islem == 4 || $islem == 04 ]]; then 70 | sleep 1 71 | clear 72 | loader 73 | rm -r /home/$USER/.config/fastfetch 74 | sleep 1 75 | cd Minimal/ && cp -r fastfetch /home/$USER/.config 76 | clear 77 | fastfetch 78 | 79 | elif [[ $islem == 5 || $islem == 05 ]]; then 80 | sleep 1 81 | clear 82 | loader 83 | rm -r /home/$USER/.config/fastfetch 84 | sleep 1 85 | cd Arch/ && cp -r fastfetch /home/$USER/.config 86 | clear 87 | fastfetch 88 | 89 | elif [[ $islem == 6 || $islem == 06 ]]; then 90 | sleep 1 91 | clear 92 | loader 93 | rm -r /home/$USER/.config/fastfetch 94 | sleep 1 95 | cd Blocks/ && cp -r fastfetch /home/$USER/.config 96 | clear 97 | fastfetch 98 | 99 | elif [[ $islem == 7 || $islem == 07 ]]; then 100 | sleep 1 101 | clear 102 | loader 103 | rm -r /home/$USER/.config/fastfetch 104 | sleep 1 105 | cd Cocktail/ && cp -r fastfetch /home/$USER/.config 106 | clear 107 | fastfetch 108 | 109 | elif [[ $islem == 8 || $islem == 08 ]]; then 110 | sleep 1 111 | clear 112 | loader 113 | rm -r /home/$USER/.config/fastfetch 114 | sleep 1 115 | cd Palm/ && cp -r fastfetch /home/$USER/.config 116 | clear 117 | fastfetch 118 | 119 | elif [[ $islem == 9 || $islem == 09 ]]; then 120 | sleep 1 121 | clear 122 | loader 123 | rm -r /home/$USER/.config/fastfetch 124 | sleep 1 125 | cd Sheriff/ && cp -r fastfetch /home/$USER/.config 126 | clear 127 | fastfetch 128 | 129 | elif [[ $islem == 00 ]]; then 130 | sleep 1 131 | cd .. 132 | bash ./fastcat.sh -s 133 | 134 | elif [[ $islem == D || $islem == d ]]; then 135 | sleep 1 136 | clear 137 | loader 138 | rm -r /home/$USER/.config/fastfetch 139 | sleep 1 140 | cd Default/ && cp -r fastfetch /home/$USER/.config 141 | clear 142 | fastfetch 143 | 144 | elif [[ $islem == x || $islem == X ]]; then 145 | clear 146 | echo -e "\033[1;31m GoodBye\033[0m" 147 | exit 1 148 | else 149 | echo -e '\033[36;40;1m Wrong transaction number!' 150 | fi 151 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/backup.sh: -------------------------------------------------------------------------------- 1 | # Made By M3TOZZ 2 | clear 3 | echo -e "\033[0;31mBacking Up...\033[1;36m" 4 | mkdir -p Backup-$(date +%Y-%m-%d-%H:%M:%S) 5 | cp -r /home/$USER/.config/fastfetch Backup-$(date +%Y-%m-%d-%H:%M:%S) 6 | clear 7 | echo -e "\033[31m Backed Up!\033[0m" 8 | cd Backup-$(date +%Y-%m-%d-%H:%M:%S) 9 | pwd 10 | cd .. 11 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/fastcat.sh: -------------------------------------------------------------------------------- 1 | ######################################## 2 | # Made By M3TOZZ # 3 | # https://m3tozz.github.io # 4 | ######################################## 5 | 6 | 7 | # FastCat Version 8 | version='FastCat- 1.2' 9 | 10 | #Colors 11 | red='\e[1;31m' 12 | yellow='\e[1;33m' 13 | blue='\e[1;34m' 14 | tp='\e[0m' 15 | green='\e[0;32m' 16 | bgreen='\033[1;32m' 17 | 18 | # Define Constants. 19 | export APP="FastCat" # Project Name 20 | export CWD="${PWD}" # Current Work Directory 21 | export BASENAME="${0##*/}" # Base Name of This Script 22 | 23 | 24 | # Functions. 25 | help() { 26 | echo -e "Wrong usage, there is 3 arguments for ${BASENAME}\n 27 | \t${BASENAME} --shell: run the ${APP} . 28 | \t${BASENAME} --backup: back up your own fastfetch configuration. 29 | \t${BASENAME} --version: show the version. 30 | \t${BASENAME} --about: about ${APP} project. 31 | \t${BASENAME} --help: show this page. 32 | " 33 | 34 | } 35 | 36 | fastcat:version() { 37 | echo "$version" 38 | } 39 | fastcat:about() { 40 | echo -e ' 41 | _____ _ ____ _ 42 | | ___|_ _ ___| |_ / ___|__ _| |_ 43 | | |_ / _` / __| __| | / _` | __|FastFetch Theme Pack! 44 | | _| (_| \__ \ |_| |__| (_| | |_ 45 | |_| \__,_|___/\__|\____\__,_|\__| 46 | ' 47 | echo -e "$blue##########################################################$tp" 48 | echo -e " Create by ":" $red M3TOZZ$tp" 49 | echo -e " Contributors ":" $red LierB & m3tozz$tp" 50 | echo -e " Github ":" $red github.com/m3tozz/FastCat$tp" 51 | echo -e " Community Server ":" $red discord.com/invite/sQwYCZer95$tp" 52 | echo -e " Version ":" $red ${version} $tp" 53 | echo -e "$blue##########################################################$tp" 54 | exit 1 55 | } 56 | fastcat:backup() { 57 | bash ./backup.sh 58 | } 59 | 60 | help() { 61 | echo -e " 62 | --shell: run the ${APP} . 63 | --backup: back up your own fastfetch configuration. 64 | --version: show the version. 65 | --about: about ${APP} project. 66 | --help: show this page." 67 | } 68 | 69 | 70 | shell(){ 71 | if ! command -v fastfetch 72 | then 73 | clear 74 | echo -e "\033[1;31m 75 | FastFetch Not Found!\033[0m" 76 | exit 1 77 | fi 78 | mkdir /home/$USER/.config/fastfetch 79 | clear 80 | banner(){ 81 | echo -e '\033[1;36m 82 | ⠀⠀⠀⢠⣾⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 83 | ⠀⠀⣰⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 84 | ⠀⢰⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 85 | ⢀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 86 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 87 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⣄⣀⣀⣤⣤⣶⣾⣿⣿⣿⡷ 88 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠁ 89 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠁⠀ 90 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀ 91 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀ \033[0;31m ______ _ _____ _ \033[1;36m 92 | ⣿⣿⣿⡇⠀⡾⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⠀⠀⠀⠀ \033[0;31m | ____| | | / ____| | | \033[1;36m 93 | ⣿⣿⣿⣧⡀⠁⣀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀ \033[0;31m | |__ __ _ ___| |_| | __ _| |_ \033[1;36m 94 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠉⢹⠉⠙⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀ \033[0;31m | __/ _` / __| __| | / _` | __|\033[1;36m 95 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣀⠀⣀⣼⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀ \033[0;31m | | | (_| \__ \ |_| |___| (_| | |_ \033[1;36m 96 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠋⠀⠀⠀⠀⠀⠀⠀⠀ \033[0;31m |_| \__,_|___/\__|\_____\__,_|\__|\033[1;36m 97 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀ \033[0;36m FastFetch Theme Pack.\033[1;36m 98 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠀⠤⢀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 99 | ⣿⣿⣿⣿⠿⣿⣿⣿⣿⣿⣿⣿⠿⠋⢃⠈⠢⡁⠒⠄⡀⠈⠁⠀⠀⠀⠀⠀⠀⠀ 100 | ⣿⣿⠟⠁⠀⠀⠈⠉⠉⠁⠀⠀⠀⠀⠈⠆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 101 | ⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 102 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ 103 | ' 104 | echo -e ' 105 | \e[1;34m[01]\e[0;32mSmall Themes \e[1;35m[02]\e[0;32mLarge Themes\e[1;34m \e[1;31m[A]\e[0;32mAbout \e[1;31m[B]\e[0;32mBackup \e[1;31m[x]\e[0;32mExit 106 | ' 107 | echo -ne "\e[1;31mm3tozz\033[0;36m@\033[1;33mfastcat\n\e \033[0;36m↳\033[0m " ; read islem 108 | } 109 | 110 | 111 | 112 | banner 113 | if [[ $islem == 1 || $islem == 01 ]]; then 114 | clear 115 | cd Small-Themes/ 116 | bash start.sh 117 | 118 | elif [[ $islem == 2 || $islem == 02 ]]; then 119 | clear 120 | cd Large-Themes/ 121 | bash start.sh 122 | elif [[ $islem == x || $islem == X ]]; then 123 | clear 124 | 125 | elif [[ $islem == a || $islem == A ]]; then 126 | clear 127 | echo -e ' 128 | _____ _ ____ _ 129 | | ___|_ _ ___| |_ / ___|__ _| |_ 130 | | |_ / _` / __| __| | / _` | __|FastFetch Theme Pack! 131 | | _| (_| \__ \ |_| |__| (_| | |_ 132 | |_| \__,_|___/\__|\____\__,_|\__| 133 | ' 134 | echo -e "$blue##########################################################$tp" 135 | echo -e " Create by ":" $red M3TOZZ$tp" 136 | echo -e " Contributors ":" $red LierB & m3tozz$tp" 137 | echo -e " Github ":" $red github.com/m3tozz/FastCat$tp" 138 | echo -e " Community Server ":" $red discord.com/invite/sQwYCZer95$tp" 139 | echo -e " Version ":" $red ${version} $tp" 140 | echo -e "$blue##########################################################$tp" 141 | exit 1 142 | 143 | elif [[ $islem == b || $islem == B ]]; then 144 | bash ./backup.sh 145 | else 146 | echo -e '\e[1;34m Wrong transaction number!\033[0m' 147 | fi 148 | } 149 | 150 | # Argument Parser. 151 | case "${1,,}" in 152 | "--shell"|"-s") 153 | shell 154 | ;; 155 | "--backup"|"-b") 156 | fastcat:backup 157 | ;; 158 | "--about"|"-a") 159 | fastcat:about 160 | ;; 161 | "--version"|"-v") 162 | fastcat:version 163 | ;; 164 | *) 165 | help 166 | ;; 167 | esac 168 | -------------------------------------------------------------------------------- /.config/fastfetch-theme-selector/FastCat/install-icons.sh: -------------------------------------------------------------------------------- 1 | # Made By M3TOZZ 2 | 3 | clear 4 | 5 | banner(){ 6 | echo -e '\033[1;36m 7 | ______ __ ______ __ 8 | / ____/___ ______/ /_/ ____/___ _/ /_ 9 | / /_ / __ `/ ___/ __/ / / __ `/ __/ 10 | / __/ / /_/ (__ ) /_/ /___/ /_/ / /_ 11 | /_/ \__,_/____/\__/\____/\__,_/\__/ 12 | FastFetch Theme Pack 13 | ' 14 | 15 | echo -ne "\e[0;32mInstall Terminal Icons (icons-in-terminal) (Y/N)" ; read islem 16 | } 17 | 18 | banner 19 | if [[ $islem == y || $islem == Y ]]; then 20 | clear 21 | echo -e "\033[0;31mSetting Up...\033[1;36m" 22 | git clone https://github.com/sebastiencs/icons-in-terminal.git 23 | cd icons-in-terminal 24 | ./install.sh 25 | clear 26 | echo -e "\033[1;31mFastCat - FastFetch Theme Pack!\033[0m" 27 | sleep 3 28 | ./print_icons.sh 29 | echo -e "\033[1;31mInstalled! \033[1;36mNow Start A New Terminal :) \033[0m" 30 | 31 | elif [[ $islem == n || $islem == N ]]; then 32 | clear 33 | echo -e "\033[0m GoodBye." 34 | exit 1 35 | else 36 | echo -e '\033[36;40;1m Wrong transaction number!\033[0m' 37 | fi 38 | -------------------------------------------------------------------------------- /.config/fastfetch/ascii/arch.txt: -------------------------------------------------------------------------------- 1 | . 2 | / \ 3 | / \ 4 | /\ \ 5 | / \ 6 | / \ 7 | / .-. \ 8 | / | | _\ 9 | / _.' '._ \ 10 | /_.-' '-._\ 11 | 12 | -------------------------------------------------------------------------------- /.config/fastfetch/ascii/cat.txt: -------------------------------------------------------------------------------- 1 | /\___/\ 2 | ) ( 3 | =\ /= 4 | ) ( 5 | / \ 6 | ) ( 7 | / \ 8 | \ / 9 | \__ __/ 10 | )) 11 | // 12 | (( 13 | \) 14 | 15 | 16 | -------------------------------------------------------------------------------- /.config/fastfetch/ascii/rose.txt: -------------------------------------------------------------------------------- 1 | _,--._.-, 2 | /\_/-,\_ ) 3 | .-.) _;=='_/ (.; 4 | \ \' \/= ) 5 | -\.'-. __.'|-' 6 | <_`-'\'__.'/ 7 | `'-._( \ 8 | ___ \\\, ___ 9 | \ .'-. \\\ .-'_. / 10 | '._' '.\\\/.-'_.' 11 | '--``\\('--' 12 | \\\ 13 | `\\\ 14 | \\| 15 | -------------------------------------------------------------------------------- /.config/fastfetch/config.jsonc: -------------------------------------------------------------------------------- 1 | // _____ _____ _____ _____ _____ _____ _____ _____ _____ 2 | // | __| _ | __|_ _| __| __|_ _| | | | 3 | // | __| |__ | | | | __| __| | | | --| | 4 | // |__| |__|__|_____| |_| |__| |_____| |_| |_____|__|__| 5 | // 6 | // by Bina 7 | 8 | 9 | // execute with: fastfetch --colors-block-range-start 9 --colors-block-width 3 10 | 11 | { 12 | "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", 13 | "logo": { 14 | "source": "~/.config/fastfetch/ascii/arch.txt", 15 | "padding": { 16 | "top": 2, 17 | "right": 6 18 | } 19 | }, 20 | "display": { 21 | "separator": " " 22 | }, 23 | "modules": [ 24 | "break", 25 | "break", 26 | { 27 | "type": "title", 28 | "keyWidth": 10 29 | }, 30 | "break", 31 | { 32 | "type": "os", 33 | "key": " ", 34 | "keyColor": "33", // = color3 35 | }, 36 | { 37 | "type": "kernel", 38 | "key": " ", 39 | "keyColor": "33", 40 | }, 41 | { 42 | "type": "packages", 43 | "format": "{} (pacman)", 44 | "key": " ", 45 | "keyColor": "33", 46 | }, 47 | { 48 | "type": "shell", 49 | "key": " ", 50 | "keyColor": "33", 51 | }, 52 | { 53 | "type": "terminal", 54 | "key": " ", 55 | "keyColor": "33", 56 | }, 57 | { 58 | "type": "wm", 59 | "key": " ", 60 | "keyColor": "33", 61 | }, 62 | { 63 | "type": "uptime", 64 | "key": " ", 65 | "keyColor": "33", 66 | }, 67 | { 68 | "type": "media", 69 | "key": "󰝚 ", 70 | "keyColor": "33", 71 | }, 72 | "break", 73 | "colors", 74 | "break", 75 | "break", 76 | ] 77 | } 78 | -------------------------------------------------------------------------------- /.config/hypr/hypridle.conf: -------------------------------------------------------------------------------- 1 | # _____ __ __ _____ _____ __ _____ _____ _____ 2 | # | | | | | _ | __ | | | | | | | 3 | # | |_ _| __| -| |__| | | --| -| 4 | # |__|__| |_| |__| |__|__|_____|_____|_____|__|__| 5 | # 6 | # by Bina 7 | 8 | 9 | listener { 10 | timeout = 300 11 | on-timeout = hyprlock 12 | } 13 | 14 | listener { 15 | timeout = 360 16 | on-timeout = hyprctl dispatch dpms off 17 | on-resume = hyprctl dispatch dpms on 18 | } 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf: -------------------------------------------------------------------------------- 1 | # _____ __ __ _____ _____ __ _____ _____ ____ 2 | # | | | | | _ | __ | | | _ | | | \ 3 | # | |_ _| __| -| |__| | | | | | | 4 | # |__|__| |_| |__| |__|__|_____|__|__|_|___|____/ 5 | # 6 | # by Bina 7 | 8 | 9 | # -- execute at launch -- 10 | exec-once = swww-daemon 11 | exec-once = waybar 12 | exec-once = hypridle 13 | 14 | # -- pywal colors -- 15 | # source = ~/.config/wal/templates/colors-hyprland 16 | 17 | # -- monitor -- 18 | # monitor=,preferred,auto,auto 19 | monitor=eDP-1, 1920x1080@60.00300, 0x0, 1 # or 1.25 for my monitor 20 | 21 | # -- programs -- 22 | $terminal = kitty 23 | #$fileManager = nautilus # put your preffered fileManager here, choose keybind 24 | $menu = wofi --show drun 25 | 26 | # -- environment variables -- 27 | 28 | general { 29 | gaps_in = 5 30 | gaps_out = 8 31 | border_size = 0 32 | layout = dwindle 33 | allow_tearing = false 34 | } 35 | 36 | decoration { 37 | rounding = 5 38 | active_opacity = 0.92 39 | inactive_opacity = 0.92 40 | fullscreen_opacity = 1 41 | blur { 42 | enabled = false 43 | size = 3 44 | passes = 1 45 | } 46 | } 47 | 48 | input { 49 | kb_layout = de 50 | kb_variant = 51 | kb_model = 52 | kb_options = 53 | kb_rules = 54 | follow_mouse = 1 55 | touchpad { 56 | natural_scroll = no 57 | } 58 | sensitivity = 0 # -1.0 to 1.0; 0 means no modification. 59 | } 60 | 61 | animations { 62 | enabled = yes 63 | bezier = myBezier, 0.05, 0.9, 0.1, 1.05 64 | animation = windows, 1, 7, myBezier 65 | animation = windowsOut, 1, 7, default, popin 80% 66 | animation = border, 1, 10, default 67 | animation = borderangle, 1, 8, default 68 | animation = fade, 1, 7, default 69 | animation = workspaces, 1, 6, default 70 | } 71 | 72 | dwindle { 73 | pseudotile = yes 74 | preserve_split = yes 75 | } 76 | 77 | master { 78 | new_is_master = true 79 | } 80 | 81 | gestures { 82 | workspace_swipe = off 83 | } 84 | 85 | misc { 86 | force_default_wallpaper = 0 87 | disable_hyprland_logo = true 88 | } 89 | 90 | # -- keybinds -- 91 | 92 | $mainMod = SUPER 93 | 94 | bind = $mainMod, RETURN, exec, $terminal 95 | bind = $mainMod, Q, killactive, # "Quit" 96 | bind = $mainMod, F, fullscreen, 97 | bind = $mainMod, V, togglefloating, 98 | bind = $mainMod, A, exec, $menu # "Apps" 99 | bind = $mainMod, D, pseudo, # dwindle 100 | bind = $mainMod, J, togglesplit, # dwindle 101 | 102 | 103 | # waybar 104 | bind = $mainMod SHIFT, B, exec, ~/.config/waybar/launch.sh 105 | bind = $mainMod, B, exec, killall -SIGUSR1 waybar 106 | 107 | # wallpaper/swww 108 | bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh 109 | 110 | # wlogout 111 | bind = $mainMod, M, exec, wlogout -b 2 112 | 113 | # switch workspaces 114 | bind = $mainMod, 1, workspace, 1 115 | bind = $mainMod, 2, workspace, 2 116 | bind = $mainMod, 3, workspace, 3 117 | bind = $mainMod, 4, workspace, 4 118 | bind = $mainMod, 5, workspace, 5 119 | bind = $mainMod, 6, workspace, 6 120 | bind = $mainMod, 7, workspace, 7 121 | bind = $mainMod, 8, workspace, 8 122 | bind = $mainMod, 9, workspace, 9 123 | bind = $mainMod, 0, workspace, 10 124 | bind = $mainMod, TAB, workspace, e+1 125 | 126 | # move active window to a workspace 127 | bind = $mainMod SHIFT, 1, movetoworkspace, 1 128 | bind = $mainMod SHIFT, 2, movetoworkspace, 2 129 | bind = $mainMod SHIFT, 3, movetoworkspace, 3 130 | bind = $mainMod SHIFT, 4, movetoworkspace, 4 131 | bind = $mainMod SHIFT, 5, movetoworkspace, 5 132 | bind = $mainMod SHIFT, 6, movetoworkspace, 6 133 | bind = $mainMod SHIFT, 7, movetoworkspace, 7 134 | bind = $mainMod SHIFT, 8, movetoworkspace, 8 135 | bind = $mainMod SHIFT, 9, movetoworkspace, 9 136 | bind = $mainMod SHIFT, 0, movetoworkspace, 10 137 | 138 | # move focus 139 | bind = $mainMod, left, movefocus, l 140 | bind = $mainMod, right, movefocus, r 141 | bind = $mainMod, up, movefocus, u 142 | bind = $mainMod, down, movefocus, d 143 | 144 | # scroll through existing workspaces 145 | bind = $mainMod, mouse_down, workspace, e+1 146 | bind = $mainMod, mouse_up, workspace, e-1 147 | 148 | # move/resize windows 149 | bindm = $mainMod, mouse:272, movewindow 150 | bindm = $mainMod SHIFT, mouse:272, resizewindow 151 | 152 | bind = $mainMod SHIFT, right, resizeactive, 30 0 153 | bind = $mainMod SHIFT, left, resizeactive, -30 0 154 | bind = $mainMod SHIFT, up, resizeactive, 0 -30 155 | bind = $mainMod SHIFT, down, resizeactive, 0 30 156 | 157 | bind = $mainMod SHIFT, L, moveactive, 30 0 158 | bind = $mainMod SHIFT, I, moveactive, -30 0 159 | bind = $mainMod SHIFT, O, moveactive, 0 -30 160 | bind = $mainMod SHIFT, K, moveactive, 0 30 161 | 162 | # screenshots 163 | bind = $mainMod, P, exec, grimblast save screen 164 | bind = $mainMod ALT, P, exec, sleep 5 && grimblast save screen 165 | bind = $mainMod CTRL, P, exec, grimblast --cursor save screen 166 | bind = $mainMod SHIFT, P, exec, grimblast save area 167 | 168 | -------------------------------------------------------------------------------- /.config/hypr/hyprlock.conf: -------------------------------------------------------------------------------- 1 | # _____ __ __ _____ _____ __ _____ _____ _____ 2 | # | | | | | _ | __ | | | | | | | 3 | # | |_ _| __| -| |__| | | --| -| 4 | # |__|__| |_| |__| |__|__|_____|_____|_____|__|__| 5 | # 6 | # by Bina 7 | 8 | 9 | general { 10 | hide_cursor = true 11 | no_fade_in = false 12 | grace = 0 13 | disable_loading_bar = true 14 | } 15 | 16 | background { 17 | monitor = 18 | path = ~/wallpapers/current_wallpaper_blurred.png 19 | blur_passes = 0 20 | } 21 | 22 | # -- pywal colors -- 23 | source = $HOME/.cache/wal/colors-hyprland 24 | 25 | # -- time -- 26 | label { 27 | monitor = 28 | text = cmd[update:1000] echo "$(date +"%H:%M")" 29 | color = $color7 30 | font_size = 80 31 | font_family = JetBrains Mono ExtraBold 32 | position = 0, 100 33 | halign = center 34 | valign = center 35 | } 36 | 37 | # -- quote -- 38 | label { 39 | monitor = 40 | text = - PAIN IS REAL, BUT SO IS HOPE - 41 | color = $color6 42 | font_size = 12 43 | font_family = JetBrains Mono ExtraLight 44 | position = 0, 80 45 | halign = center 46 | valign = center 47 | } 48 | 49 | # -- greeting -- 50 | label { 51 | monitor = 52 | text = Heya $USER :3 53 | color = $color7 54 | font_size = 20 55 | font_family = JetBrains Mono Light 56 | position = 0, 0 57 | halign = center 58 | valign = center 59 | } 60 | 61 | # -- password input -- 62 | input-field { 63 | monitor = 64 | size = 230, 40 65 | outline_thickness = 0 66 | dots_size = 0.2 67 | dots_spacing = 0.4 68 | dots_center = true 69 | inner_color = $color1 70 | font_color = $color7 71 | fade_on_empty = false 72 | placeholder_text = unlock the magic... 73 | fail_color = $color7 74 | hide_input = false 75 | position = 0, -50 76 | halign = center 77 | valign = center 78 | } 79 | 80 | 81 | -------------------------------------------------------------------------------- /.config/hypr/scripts/wallpaper.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # _ _ _ _____ __ __ _____ _____ _____ _____ _____ 3 | # | | | | _ | | | | | _ | _ | _ | __| __ | 4 | # | | | | | |__| |__| __| | __| __| -| 5 | # |_____|__|__|_____|_____|__| |__|__|__| |_____|__|__| 6 | # 7 | # by Bina 8 | 9 | 10 | current_wp="$HOME/wallpapers/current_wallpaper" 11 | blurred_wp="$HOME/wallpapers/current_wallpaper_blurred.png" 12 | blur="50x30" 13 | 14 | # write path to wp into file 15 | if [ ! -f $current_wp ]; then 16 | touch $current_wp 17 | echo "$HOME/wallpapers/default.png" > "$current_wp" 18 | fi 19 | 20 | # current wallpaper path 21 | current_wallpaper=$(cat "$current_wp") 22 | 23 | # select new wallpaper 24 | case $1 in 25 | "init") 26 | if [ -f $current_wp ]; then 27 | wal -q -i $current_wallpaper 28 | else 29 | wal -q -i ~/wallpapers/ 30 | fi 31 | ;; 32 | # random wallpaper 33 | *) 34 | wal -q -i ~/wallpapers/ 35 | ;; 36 | esac 37 | 38 | # new wallpaper name 39 | new_wp=$(echo $wallpaper | sed "s|$HOME/wallpapers/||g") 40 | 41 | # launch waybar based on new wallpaper colors 42 | source "$HOME/.cache/wal/colors.sh" 43 | ~/.config/waybar/launch.sh 44 | 45 | # update soft link to cava colors based on wallpaper colors 46 | # (cava needs to manually be restarted) 47 | ln -sf "$HOME/.cache/wal/cava-colors" "$HOME/.config/cava/config" 48 | 49 | # switch to new wallpaper with swww 50 | transition_type="grow" 51 | #transition_type="wipe" 52 | # transition_type="random" 53 | 54 | swww img $wallpaper \ 55 | --transition-type=$transition_type \ 56 | --transition-pos top-right 57 | 58 | # create blurred wallpaper (for wlogout) 59 | magick $wallpaper -resize 1920x1080\! $wallpaper 60 | echo ":: Resized" 61 | if [ ! "$blur" == "0x0" ] ; then 62 | magick $wallpaper -blur $blur $blurred_wp 63 | echo ":: Blurred" 64 | fi 65 | 66 | # update current wallpaper file 67 | echo "$wallpaper" > "$current_wp" 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /.config/kitty/kitty.conf: -------------------------------------------------------------------------------- 1 | # _____ __ _____ _____ __ __ 2 | # | | |__|_ _|_ _| | | 3 | # | -| | | | | | |_ _| 4 | # |__|__|__| |_| |_| |_| 5 | # 6 | # by Bina 7 | 8 | 9 | # -- font config -- 10 | # available fonts: $ kitty list-fonts 11 | font_family JetBrains Mono 12 | bold_font auto 13 | italic_font auto 14 | bold_italic_font auto 15 | font_size 12 16 | 17 | # -- window -- 18 | window_margin_width 10 15 19 | window_resize_step_cells 5 20 | window_resize_step_lines 2 21 | confirm_os_window_close 0 22 | 23 | # -- color scheme -- 24 | background_opacity 0.9 25 | background_blur 0 26 | 27 | # -- misc settings -- 28 | enable_audio_bell no 29 | force_ltr no 30 | detect_urls yes 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /.config/neofetch/ascii/arch.txt: -------------------------------------------------------------------------------- 1 | . 2 | / \ 3 | / \ 4 | /\ \ 5 | / \ 6 | / \ 7 | / .-. \ 8 | / | | _\ 9 | / _.' '._ \ 10 | /_.-' '-._\ 11 | 12 | -------------------------------------------------------------------------------- /.config/neofetch/ascii/cat.txt: -------------------------------------------------------------------------------- 1 | /\___/\ 2 | ) ( 3 | =\ /= 4 | ) ( 5 | / \ 6 | ) ( 7 | / \ 8 | \ / 9 | \__ __/ 10 | )) 11 | // 12 | (( 13 | \) 14 | 15 | -------------------------------------------------------------------------------- /.config/neofetch/ascii/rose.txt: -------------------------------------------------------------------------------- 1 | _,--._.-, 2 | /\_/-,\_ ) 3 | .-.) _;=='_/ (.; 4 | \ \' \/= ) 5 | -\.'-. __.'|-' 6 | <_`-'\'__.'/ 7 | `'-._( \ 8 | ___ \\\, ___ 9 | \ .'-. \\\ .-'_. / 10 | '._' '.\\\/.-'_.' 11 | '--``\\('--' 12 | \\\ 13 | `\\\ 14 | \\| 15 | -------------------------------------------------------------------------------- /.config/neofetch/config.conf: -------------------------------------------------------------------------------- 1 | # _____ _____ _____ _____ _____ _____ _____ _____ 2 | # | | | __| | __| __|_ _| | | | 3 | # | | | | __| | | __| __| | | | --| | 4 | # |_|___|_____|_____|__| |_____| |_| |_____|__|__| 5 | # 6 | # by Bina 7 | 8 | 9 | print_info() { 10 | 11 | info "" title 12 | echo 13 | info "$(color 3)" distro 14 | info "$(color 3)" kernel 15 | info "$(color 3)" packages 16 | info "$(color 3)" shell 17 | info "$(color 3)" term 18 | info "$(color 3)" de # hyprland is a wm btw 19 | info "$(color 3)" uptime 20 | info "$(color 3)󰝚" song 21 | 22 | # alternative 23 | # info "$(color 1)" distro #   24 | # info "$(color 0)" kernel 25 | # info "$(color 2)" packages #   26 | # info "$(color 0)" users 27 | # info "$(color 3)" shell 28 | # info "$(color 4)" term #  29 | # info "$(color 5)" de #  30 | # info "$(color 0)" wm 31 | # info "$(color 0)" wm_theme 32 | # info "$(color 0)" theme 33 | # info "$(color 0)" icons 34 | # info "$(color 0)" font 35 | # info "$(color 0)" term_font 36 | # info "$(color 0)" model 37 | # info "$(color 0)" cpu 38 | # info "$(color 0)" gpu 39 | # info "$(color 0)" resolution 40 | # info "$(color 0)" memory #  41 | # info "$(color 0)" disk 42 | # info "$(color 6)" uptime 43 | # info "$(color 7)󰝚" song 44 | 45 | info cols 46 | } 47 | 48 | printf "\n\n" 49 | 50 | 51 | # -- Text -- 52 | colors=(distro) # or order e.g. (2 3 1 6 4 1) 53 | bold="on" 54 | underline_enabled="on" 55 | underline_char="-" 56 | 57 | # -- Info Separator -- 58 | separator=" " # "\t" ": ", "-> ", " ▐ ", " • " ... 59 | 60 | # -- Distro -- 61 | distro_shorthand="off" 62 | os_arch="on" 63 | 64 | # -- Kernel -- 65 | kernel_shorthand="on" 66 | 67 | # -- Packages -- 68 | package_managers="on" # 'on'/'tiny'/'off' 69 | 70 | # -- Shell -- 71 | shell_path="off" 72 | shell_version="on" 73 | 74 | # -- Desktop Environment -- 75 | de_version="on" 76 | 77 | # -- Gtk Theme / Icons / Font -- 78 | gtk_shorthand="off" 79 | gtk2="on" 80 | gtk3="on" 81 | 82 | # -- CPU -- 83 | speed_type="bios_limit" # 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq' 84 | speed_shorthand="off" 85 | cpu_brand="on" 86 | cpu_speed="on" 87 | cpu_cores="logical" # 'physical', 'off' 88 | cpu_temp="off" # 'C', 'F' 89 | 90 | # -- GPU -- 91 | gpu_brand="on" 92 | gpu_type="all" # 'dedicated', 'integrated' 93 | 94 | # -- Resolution -- 95 | refresh_rate="off" 96 | 97 | # -- Memory -- 98 | memory_percent="off" 99 | memory_unit="mib" # 'kib'/'mib'/'gib' 100 | 101 | # -- Disk -- 102 | disk_show=('/') # '/dev/sdXX', '/path/to/drive' 103 | disk_subtitle="mount" # 'name', 'dir', 'none' 104 | disk_percent="on" 105 | 106 | # -- Uptime -- 107 | uptime_shorthand="tiny" # 'tiny'/'on'/'off' 108 | 109 | # -- Song -- 110 | music_player="auto" 111 | song_format="%artist% - %title%" # '%album%' 112 | song_shorthand="off" # on = separate lines 113 | 114 | # -- Color Blocks -- 115 | block_range=(1 7) # (0 15) 116 | color_blocks="on" 117 | block_width=3 118 | block_height=1 119 | col_offset="auto" # leave 'int' space 120 | 121 | # -- Backend -- 122 | image_backend="ascii" # 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' 123 | #image_source="wallpaper" # 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' # with backend "kitty" 124 | image_source="${HOME}/.config/neofetch/ascii/arch.txt" 125 | #image_source="${HOME}/.config/neofetch/images/archcat.png" # with backend "kitty" 126 | 127 | # -- Ascii -- 128 | ascii_distro="arch_small" # 'auto', for some: '{distro name}_old', '{distro name}_small', flavors of Ubuntu 129 | ascii_colors=(distro) 130 | ascii_bold="on" 131 | 132 | # -- Image -- 133 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" 134 | crop_mode="normal" # 'normal', 'fit', 'fill' 135 | crop_offset="center" # 'northwest', 'north', 'northeast', 'west', 'center', 'east', 'southwest', 'south', 'southeast' 136 | image_size="35%" # '00px', '00%' 137 | gap=5 # gap between image and text 138 | -------------------------------------------------------------------------------- /.config/wal/templates/btop: -------------------------------------------------------------------------------- 1 | # Main background, empty for terminal default, need to be empty if you want transparent background 2 | theme[main_bg]="{background}" 3 | 4 | # Main text color 5 | theme[main_fg]="{foreground}" 6 | 7 | # Title color for boxes 8 | theme[title]="{foreground}" 9 | 10 | # Highlight color for keyboard shortcuts 11 | theme[hi_fg]="{color1}" 12 | 13 | # Background color of selected item in processes box 14 | theme[selected_bg]="{color3}" 15 | 16 | # Foreground color of selected item in processes box 17 | theme[selected_fg]="{foreground}" 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]="{foreground}" 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]="{color6}" 30 | 31 | # Cpu box outline color 32 | theme[cpu_box]="{color6}" 33 | 34 | # Memory/disks box outline color 35 | theme[mem_box]="{color6}" 36 | 37 | # Net up/down box outline color 38 | theme[net_box]="{color6}" 39 | 40 | # Processes box outline color 41 | theme[proc_box]="{color6}" 42 | 43 | # Box divider line and small boxes line color 44 | theme[div_line]="{color6}" 45 | 46 | # Temperature graph colors 47 | theme[temp_start]="{color3}" 48 | theme[temp_mid]="{color4}" 49 | theme[temp_end]="{color5}" 50 | 51 | # CPU graph colors 52 | theme[cpu_start]="{color3}" 53 | theme[cpu_mid]="{color4}" 54 | theme[cpu_end]="{color5}" 55 | 56 | # Mem/Disk free meter 57 | theme[free_start]="{color3}" 58 | theme[free_mid]="{color4}" 59 | theme[free_end]="{color5}" 60 | 61 | # Mem/Disk cached meter 62 | theme[cached_start]="{color3}" 63 | theme[cached_mid]="{color4}" 64 | theme[cached_end]="{color5}" 65 | 66 | # Mem/Disk available meter 67 | theme[available_start]="{color3}" 68 | theme[available_mid]="{color4}" 69 | theme[available_end]="{color5}" 70 | 71 | # Mem/Disk used meter 72 | theme[used_start]="{color3}" 73 | theme[used_mid]="{color4}" 74 | theme[used_end]="{color5}" 75 | 76 | # Download graph colors 77 | theme[download_start]="{color3}" 78 | theme[download_mid]="{color4}" 79 | theme[download_end]="{color5}" 80 | 81 | # Upload graph colors 82 | theme[upload_start]="{color3}" 83 | theme[upload_mid]="{color4}" 84 | theme[upload_end]="{color5}" 85 | 86 | # Process box color gradient for threads, mem and cpu usage 87 | theme[process_start]="{color3}" 88 | theme[process_mid]="{color4}" 89 | theme[process_end]="{color5}" 90 | -------------------------------------------------------------------------------- /.config/wal/templates/cava-colors: -------------------------------------------------------------------------------- 1 | ## Configuration file for CAVA. Default values are commented out. Use either ';' or '#' for commenting. 2 | 3 | 4 | [general] 5 | 6 | # Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0 7 | ; mode = normal 8 | 9 | # Accepts only non-negative values. 10 | ; framerate = 60 11 | 12 | # 'autosens' will attempt to decrease sensitivity if the bars peak. 1 = on, 0 = off 13 | # new as of 0.6.0 autosens of low values (dynamic range) 14 | # 'overshoot' allows bars to overshoot (in % of terminal height) without initiating autosens. DEPRECATED as of 0.6.0 15 | ; autosens = 1 16 | ; overshoot = 20 17 | 18 | # Manual sensitivity in %. If autosens is enabled, this will only be the initial value. 19 | # 200 means double height. Accepts only non-negative values. 20 | ; sensitivity = 100 21 | 22 | # The number of bars (0-200). 0 sets it to auto (fill up console). 23 | # Bars' width and space between bars in number of characters. 24 | ; bars = 0 25 | ; bar_width = 2 26 | ; bar_spacing = 1 27 | 28 | # For SDL width and space between bars is in pixels, defaults are: 29 | ; bar_width = 20 30 | ; bar_spacing = 5 31 | 32 | 33 | # Lower and higher cutoff frequencies for lowest and highest bars 34 | # the bandwidth of the visualizer. 35 | # Note: there is a minimum total bandwidth of 43Mhz x number of bars. 36 | # Cava will automatically increase the higher cutoff if a too low band is specified. 37 | ; lower_cutoff_freq = 50 38 | ; higher_cutoff_freq = 10000 39 | 40 | 41 | # Seconds with no input before cava goes to sleep mode. Cava will not perform FFT or drawing and 42 | # only check for input once per second. Cava will wake up once input is detected. 0 = disable. 43 | ; sleep_timer = 0 44 | 45 | 46 | [input] 47 | 48 | # Audio capturing method. Possible methods are: 'pulse', 'alsa', 'fifo', 'sndio' or 'shmem' 49 | # Defaults to 'pulse', 'alsa' or 'fifo', in that order, dependent on what support cava was built with. 50 | # 51 | # All input methods uses the same config variable 'source' 52 | # to define where it should get the audio. 53 | # 54 | # For pulseaudio 'source' will be the source. Default: 'auto', which uses the monitor source of the default sink 55 | # (all pulseaudio sinks(outputs) have 'monitor' sources(inputs) associated with them). 56 | # 57 | # For alsa 'source' will be the capture device. 58 | # For fifo 'source' will be the path to fifo-file. 59 | # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address 60 | method = pulse 61 | source = auto 62 | 63 | ; method = alsa 64 | ; source = hw:Loopback,1 65 | 66 | ; method = fifo 67 | ; source = /tmp/mpd.fifo 68 | ; sample_rate = 44100 69 | ; sample_bits = 16 70 | 71 | ; method = shmem 72 | ; source = /squeezelite-AA:BB:CC:DD:EE:FF 73 | 74 | ; method = portaudio 75 | ; source = auto 76 | 77 | 78 | [output] 79 | 80 | # Output method. Can be 'ncurses', 'noncurses', 'raw' or 'sdl'. 81 | # 'noncurses' uses a custom framebuffer technique and prints only changes 82 | # from frame to frame in the terminal. 'ncurses' is default if supported. 83 | # 84 | # 'raw' is an 8 or 16 bit (configurable via the 'bit_format' option) data 85 | # stream of the bar heights that can be used to send to other applications. 86 | # 'raw' defaults to 200 bars, which can be adjusted in the 'bars' option above. 87 | # 88 | # 'sdl' uses the Simple DirectMedia Layer to render in a graphical context. 89 | ; method = ncurses 90 | 91 | # Visual channels. Can be 'stereo' or 'mono'. 92 | # 'stereo' mirrors both channels with low frequencies in center. 93 | # 'mono' outputs left to right lowest to highest frequencies. 94 | # 'mono_option' set mono to either take input from 'left', 'right' or 'average'. 95 | ; channels = stereo 96 | ; mono_option = average 97 | 98 | # Raw output target. A fifo will be created if target does not exist. 99 | ; raw_target = /dev/stdout 100 | 101 | # Raw data format. Can be 'binary' or 'ascii'. 102 | ; data_format = binary 103 | 104 | # Binary bit format, can be '8bit' (0-255) or '16bit' (0-65530). 105 | ; bit_format = 16bit 106 | 107 | # Ascii max value. In 'ascii' mode range will run from 0 to value specified here 108 | ; ascii_max_range = 1000 109 | 110 | # Ascii delimiters. In ascii format each bar and frame is separated by a delimiters. 111 | # Use decimal value in ascii table (i.e. 59 = ';' and 10 = '\n' (line feed)). 112 | ; bar_delimiter = 59 113 | ; frame_delimiter = 10 114 | 115 | # sdl window size and position. -1,-1 is centered. 116 | ; sdl_width = 1000 117 | ; sdl_height = 500 118 | ; sdl_x = -1 119 | ; sdl_y= -1 120 | 121 | [color] 122 | 123 | # Colors can be one of seven predefined: black, blue, cyan, green, magenta, red, white, yellow. 124 | # Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires 125 | # ncurses output method and a terminal that can change color definitions such as Gnome-terminal or rxvt. 126 | # if supported, ncurses mode will be forced on if user defined colors are used. 127 | # default is to keep current terminal color 128 | ; background = default 129 | ; foreground = default 130 | 131 | # SDL only support hex code colors, these are the default: 132 | ; background = '#111111' 133 | ; foreground = '#33cccc' 134 | 135 | 136 | # Gradient mode, only hex defined colors (and thereby ncurses mode) are supported, 137 | # background must also be defined in hex or remain commented out. 1 = on, 0 = off. 138 | # You can define as many as 8 different colors. They range from bottom to top of screen 139 | # In the [color] section 140 | 141 | [color] 142 | 143 | gradient = 1 144 | 145 | gradient_color_1 = '{color0}' 146 | gradient_color_2 = '{color2}' 147 | gradient_color_3 = '{color3}' 148 | gradient_color_4 = '{color5}' 149 | gradient_color_5 = '{color7}' 150 | gradient_color_6 = '{color12}' 151 | gradient_color_7 = '{color13}' 152 | gradient_color_8 = '{color15}' 153 | 154 | 155 | 156 | [smoothing] 157 | 158 | # Percentage value for integral smoothing. Takes values from 0 - 100. 159 | # Higher values means smoother, but less precise. 0 to disable. 160 | ; integral = 77 161 | 162 | # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. 163 | ; monstercat = 0 164 | ; waves = 0 165 | 166 | # Set gravity percentage for "drop off". Higher values means bars will drop faster. 167 | # Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". 168 | ; gravity = 100 169 | 170 | 171 | # In bar height, bars that would have been lower that this will not be drawn. 172 | ; ignore = 0 173 | 174 | 175 | [eq] 176 | 177 | # This one is tricky. You can have as much keys as you want. 178 | # Remember to uncomment more then one key! More keys = more precision. 179 | # Look at readme.md on github for further explanations and examples. 180 | ; 1 = 1 # bass 181 | ; 2 = 1 182 | ; 3 = 1 # midtone 183 | ; 4 = 1 184 | ; 5 = 1 # treble 185 | -------------------------------------------------------------------------------- /.config/wal/templates/colors-hyprland: -------------------------------------------------------------------------------- 1 | $foregroundCol = 0xff{foreground.strip} 2 | $backgroundCol = 0xff{background.strip} 3 | $color0 = 0xff{color0.strip} 4 | $color1 = 0xff{color1.strip} 5 | $color2 = 0xff{color2.strip} 6 | $color3 = 0xff{color3.strip} 7 | $color4 = 0xff{color4.strip} 8 | $color5 = 0xff{color5.strip} 9 | $color6 = 0xff{color6.strip} 10 | $color7 = 0xff{color7.strip} 11 | $color8 = 0xff{color8.strip} 12 | $color9 = 0xff{color9.strip} 13 | $color10 = 0xff{color10.strip} 14 | $color11 = 0xff{color11.strip} 15 | $color12 = 0xff{color12.strip} 16 | $color13 = 0xff{color13.strip} 17 | $color14 = 0xff{color14.strip} 18 | $color15 = 0xff{color15.strip} 19 | -------------------------------------------------------------------------------- /.config/wal/templates/colors-waybar.css: -------------------------------------------------------------------------------- 1 | @define-color foreground {foreground}; 2 | @define-color background {background}; 3 | @define-color cursor {cursor}; 4 | 5 | @define-color color0 {color0}; 6 | @define-color color1 {color1}; 7 | @define-color color2 {color2}; 8 | @define-color color3 {color3}; 9 | @define-color color4 {color4}; 10 | @define-color color5 {color5}; 11 | @define-color color6 {color6}; 12 | @define-color color7 {color7}; 13 | @define-color color8 {color8}; 14 | @define-color color9 {color9}; 15 | @define-color color10 {color10}; 16 | @define-color color11 {color11}; 17 | @define-color color12 {color12}; 18 | @define-color color13 {color13}; 19 | @define-color color14 {color14}; 20 | @define-color color15 {color15}; 21 | 22 | -------------------------------------------------------------------------------- /.config/wal/templates/colors-wlogout.css: -------------------------------------------------------------------------------- 1 | @define-color foreground {foreground}; 2 | @define-color background {background}; 3 | @define-color cursor {cursor}; 4 | 5 | @define-color color0 {color0}; 6 | @define-color color1 {color1}; 7 | @define-color color2 {color2}; 8 | @define-color color3 {color3}; 9 | @define-color color4 {color4}; 10 | @define-color color5 {color5}; 11 | @define-color color6 {color6}; 12 | @define-color color7 {color7}; 13 | @define-color color8 {color8}; 14 | @define-color color9 {color9}; 15 | @define-color color10 {color10}; 16 | @define-color color11 {color11}; 17 | @define-color color12 {color12}; 18 | @define-color color13 {color13}; 19 | @define-color color14 {color14}; 20 | @define-color color15 {color15}; 21 | 22 | 23 | -------------------------------------------------------------------------------- /.config/waybar/config: -------------------------------------------------------------------------------- 1 | // _ _ _ _____ __ __ _____ _____ _____ 2 | // | | | | _ | | | __ | _ | __ | 3 | // | | | | |_ _| __ -| | -| 4 | // |_____|__|__| |_| |_____|__|__|__|__| CONFIG 5 | // 6 | // by Bina 7 | 8 | 9 | { 10 | // load modules 11 | "include": "~/.config/waybar/modules.json", 12 | 13 | // general settings 14 | "position": "top", 15 | "margin-top": 8, 16 | "margin-bottom": 0, 17 | "layer": "top", 18 | "margin-left": 8, 19 | "margin-right": 8, 20 | "spacing": 10, 21 | "fixed-center": true, 22 | "exclusive": true, 23 | 24 | // modules 25 | "modules-left": [ 26 | "hyprland/workspaces", 27 | "wlr/taskbar" 28 | ], 29 | 30 | "modules-center": [ 31 | "clock" 32 | ], 33 | 34 | "modules-right": [ 35 | "group/hardware", 36 | "pulseaudio", 37 | "bluetooth", 38 | "network", 39 | "battery", 40 | "custom/exit" 41 | ] 42 | } 43 | 44 | -------------------------------------------------------------------------------- /.config/waybar/launch.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # _ _ _ _____ __ __ _____ _____ _____ 3 | # | | | | _ | | | __ | _ | __ | 4 | # | | | | |_ _| __ -| | -| 5 | # |_____|__|__| |_| |_____|__|__|__|__| LAUNCH 6 | # 7 | # by Bina 8 | 9 | # terminate running instances 10 | killall -q waybar 11 | 12 | # wait until processes have been shut down 13 | while pgrep -x waybar >/dev/null; do sleep 0.1; done 14 | 15 | # launch main 16 | waybar -c ~/.config/waybar/config & -s ~/.config/waybar/style.css 17 | 18 | -------------------------------------------------------------------------------- /.config/waybar/modules.json: -------------------------------------------------------------------------------- 1 | // _ _ _ _____ __ __ _____ _____ _____ 2 | // | | | | _ | | | __ | _ | __ | 3 | // | | | | |_ _| __ -| | -| 4 | // |_____|__|__| |_| |_____|__|__|__|__| MODULES 5 | // 6 | // by Bina 7 | 8 | 9 | { 10 | // workspaces 11 | "hyprland/workspaces" : { 12 | "on-click": "activate", 13 | "active-only": false, 14 | "all-outputs": true, 15 | "format": "{}", 16 | "format-icons": { 17 | "urgent": "", 18 | "active": "", 19 | "default": "" 20 | }, 21 | "persistent-workspaces": { 22 | "*": 5 23 | }, 24 | }, 25 | 26 | // taskbar 27 | "wlr/taskbar": { 28 | "format": "{icon}", 29 | "icon-size": 18, 30 | "tooltip-format": "{title}", 31 | "on-click": "activate", 32 | "on-click-middle": "close", 33 | }, 34 | 35 | // clock 36 | "clock": { 37 | "interval": 1, 38 | "format": "{:%H:%M}", 39 | //"format": "{:%I:%M %p}", // AM PM format 40 | "format-alt": "{:%A, %B %d - %H:%M}", 41 | "tooltip-format": "{calendar}", 42 | "calendar": { 43 | "mode": "month", 44 | "mode-mon-col": 3, 45 | "weeks-pos": "right", 46 | "on-scroll": 1, 47 | "format": { 48 | "months": "{}", 49 | "days": "{}", 50 | "weeks": "W{}", 51 | "weekdays": "{}", 52 | "today": "{}" 53 | } 54 | } 55 | }, 56 | 57 | // hardware 58 | "group/hardware": { 59 | "orientation": "inherit", 60 | "drawer": { 61 | "transition-duration": 300, 62 | "children-class": "not-memory", 63 | "transition-left-to-right": false 64 | }, 65 | "modules": [ 66 | "custom/system", 67 | "cpu", 68 | "temperature", 69 | "disk", 70 | "memory" 71 | ] 72 | }, 73 | 74 | // system 75 | "custom/system": { 76 | "format": "", 77 | "tooltip": false 78 | }, 79 | 80 | // CPU 81 | "cpu": { 82 | "format": " 󰍛 {usage}% ", 83 | "on-click": "kitty btop" 84 | }, 85 | 86 | // temperature 87 | "temperature": { 88 | "format": " 󰈸 {temperatureC}°C ", 89 | "on-click": "kitty btop" 90 | }, 91 | 92 | // harddisc space 93 | "disk": { 94 | "interval": 30, 95 | "format": " 󰋊 {percentage_used}% ", 96 | "path": "/", 97 | "on-click": "kitty btop" 98 | }, 99 | 100 | // memory 101 | "memory": { 102 | "format": "  {}% ", 103 | "on-click": "kitty btop" 104 | }, 105 | 106 | // audio 107 | "pulseaudio": { 108 | "scroll-step": 1, 109 | "format": "{icon} {volume}%", 110 | "format-bluetooth": "{volume}% {icon} {format_source}", 111 | "format-bluetooth-muted": "󰖁 {icon} {format_source}", 112 | "format-muted": "󰖁 {format_source}", 113 | "format-source": "{volume}% ", 114 | "format-source-muted": "", 115 | "format-icons": { 116 | "headphone": "", 117 | "phone": "", 118 | "car": "", 119 | "default": ["", "", ""] 120 | }, 121 | "on-click": "pavucontrol" 122 | }, 123 | 124 | // bluetooth 125 | "bluetooth": { 126 | "format": " {status}", 127 | "format-disabled": " {status}", 128 | "format-off": " {status}", 129 | "interval": 30, 130 | "on-click": "blueman-manager", 131 | "format-no-controller": "" 132 | }, 133 | 134 | // network 135 | "network": { 136 | "format": "{ifname}", 137 | "format-wifi": " {signalStrength}%", 138 | "format-ethernet": "󰌘 {ifname}", 139 | "format-disconnected": "disconnected", 140 | "tooltip-format": "󰌘 {ifname} via {gwaddri}", 141 | "tooltip-format-wifi": " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\n {bandwidthUpBits}  {bandwidthDownBits}", 142 | "tooltip-format-ethernet": "󰌘 {ifname}\nIP: {ipaddr}\n  {bandwidthUpBits}  {bandwidthDownBits}", 143 | "tooltip-format-disconnected": "disconnected", 144 | "max-length": 50, 145 | "on-click": "nm-connection-editor" 146 | //"on-click": "~/dotfiles/.settings/networkmanager.sh" 147 | }, 148 | 149 | // battery 150 | "battery": { 151 | "states": { 152 | "good": 95, 153 | "warning": 30, 154 | "critical": 10 155 | }, 156 | "format": "{icon} {capacity}%", 157 | "format-charging": " {capacity}%", 158 | "format-plugged": " {capacity}%", 159 | "format-icons": ["", "", "", "", ""] 160 | }, 161 | 162 | // power menu 163 | "custom/exit": { 164 | "format": "", 165 | "on-click": "wlogout -b 2", 166 | "tooltip": false 167 | }, 168 | } 169 | 170 | 171 | -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- 1 | /* _ _ _ _____ __ __ _____ _____ _____ 2 | | | | | _ | | | __ | _ | __ | 3 | | | | | |_ _| __ -| | -| 4 | |_____|__|__| |_| |_____|__|__|__|__| STYLE 5 | 6 | by Bina 7 | */ 8 | 9 | 10 | /* pywal colors */ 11 | @import '../../.cache/wal/colors-waybar.css'; 12 | @define-color ws @color4; 13 | @define-color tt @color1; 14 | @define-color clock @color3; 15 | @define-color set @color4; 16 | @define-color tb rgba(200,200,200,0.2); 17 | @define-color tbh @color5; 18 | @define-color text #FFFFFF; 19 | 20 | /* general */ 21 | * { 22 | font-family: "JetBrains Mono"; 23 | border: none; 24 | border-radius: 5px; 25 | } 26 | 27 | window#waybar { 28 | background-color: rgba(0,0,0,0.3); 29 | transition-property: background-color; 30 | transition-duration: .5s; 31 | } 32 | 33 | /* workspaces */ 34 | #workspaces { 35 | margin: 4px 1px 4px 1px; 36 | padding: 0px 0px; 37 | border-radius: 5px; 38 | border: 0px; 39 | font-weight: normal; 40 | font-style: normal; 41 | font-size: 16px; 42 | color: @text; 43 | opacity: 0.9; 44 | } 45 | 46 | #workspaces button { 47 | margin: 0px 2px; 48 | padding: 0px 5px; 49 | color: @text; 50 | transition: all 0.3s ease-in-out; 51 | } 52 | 53 | #workspaces button.active { 54 | color: @text; 55 | background: @ws; 56 | transition: all 0.3s ease-in-out; 57 | opacity: 0.9; 58 | } 59 | 60 | #workspaces button:hover { 61 | color: @text; 62 | background: @ws; 63 | opacity: 0.9; 64 | border: none; 65 | box-shadow: none; 66 | } 67 | 68 | /* taskbar */ 69 | #taskbar { 70 | background: @tb; 71 | margin: 4px 15px 4px 1px; 72 | padding: 0px; 73 | } 74 | 75 | #taskbar button { 76 | margin: 0px 1px; 77 | border-radius: 5px; 78 | padding: 0px 5px; 79 | } 80 | 81 | #taskbar button:hover { 82 | background: @tbh; 83 | opacity: 1; 84 | border: none; 85 | box-shadow: none; 86 | } 87 | 88 | /* tooltip */ 89 | tooltip { 90 | border-radius: 5px; 91 | background-color: @tt; 92 | opacity: 0.8; 93 | } 94 | 95 | tooltip label { 96 | border-radius: 5px; 97 | background-color: @tt; 98 | opacity: 0.8; 99 | padding: 0px; 100 | margin: -5px 0px; 101 | font-size: 12px; 102 | color: @text; 103 | } 104 | 105 | /* modules */ 106 | .modules-left > widget:first-child > #workspaces { 107 | margin-left: 10; 108 | } 109 | 110 | .modules-right > widget:last-child > #workspaces { 111 | margin-right: 0; 112 | } 113 | 114 | /* clock */ 115 | #clock { 116 | background-color: @clock; 117 | font-size: 16px; 118 | color: @text; 119 | border-radius: 5px; 120 | padding: 1px 10px 0px 10px; 121 | margin: 4px 1px; 122 | opacity: 0.9; 123 | border: none; 124 | } 125 | 126 | /* hardware group */ 127 | #cpu,#temperature,#disk,#memory { 128 | margin: 0px; 129 | padding: 0px; 130 | font-size: 16px; 131 | color: @text; 132 | } 133 | 134 | /* audio */ 135 | #pulseaudio { 136 | background-color: @set; 137 | font-size: 16px; 138 | color: @text; 139 | border-radius: 5px; 140 | padding: 1px 10px 0px 10px; 141 | margin: 4px 1px 4px -15px; 142 | opacity: 0.9; 143 | } 144 | 145 | /* network */ 146 | #network { 147 | background-color: @set; 148 | font-size: 16px; 149 | color: @text; 150 | border-radius: 5px; 151 | padding: 1px 10px 0px 10px; 152 | margin: 4px 1px; 153 | opacity: 0.9; 154 | } 155 | 156 | #network.ethernet { 157 | background-color: @set; 158 | color: @text; 159 | } 160 | 161 | #network.wifi { 162 | background-color: @set; 163 | color: @text; 164 | } 165 | 166 | /* bluetooth */ 167 | #bluetooth, #bluetooth.on, #bluetooth.connected, #bluetooth.off { 168 | background-color: @set; 169 | font-size: 16px; 170 | color: @text; 171 | border-radius: 5px; 172 | padding: 1px 10px 0px 10px; 173 | margin: 4px 1px; 174 | opacity: 0.9; 175 | } 176 | 177 | /* battery */ 178 | #battery { 179 | background-color: @set; 180 | font-size: 16px; 181 | color: @text; 182 | border-radius: 5px; 183 | padding: 1px 10px 0px 10px; 184 | margin: 4px 1px; 185 | opacity: 0.9; 186 | } 187 | 188 | #battery.charging, #battery.plugged { 189 | color: @text; 190 | background-color: @set; 191 | } 192 | 193 | @keyframes blink { 194 | to { 195 | background-color: @set; 196 | color: @text; 197 | } 198 | } 199 | 200 | #battery.critical:not(.charging) { 201 | background-color: #f53c3c; 202 | color: @text; 203 | animation-name: blink; 204 | animation-duration: 0.5s; 205 | animation-timing-function: linear; 206 | animation-iteration-count: infinite; 207 | animation-direction: alternate; 208 | } 209 | 210 | /* tray */ 211 | #tray { 212 | padding: 0px 15px 0px 0px; 213 | color: @text; 214 | } 215 | 216 | #tray > .passive { 217 | -gtk-icon-effect: dim; 218 | } 219 | 220 | #tray > .needs-attention { 221 | -gtk-icon-effect: highlight; 222 | } 223 | 224 | /* custom modules */ 225 | #custom-exit { 226 | margin: 0px 18px 0px 5px; 227 | padding: 0px; 228 | font-size: 20px; 229 | color: @text; 230 | } 231 | 232 | #custom-system { 233 | margin-right: 15px; 234 | font-size: 20px; 235 | font-weight: bold; 236 | opacity: 0.8; 237 | color: @text; 238 | } 239 | 240 | #custom-settings { 241 | margin-right: 0px; 242 | font-size: 20px; 243 | font-weight: bold; 244 | opacity: 0.8; 245 | color: @text; 246 | } 247 | 248 | #custom-updates { 249 | background-color: @set; 250 | font-size: 16px; 251 | color: @text; 252 | border-radius: 5px; 253 | padding: 2px 10px 0px 10px; 254 | margin: 8px 15px 8px 0px; 255 | opacity:0.8; 256 | } 257 | 258 | #custom-updates.green { 259 | background-color: @set; 260 | } 261 | 262 | #custom-updates.yellow { 263 | background-color: #ff9a3c; 264 | color: #FFFFFF; 265 | } 266 | 267 | #custom-updates.red { 268 | background-color: #dc2f2f; 269 | color: #FFFFFF; 270 | } 271 | 272 | 273 | -------------------------------------------------------------------------------- /.config/wlogout/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/.config/wlogout/icons/lock.png -------------------------------------------------------------------------------- /.config/wlogout/icons/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/.config/wlogout/icons/logout.png -------------------------------------------------------------------------------- /.config/wlogout/icons/reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/.config/wlogout/icons/reboot.png -------------------------------------------------------------------------------- /.config/wlogout/icons/shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/.config/wlogout/icons/shutdown.png -------------------------------------------------------------------------------- /.config/wlogout/layout: -------------------------------------------------------------------------------- 1 | { 2 | "label" : "lock", 3 | "action" : "hyprlock", 4 | "keybind" : "l" 5 | } 6 | { 7 | "label" : "reboot", 8 | "action" : "systemctl reboot", 9 | "keybind" : "r" 10 | } 11 | { 12 | "label" : "logout", 13 | "action" : "loginctl terminate-user $USER", 14 | "keybind" : "e" 15 | } 16 | { 17 | "label" : "shutdown", 18 | "action" : "systemctl poweroff", 19 | "keybind" : "s" 20 | } 21 | 22 | -------------------------------------------------------------------------------- /.config/wlogout/style.css: -------------------------------------------------------------------------------- 1 | /* _ _ _ __ _____ _____ _____ _____ _____ 2 | | | | | | | | __| | | |_ _| 3 | | | | | |__| | | | | | | | | | | 4 | |_____|_____|_____|_____|_____|_____| |_| STYLE 5 | 6 | by Bina 7 | */ 8 | 9 | 10 | /* pywal colors */ 11 | @import '../../.cache/wal/colors-wlogout.css'; 12 | 13 | /* general */ 14 | * { 15 | background-image: none; 16 | transition: 20ms; 17 | box-shadow: none; 18 | } 19 | 20 | window { 21 | background-image: image(url("../../wallpapers/current_wallpaper_blurred.png")); 22 | } 23 | 24 | button { 25 | color: #FFFFFF; 26 | background-color: @color1; 27 | background-position: center; 28 | background-repeat: no-repeat; 29 | background-size: 20%; 30 | border: none; 31 | border-radius: 10px; 32 | outline-style: none; 33 | } 34 | 35 | /* options */ 36 | #lock { 37 | background-color: @color1; 38 | background-image: image(url("icons/lock.png")); 39 | border-radius: 5px 0px 0px 0px; 40 | margin : 100px 0px 0px 550px; 41 | } 42 | 43 | #reboot { 44 | background-color: @color2; 45 | background-image: image(url("icons/reboot.png")); 46 | border-radius: 0px 0px 0px 5px; 47 | margin : 0px 0px 100px 550px; 48 | } 49 | 50 | #logout { 51 | background-color: @color3; 52 | background-image: image(url("icons/logout.png")); 53 | border-radius: 0px 5px 0px 0px; 54 | margin : 100px 550px 0px 0px; 55 | } 56 | 57 | #shutdown { 58 | background-color: @color4; 59 | background-image: image(url("icons/shutdown.png")); 60 | border-radius: 0px 0px 5px 0px; 61 | margin : 0px 550px 100px 0px; 62 | } 63 | 64 | /* options on hover */ 65 | button:hover { 66 | background-size: 25%; 67 | } 68 | 69 | button:hover#lock { 70 | border-radius: 10px 10px 0px 10px; 71 | margin : 80px 0px 0px 530px; 72 | } 73 | 74 | button:hover#reboot { 75 | border-radius: 10px 0px 10px 10px; 76 | margin : 0px 0px 80px 530px; 77 | } 78 | 79 | button:hover#logout { 80 | border-radius: 10px 10px 10px 0px; 81 | margin : 80px 530px 0px 0px; 82 | } 83 | 84 | button:hover#shutdown { 85 | border-radius: 0px 10px 10px 10px; 86 | margin: 0px 530px 80px 0px; 87 | } 88 | 89 | -------------------------------------------------------------------------------- /.config/wofi/config: -------------------------------------------------------------------------------- 1 | // _ _ _ _____ _____ _ 2 | // | | | | | __|_| 3 | // | | | | | | __| | 4 | // |_____|_____|__| |_| CONFIG 5 | // 6 | // by Bina 7 | 8 | 9 | mode=drun 10 | allow_images=true 11 | image_size=30 12 | prompt= search 13 | columns=1 14 | width=480 15 | height=330 16 | no_actions=true 17 | monitor=DP-1 18 | location=center 19 | colors=colors 20 | filter_rate=100 21 | allow_markup=true 22 | halign=fill 23 | orientation=vertical 24 | content_halign=fill 25 | matching=contains 26 | insensitive=true 27 | term=kitty 28 | parse_search=true 29 | allow_markup=true 30 | single_click=false 31 | line_wrap=char 32 | key_down=Tab 33 | key_expand=Right 34 | key_forward=Down 35 | 36 | 37 | -------------------------------------------------------------------------------- /.config/wofi/style.css: -------------------------------------------------------------------------------- 1 | /* _ _ _ _____ _____ _ 2 | | | | | | __|_| 3 | | | | | | | __| | 4 | |_____|_____|__| |_| STYLE 5 | 6 | by Bina 7 | */ 8 | 9 | 10 | @import ".cache/wal/colors-waybar.css"; 11 | 12 | *{ 13 | border: none; 14 | box-shadow: none; 15 | outline: none; 16 | } 17 | 18 | window { 19 | font-size: 14px; 20 | font-family: "JetBrains Mono"; 21 | background-color: @background; 22 | border-radius: 8px; 23 | opacity: 0.90; 24 | } 25 | 26 | #outer-box { 27 | margin: 10px 10px 20px 10px; 28 | background-color: @background; 29 | opacity: 0.90; 30 | } 31 | 32 | #inner-box { 33 | margin: 10px; 34 | background-color: @background; 35 | opacity: 0.90; 36 | } 37 | 38 | #entry { 39 | padding: 5px 10px; 40 | border-radius: 20px; 41 | } 42 | 43 | #entry #text { 44 | padding: 0px 0px 0px 10px; 45 | font-weight: normal; 46 | color: @color7; 47 | } 48 | 49 | #entry:selected { 50 | background-color: @color4; 51 | } 52 | 53 | #entry:selected #text { 54 | padding: 0px 0px 0px 10px; 55 | font-weight: normal; 56 | color: @color0; 57 | } 58 | 59 | #input { 60 | background: transparent; 61 | margin: 0px 5px 0px 20px; 62 | color: @color7; 63 | padding: 5px; 64 | } 65 | 66 | #image { 67 | margin-left: 20px; 68 | margin-right: 20px; 69 | } 70 | 71 | #scroll { 72 | margin: 0px; 73 | } 74 | 75 | 76 | -------------------------------------------------------------------------------- /.config/zathura/zathurarc: -------------------------------------------------------------------------------- 1 | set recolor "true" 2 | set default-bg rgba(0,0,0,0.7) 3 | set recolor-lightcolor rgba(0,0,0,0) 4 | set adjust-open "width" 5 | set guioptions "" 6 | set first-page-column 1:2 7 | -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- 1 | # _____ _____ _____ _____ _____ 2 | # |__ | __| | | __ | | 3 | # | __|__ | | -| --| 4 | # |_____|_____|__|__|__|__|_____| 5 | # 6 | # by Bina 7 | 8 | 9 | # -- $PATH variable -- 10 | export PATH=$HOME/bin:/usr/bin:/usr/local/bin:$PATH 11 | 12 | # -- oh-my-zsh -- 13 | # https://github.com/ohmyzsh 14 | export ZSH=$HOME/.oh-my-zsh 15 | # decide on a theme (or create your own) 16 | ZSH_THEME="robbyrussell" 17 | plugins=( 18 | git 19 | zsh-autosuggestions 20 | zsh-autocomplete 21 | zsh-syntax-highlighting 22 | fast-syntax-highlighting 23 | ) 24 | source $ZSH/oh-my-zsh.sh 25 | 26 | # -- general settings -- 27 | CASE_SENSITIVE="true" 28 | ENABLE_CORRECTION="true" 29 | 30 | # -- pywal -- 31 | source ~/.cache/wal/colors-tty.sh 32 | (cat ~/.cache/wal/sequences &) 33 | 34 | # -- xcursor -- 35 | export XCURSOR_PATH=${XCURSOR_PATH}:~/.local/share/icons 36 | 37 | # -- zoxide -- 38 | # z as alternative to cd navigating via path fragments 39 | # case insensitive, only last component must match the path 40 | # frecency algorithm (combination of frequency and recency) 41 | # interactive zoxide zi lists visited dirs with their score 42 | # rebind cd command using cd and cdi 43 | eval "$(zoxide init --cmd cd zsh)" 44 | 45 | # -- aliases -- 46 | # can be written to a separate file in $ZSH/custom 47 | alias config="git --git-dir=$HOME/.dotfiles --work-tree=$HOME" # this is for my personal dotfiles repo 48 | alias zsh="vim ~/.zshrc" 49 | alias szsh="source ~/.zshrci" 50 | alias fetch="c;fastfetch --colors-block-range-start 9 --colors-block-width 3;" 51 | # -g : global aliases work anywhere on the command line 52 | alias -g G='| grep' 53 | alias -g L='| less' 54 | alias -g W='| wc -l' 55 | alias -g H='| head' 56 | alias c="clear" 57 | alias vd="vim diff" 58 | alias gcl="git clone" 59 | alias gs="git status" 60 | alias gi="git init" 61 | alias ga="git add" 62 | alias gm="git commit -m" 63 | alias gp="git push" 64 | alias gb="git branch" 65 | alias gc="git checkout" 66 | alias gcb="git checkout -B" 67 | alias gcm="git checkout master" 68 | alias gpu="git pull" 69 | alias gpo="git pull origin" 70 | alias gl="git log" 71 | alias gd="git diff" 72 | alias gra="git remote add" 73 | alias grr="git remote rm" 74 | alias gsh="git stash" 75 | alias fastfetch-theme-selector="bash ~/.config/fastfetch-theme-selector/FastCat/fastcat.sh -s" 76 | 77 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | Bina's dotfiles 3 |

4 |
5 |
6 |
 Packages 
   7 |
 Showcase 
   8 |
 Installation 

9 |
10 | 11 |

12 | Welcome to my dotfiles repo, home to my first ever rice :3 13 |

14 | 15 | I've chosen to utilize the Hyprland tiling window manager as the heart of my personalized Linux environment. Pywal as the color-scheme generator adapts to any wallpaper, ensuring a harmonious visual experience throughout my setup making it simple to tailor the ambiance to match my current mood. 16 | 17 | Feel free to explore my files and reach out to me with any questions or suggestions. Let's dive into the world of Linux customization together! 18 | 19 | 20 | ## Packages 21 | list of main programs, applications, tools and themes that I use for my rice 22 | | component | resource 23 | | :--------- | :------- 24 | | window manager | [hyprland](https://github.com/hyprwm/Hyprland) 25 | | color theme | [pywal](https://github.com/dylanaraps/pywal) 26 | | terminal emulator | [kitty](https://github.com/kovidgoyal/kitty) 27 | | shell | [zsh](https://github.com/ohmyzsh) 28 | | fetch displayer | [fastfetch](https://github.com/fastfetch-cli/fastfetch) (or [neofetch](https://github.com/dylanaraps/neofetch)) 29 | | resource monitor | [btop](https://github.com/aristocratos/btop) 30 | | bar | [waybar](https://github.com/Alexays/Waybar) 31 | | logout menu | [wlogout](https://github.com/ArtsyMacaw/wlogout) 32 | | lockscreen | [hyprlock](https://github.com/hyprwm/hyprlock) 33 | | idle daemon | [hypridle](https://github.com/hyprwm/hypridle) 34 | | app launcher | [wofi](https://hg.sr.ht/~scoopta/wofi) 35 | | wallpaper daemon | [swww](https://github.com/LGFae/swww) 36 | | screenshot tool | [grimblast](https://github.com/hyprwm/contrib/tree/main/grimblast) 37 | | cursor | [Rosé Pine Dawn](https://github.com/rose-pine/cursor) 38 | | icons | [Ketsa](https://github.com/zayronxio/ketsa-icon-theme) & [Reversal](https://github.com/yeyushengfan258/Reversal-icon-theme) 39 | | font | [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono) 40 | | document viewer | [zathura](https://github.com/pwmt/zathura) 41 | | audio visualizer | [cava](https://github.com/karlstav/cava) 42 | | terminal clock | [tty-clock](https://github.com/xorg62/tty-clock) 43 | | terminal games | [snake](https://github.com/PonasKovas/snake) & [2048](https://github.com/mevdschee/2048.c) 44 | 45 |
46 | plans... 47 | 48 | ...to improve the rice. 49 | 50 | I intend to implement the following tools in the (near) future:
51 | 52 | | component | resource 53 | | :--------- | :------- 54 | | login menu | [sddm](https://github.com/sddm/sddm) 55 | | notifications daemon | [dunst](https://github.com/dunst-project/dunst) 56 | | firefox startpage | [firefoxCSS](https://github.com/Aris-t2/CustomCSSforFx) 57 | | widgets | [ags](https://github.com/Aylur/ags) or [eww](https://github.com/elkowar/eww) 58 | | text/code editor | [neovim](https://neovim.io/) and [code-oss](https://github.com/microsoft/vscode) 59 | | typing test tool | [tt](https://github.com/lemnos/tt) or [monk-minl](https://github.com/shikhar13012001/monk-minal) 60 | 61 | Thanks to many positive reactions, I also plan to write an automatic installation script for my rice. 62 | 63 |
64 | 65 | ## Showcase 66 | 67 | This is how my rice could look like. The simple act of changing the wallpaper transforms the entire ambiance - thanks to pywal, my rice can evolve into a canvas of endless possibilities. 68 | 69 | Hope you enjoy it :3 70 | 71 | ### Penrose triangle forest 72 |

73 | 74 |

75 | 76 | ### Saltern study night 77 |

78 | 79 |

80 | 81 | ### Boho colorful pastel 82 |

83 | 84 |

85 | 86 | ### Tropical leaves 87 |

88 | 89 |

90 | 91 | ### Penrose triangle sky 92 |

93 | 94 |

95 | 96 | ### Moody flowers 97 |

98 | 99 |

100 | 101 | ### Vibrant colors 102 |

103 | 104 |

105 | 106 | ## Installation 107 | 108 | See the [install guide](https://github.com/LierB/dotfiles/blob/master/installation.md) on how to manually install this rice yourself. 109 | 110 | An automatic install script will follow. 111 | -------------------------------------------------------------------------------- /images/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/images/header.png -------------------------------------------------------------------------------- /installation.md: -------------------------------------------------------------------------------- 1 | ### This is a step by step instruction to manually install this hyprland rice. I will guide you through it. 2 | We will first install hyprland and the dependencies, then you can decide on optional packages, fonts and icons and finally clone this repo and modify according to your taste, needs and creativity. 3 | 4 | > [!WARNING] 5 | > This wiki is under construction and might be incomplete!!! 6 | > In case you notice something and find mistakes, I would appreciate it if you reach out to me. 7 | 8 | > [!CAUTION] 9 | > This rice was designed on an Arch Linux system and therefor the installation is intended for Arch (and Arch-based distros). I use an AMD GPU, for NVIDIA cards you have to install to relevant packages. 10 | 11 | > [!NOTE] 12 | > I will write an automatic install script for you in the future. 13 | 14 | ## Install dependencies 15 | ### Hyprland 16 | For this rice we need to have hyprland WM installed first. You can follow the installation guide on the official [hyprland wiki](https://wiki.hyprland.org/Getting-Started/Installation/); or what I would recommend is to install it via the Arch user repository ([AUR](https://aur.archlinux.org/packages)), as I think it's the easiest way. 17 | 18 | In case you never used AUR, I would first install yay, as it helps you with installing packages from the repository. We will also use yay later to install other dependencies and optional packages from the AUR. 19 | Open a terminal and navigate to the location where you want to store the yay git repo. 20 | ```shell 21 | sudo pacman -S --needed git base-devel 22 | git clone https://aur.archlinux.org/yay.git 23 | cd yay 24 | makepkg -si 25 | 26 | ``` 27 | Then we can use yay to install hyprland. 28 | ```shell 29 | yay -S hyprland 30 | 31 | ``` 32 | After installing, you could theoretically already start hyprland WM with the command `Hyprland` or you can select Hyprland in your login menu when you login the next time. 33 | 34 | 35 | ### Z shell (zsh) 36 | We will switch from bash to zsh, as zsh is an extended version with much more features and configuration possibilities. 37 | ```shell 38 | sudo pacman -S zsh 39 | chsh -s $(which zsh) 40 | zsh 41 | source ~/.zshrc 42 | ``` 43 | We will install [oh-my-zsh](https://ohmyz.sh/), a framework to manage zsh configuration, with some plugins. There are different version, I installed it with wget. If you don't have wget installed yet, you can also use another option or install it beforehand. 44 | ```shell 45 | sudo pacman -S wget 46 | sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 47 | yay -S zsh-autosuggestions-git zsh-autocomplete-git zsh-syntax-highlighting-git fast-syntax-highlighting 48 | ``` 49 | In the `~/.zshrc` file you can pick your favorite zsh-theme. I prefer "robbyrussell" as it's most minimalistic in my view. You can wait with these modifications until the end of setting up this rice. 50 | 51 | 52 | ### Components 53 | The following packages are necessary for the rice, they include the terminal emulator, the bar, application launcher, the logout menu, the lock screen, the color theme tool, the wallpaper daemon, and the tools for audio and connection control. 54 | 55 | ```shell 56 | sudo pacman -S kitty waybar hyprlock wofi btop pavucontrol blueman networkmanager nm-connection-editor imagemagick 57 | yay -S python-pywal wlogout swww grimblast-git 58 | ``` 59 | 60 | ### Optional packages 61 | The packages that we install here are really nice, but not relevant for the rice. You can decide which one to istall. 62 | ```shell 63 | sudo pacman -S fastfetch neofetch zathura zoxide 64 | yay -S cava tty-clock snake 2048.c 65 | ``` 66 | If you want to use another [fastfetch](https://github.com/fastfetch-cli/fastfetch) layout, you could get inspirations from my [fastfetch config presets](https://github.com/LierB/fastfetch). I use the alias `fetch` to run fastfetch with a few options. 67 | 68 | [zoxide](https://github.com/ajeetdsouza/zoxide) is a "smarter cd command for your terminal". With rebinding cd to zoxide in the `~/.zshrc` file you won't notice it, but you can be much more productive if you read in how to use it. 69 | 70 | > [!NOTE] 71 | > In case you don't want to install and use zoxide, you would need to delete or outcomment the respective line in the `~/.zshrc` file: 72 | > ```shell 73 | > # eval "$(zoxide init --cmd cd zsh)" 74 | > ``` 75 | 76 | ### Fonts & Icons & cursors 77 | You can use the defaults or any font, icon set and cursor you find pretty. I explain the setup of my selection with the next update of the wiki. 78 | 79 | ## Clone repository 80 | Now we are ready to clone the git repository. Navigate to the desired location where you would like to store the cloned directory. 81 | 82 | ```shell 83 | git clone https://github.com/LierB/dotfiles.git 84 | 85 | ``` 86 | After cloning the dotfiles repo, we have to ensure that all hidden configuration files are properly placed in your local environment. We just copy them from the cloned directory to the respective local directories. 87 | 88 | ```shell 89 | 90 | cp -R dotfiles/.config/* ~/.config/ 91 | cp dotfiles/.zshrc ~/ 92 | ``` 93 | You can copy my selected wallpapers or use your own. 94 | 95 | ```shell 96 | 97 | cp -R dotfiles/wallpapers/* ~/wallpapers/ 98 | 99 | ``` 100 | If you don't want to copy them, just be sure, that your wallpapers are in the wallpapers directory in your home directory. If you don't have this directory yet, you have to create it. 101 | ```shell 102 | 103 | mkdir ~/wallpapers/ 104 | 105 | ``` 106 | And then copy or move your wallpapers in. 107 | 108 | ## Modify the rice 109 | Now it's time for your own creativity. Change the zsh-theme or create your own theme, add wallpapers, modify the .css files or whatever comes to your mind. Ask me, if you need help. I'm glad to support you.
110 | You can use this command to select the Fastfetch theme: fastfetch-theme-selector
111 | Click here to preview FastFetch configurations 112 | 113 | I would be happy to see your results :3 114 | 115 | Enjoy ricing! 116 | -------------------------------------------------------------------------------- /screenshots/boho-colorful-pastel_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/boho-colorful-pastel_1.png -------------------------------------------------------------------------------- /screenshots/boho-colorful-pastel_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/boho-colorful-pastel_2.png -------------------------------------------------------------------------------- /screenshots/boho-colorful-pastel_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/boho-colorful-pastel_3.png -------------------------------------------------------------------------------- /screenshots/boho-colorful-pastel_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/boho-colorful-pastel_4.png -------------------------------------------------------------------------------- /screenshots/moody-flowers_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/moody-flowers_1.png -------------------------------------------------------------------------------- /screenshots/moody-flowers_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/moody-flowers_2.png -------------------------------------------------------------------------------- /screenshots/moody-flowers_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/moody-flowers_3.png -------------------------------------------------------------------------------- /screenshots/moody-flowers_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/moody-flowers_4.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-forest_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-forest_1.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-forest_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-forest_2.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-forest_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-forest_3.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-forest_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-forest_4.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-forest_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-forest_5.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-forest_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-forest_6.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-sky_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-sky_1.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-sky_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-sky_2.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-sky_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-sky_3.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-sky_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-sky_4.png -------------------------------------------------------------------------------- /screenshots/penrose-triangle-sky_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/penrose-triangle-sky_5.png -------------------------------------------------------------------------------- /screenshots/saltern-study-night_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/saltern-study-night_1.png -------------------------------------------------------------------------------- /screenshots/saltern-study-night_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/saltern-study-night_2.png -------------------------------------------------------------------------------- /screenshots/saltern-study-night_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/saltern-study-night_3.png -------------------------------------------------------------------------------- /screenshots/saltern-study-night_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/saltern-study-night_4.png -------------------------------------------------------------------------------- /screenshots/saltern-study-night_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/saltern-study-night_5.png -------------------------------------------------------------------------------- /screenshots/tropical-leaves_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/tropical-leaves_1.png -------------------------------------------------------------------------------- /screenshots/tropical-leaves_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/tropical-leaves_2.png -------------------------------------------------------------------------------- /screenshots/tropical-leaves_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/tropical-leaves_3.png -------------------------------------------------------------------------------- /screenshots/tropical-leaves_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/tropical-leaves_4.png -------------------------------------------------------------------------------- /screenshots/vibrant-colors_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/vibrant-colors_1.png -------------------------------------------------------------------------------- /screenshots/vibrant-colors_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/vibrant-colors_2.png -------------------------------------------------------------------------------- /screenshots/vibrant-colors_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/vibrant-colors_3.png -------------------------------------------------------------------------------- /screenshots/vibrant-colors_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/screenshots/vibrant-colors_4.png -------------------------------------------------------------------------------- /showcase/grid_boho-colorful-pastel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/showcase/grid_boho-colorful-pastel.png -------------------------------------------------------------------------------- /showcase/grid_moody-flowers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/showcase/grid_moody-flowers.png -------------------------------------------------------------------------------- /showcase/grid_penrose-triangle-forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/showcase/grid_penrose-triangle-forest.png -------------------------------------------------------------------------------- /showcase/grid_penrose-triangle-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/showcase/grid_penrose-triangle-sky.png -------------------------------------------------------------------------------- /showcase/grid_saltern-study-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/showcase/grid_saltern-study-night.png -------------------------------------------------------------------------------- /showcase/grid_tropical-leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/showcase/grid_tropical-leaves.png -------------------------------------------------------------------------------- /showcase/grid_vibrant-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/showcase/grid_vibrant-colors.png -------------------------------------------------------------------------------- /wallpapers/boho-colorful-pastel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/wallpapers/boho-colorful-pastel.png -------------------------------------------------------------------------------- /wallpapers/forest-sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/wallpapers/forest-sun.png -------------------------------------------------------------------------------- /wallpapers/moody-flowers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/wallpapers/moody-flowers.png -------------------------------------------------------------------------------- /wallpapers/penrose-triangle-forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/wallpapers/penrose-triangle-forest.png -------------------------------------------------------------------------------- /wallpapers/penrose-triangle-sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/wallpapers/penrose-triangle-sky.png -------------------------------------------------------------------------------- /wallpapers/tropical-leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/wallpapers/tropical-leaves.png -------------------------------------------------------------------------------- /wallpapers/vibrant-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LierB/dotfiles/d8c87da7bb43da2c1517d5c4be03a1b4bf1d9424/wallpapers/vibrant-colors.png --------------------------------------------------------------------------------