├── .gitignore
├── QtProject.conf
├── README.md
├── alacritty
└── alacritty.yml
├── bottom
└── bottom.toml
├── cava
└── config
├── dconf
└── user
├── eww
└── eww.yuck
├── gedit
└── accels
├── gtk-2.0
└── gtkfilechooser.ini
├── gtk-3.0
├── bookmarks
└── settings.ini
├── i3
└── config
├── kazam
└── kazam.conf
├── kitty
└── kitty.conf
├── mimeapps.list
├── neofetch
├── asciis
│ ├── ahegao
│ ├── arch-hi-res
│ ├── arch-hi-res-smol
│ ├── arch-smol
│ ├── bonsai
│ ├── bruh
│ ├── bunny-girl
│ ├── cat
│ ├── chika
│ ├── date-a-live
│ ├── hentai
│ ├── hostname
│ ├── lmao
│ ├── nezuko
│ ├── saitama-arch
│ ├── surprise-pikachu
│ ├── term
│ ├── uwu
│ ├── uwu-hd
│ ├── weird
│ └── wut
├── config.conf
├── configs
│ ├── asciisq-v2.conf
│ ├── asciisq-very-minimal-v2.conf
│ ├── asciisq-very-minimal.conf
│ ├── asciisq.conf
│ ├── bonsai.conf
│ ├── coldarch.conf
│ ├── flowerskull.conf
│ ├── food.conf
│ ├── fullscreen-abnormal.conf
│ ├── fullscreen.conf
│ ├── rip.conf
│ ├── serenade.conf
│ ├── verycoldarch.conf
│ └── waifu.conf
├── images
│ ├── aurorae-skull.png
│ ├── black-lambda.jpg
│ ├── chagama.png
│ ├── default-skull.png
│ ├── justarch.png
│ ├── mountain.png
│ ├── nordic-skull.png
│ ├── onigiri.png
│ ├── original-skull.png
│ ├── pinkpolar-skull.png
│ ├── polar-skull.png
│ ├── polararch.png
│ ├── polararchdimmed.png
│ ├── riparch.png
│ ├── saitama.jpeg
│ ├── saitama.jpg
│ ├── semipolar-skull.png
│ ├── sushi.png
│ ├── waifus
│ │ ├── 1.png
│ │ ├── 10.png
│ │ ├── 11.png
│ │ ├── 12.png
│ │ ├── 13.png
│ │ ├── 14.png
│ │ ├── 15.png
│ │ ├── 16.png
│ │ ├── 17.png
│ │ ├── 18.png
│ │ ├── 19.png
│ │ ├── 2.png
│ │ ├── 20.png
│ │ ├── 21.png
│ │ ├── 22.png
│ │ ├── 23.png
│ │ ├── 24.png
│ │ ├── 25.png
│ │ ├── 26.png
│ │ ├── 27.png
│ │ ├── 28.png
│ │ ├── 29.png
│ │ ├── 3.png
│ │ ├── 30.png
│ │ ├── 31.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ ├── 6.png
│ │ ├── 7.png
│ │ ├── 8.png
│ │ └── 9.png
│ └── warm-skull.png
├── launcher
├── paths
└── scripts
│ ├── hentai.bash
│ └── randomize.sh
├── nvim
├── Screens
│ ├── screen0.png
│ ├── screen1.png
│ ├── screen2.png
│ └── screen3.png
├── UltiSnips
│ └── liquid.snippets
├── autoload
│ └── plug.vim
├── coc-settings.json
├── init.vim
└── statusline.vim
├── picom
└── picom.conf
├── polybar
├── bars
│ ├── external-fonts.ini
│ ├── external.ini
│ ├── main-fonts.ini
│ └── main.ini
├── colors.ini
├── config.ini
├── launch.bash
├── modules.ini
├── scripts
│ └── polywins.sh
├── separators.ini
├── settings.ini
└── tray.ini
└── rofi
├── LICENSE
├── README.md
├── config.rasi
├── configs
├── colors.rasi
├── confirm.rasi
├── message.rasi
├── neofetch.rasi
├── powermenu.rasi
└── prompt.rasi
├── img
├── background.jpg
├── bg-cherry.jpg
├── bg-exodus.jpg
├── bg-red-blur.jpg
├── bg-red.jpg
├── bg-red.png
├── bg-sat.jpg
├── bg.jpg
├── bg.png
├── new-wall.jpg
├── twotone_dark_mode_white_48dp.png
├── twotone_input_white_48dp.png
├── twotone_lock_white_48dp.png
├── twotone_power_settings_new_white_48dp.png
└── twotone_restart_alt_white_48dp.png
├── launchers
├── bluetooth.bash
├── neofetch.bash
├── nmcli.py
├── powermenu.bash
└── prompt.bash
└── scripts
├── updates.sh
├── usedcpu
└── usedram
/.gitignore:
--------------------------------------------------------------------------------
1 | pulse/
2 | archive-name.tar.gz
3 | Dharkael/
4 | discord/
5 | discordcanary/
6 | evolution/
7 | gnome-initial-setup-done
8 | gnome-session/
9 | zoomus.conf
10 | user-dirs.locale
11 | user-dirs.dirs
12 | ibus/
13 | pulse/
14 | Code/
15 | configstore/
16 | polybar.tar
17 | PostmanAgent/
18 | procps/
19 | htop/
20 | nautilus/
21 | update-notifier/
22 | goa-1.0/
23 | coc/
24 | google-chrome/
25 | dconf/
26 | enchant/
27 | eog/
28 | eww/
29 | evolution/
30 | inkscape/
31 | libreoffice/
32 | totem/
33 | pet/
34 | poly/
35 |
--------------------------------------------------------------------------------
/QtProject.conf:
--------------------------------------------------------------------------------
1 | [FileDialog]
2 | history=file:///home/parth/Pictures, file:///home/parth/Documents/github/pygame-learn/assets
3 | lastVisited=file:///home/parth/Documents/github/pygame-learn/assets
4 | qtVersion=5.12.8
5 | shortcuts=file:, file:///home/parth
6 | sidebarWidth=90
7 | treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
8 | viewMode=Detail
9 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | # Installation
11 | ### Links for all the dependencies:
12 |
13 | - i3wm: https://i3wm.org
14 | - neovim: https://neovim.io
15 | - kitty: https://github.com/kovidgoyal/kitty
16 | - picom (ibhagwan fork): https://github.com/ibhagwan/picom
17 | - polybar: https://github.com/polybar/polybar
18 | - bottom: https://github.com/ClementTsang/bottom
19 | - cava: https://github.com/karlstav/cava
20 | - neofetch: https://github.com/dylanaraps/neofetch
21 | - rofi: https://github.com/davatorium/rofi
22 |
23 |
24 | # Setup
25 | #### To set this up you have to clone this into your .config directory or also known as `XDG_CONFIG_DIR` on your linux/unix system and run rsync on it.
26 |
27 | # Inspiration
28 | #### Inspiration for polybar design: https://github.com/waishnav/dotfiles
29 |
--------------------------------------------------------------------------------
/alacritty/alacritty.yml:
--------------------------------------------------------------------------------
1 | window:
2 | padding:
3 | x: 5
4 | y: 5
5 |
6 | colors:
7 | primary:
8 | background: '#1f222d'
9 | foreground: '#d8dee9'
10 | dim_foreground: '#a5abb6'
11 | cursor:
12 | text: '#2e3440'
13 | cursor: '#d8dee9'
14 | vi_mode_cursor:
15 | text: '#2e3440'
16 | cursor: '#d8dee9'
17 | selection:
18 | text: CellForeground
19 | background: '#4c566a'
20 | search:
21 | matches:
22 | foreground: CellBackground
23 | background: '#88c0d0'
24 | bar:
25 | background: '#434c5e'
26 | foreground: '#d8dee9'
27 | normal:
28 | black: '#3b4252'
29 | red: '#bf616a'
30 | green: '#a3be8c'
31 | yellow: '#ebcb8b'
32 | blue: '#81a1c1'
33 | magenta: '#b48ead'
34 | cyan: '#88c0d0'
35 | white: '#e5e9f0'
36 | bright:
37 | black: '#4c566a'
38 | red: '#bf616a'
39 | green: '#a3be8c'
40 | yellow: '#ebcb8b'
41 | blue: '#81a1c1'
42 | magenta: '#b48ead'
43 | cyan: '#8fbcbb'
44 | white: '#eceff4'
45 | dim:
46 | black: '#373e4d'
47 | red: '#94545d'
48 | green: '#809575'
49 | yellow: '#b29e75'
50 | blue: '#68809a'
51 | magenta: '#8c738c'
52 | cyan: '#6d96a5'
53 | white: '#aeb3bb'
54 |
55 | font:
56 | normal:
57 | family: CaskaydiaCove Nerd Font
58 |
59 | bold:
60 | family: CaskaydiaCove Nerd Font
61 |
62 | italic:
63 | family: CaskaydiaCove Nerd Font
64 |
65 | size: 9
66 |
--------------------------------------------------------------------------------
/bottom/bottom.toml:
--------------------------------------------------------------------------------
1 | # This is a default config file for bottom. All of the settings are commented
2 | # out by default; if you wish to change them uncomment and modify as you see
3 | # fit.
4 |
5 | # This group of options represents a command-line flag/option. Flags explicitly
6 | # added when running (ie: btm -a) will override this config file if an option
7 | # is also set here.
8 |
9 | [flags]
10 | # Whether to hide the average cpu entry.
11 | #hide_avg_cpu = false
12 | # Whether to use dot markers rather than braille.
13 | #dot_marker = false
14 | # The update rate of the application.
15 | #rate = 1000
16 | # Whether to put the CPU legend to the left.
17 | #left_legend = false
18 | # Whether to set CPU% on a process to be based on the total CPU or just current usage.
19 | #current_usage = false
20 | # Whether to group processes with the same name together by default.
21 | #group_processes = false
22 | # Whether to make process searching case sensitive by default.
23 | #case_sensitive = false
24 | # Whether to make process searching look for matching the entire word by default.
25 | #whole_word = false
26 | # Whether to make process searching use regex by default.
27 | #regex = false
28 | # Defaults to Celsius. Temperature is one of:
29 | #temperature_type = "k"
30 | #temperature_type = "f"
31 | #temperature_type = "c"
32 | #temperature_type = "kelvin"
33 | #temperature_type = "fahrenheit"
34 | #temperature_type = "celsius"
35 | # The default time interval (in milliseconds).
36 | #default_time_value = 60000
37 | # The time delta on each zoom in/out action (in milliseconds).
38 | #time_delta = 15000
39 | # Hides the time scale.
40 | #hide_time = false
41 | # Override layout default widget
42 | #default_widget_type = "proc"
43 | #default_widget_count = 1
44 | # Use basic mode
45 | #basic = false
46 | # Use the old network legend style
47 | #use_old_network_legend = false
48 | # Remove space in tables
49 | #hide_table_gap = false
50 | # Show the battery widgets
51 | #battery = false
52 | # Disable mouse clicks
53 | #disable_click = false
54 | # Built-in themes. Valid values are "default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light"
55 | #color = "default"
56 | # Show memory values in the processes widget as values by default
57 | #mem_as_value = false
58 | # Show tree mode by default in the processes widget.
59 | #tree = false
60 | # Shows an indicator in table widgets tracking where in the list you are.
61 | #show_table_scroll_position = false
62 | # Show processes as their commands by default in the process widget.
63 | #process_command = false
64 | # Displays the network widget with binary prefixes.
65 | #network_use_binary_prefix = false
66 | # Displays the network widget using bytes.
67 | #network_use_bytes = false
68 | # Displays the network widget with a log scale.
69 | #network_use_log = false
70 | # Hides advanced options to stop a process on Unix-like systems.
71 | #disable_advanced_kill = false
72 |
73 | # These are all the components that support custom theming. Note that colour support
74 | # will depend on terminal support.
75 |
76 | #[colors] # Uncomment if you want to use custom colors
77 | # Represents the colour of table headers (processes, CPU, disks, temperature).
78 | #table_header_color="LightBlue"
79 | # Represents the colour of the label each widget has.
80 | #widget_title_color="Gray"
81 | # Represents the average CPU color.
82 | #avg_cpu_color="Red"
83 | # Represents the colour the core will use in the CPU legend and graph.
84 | #cpu_core_colors=["LightMagenta", "LightYellow", "LightCyan", "LightGreen", "LightBlue", "LightRed", "Cyan", "Green", "Blue", "Red"]
85 | # Represents the colour RAM will use in the memory legend and graph.
86 | #ram_color="LightMagenta"
87 | # Represents the colour SWAP will use in the memory legend and graph.
88 | #swap_color="LightYellow"
89 | # Represents the colour rx will use in the network legend and graph.
90 | #rx_color="LightCyan"
91 | # Represents the colour tx will use in the network legend and graph.
92 | #tx_color="LightGreen"
93 | # Represents the colour of the border of unselected widgets.
94 | #border_color="Gray"
95 | # Represents the colour of the border of selected widgets.
96 | #highlighted_border_color="LightBlue"
97 | # Represents the colour of most text.
98 | #text_color="Gray"
99 | # Represents the colour of text that is selected.
100 | #selected_text_color="Black"
101 | # Represents the background colour of text that is selected.
102 | #selected_bg_color="LightBlue"
103 | # Represents the colour of the lines and text of the graph.
104 | #graph_color="Gray"
105 | # Represents the colours of the battery based on charge
106 | #high_battery_color="green"
107 | #medium_battery_color="yellow"
108 | #low_battery_color="red"
109 |
110 | # Layout - layouts follow a pattern like this:
111 | # [[row]] represents a row in the application.
112 | # [[row.child]] represents either a widget or a column.
113 | # [[row.child.child]] represents a widget.
114 | #
115 | # All widgets must have the type value set to one of ["cpu", "mem", "proc", "net", "temp", "disk", "empty"].
116 | # All layout components have a ratio value - if this is not set, then it defaults to 1.
117 | # The default widget layout:
118 | #[[row]]
119 | # ratio=30
120 | # [[row.child]]
121 | # type="cpu"
122 | #[[row]]
123 | # ratio=40
124 | # [[row.child]]
125 | # ratio=4
126 | # type="mem"
127 | # [[row.child]]
128 | # ratio=3
129 | # [[row.child.child]]
130 | # type="temp"
131 | # [[row.child.child]]
132 | # type="disk"
133 | #[[row]]
134 | # ratio=30
135 | # [[row.child]]
136 | # type="net"
137 | # [[row.child]]
138 | # type="proc"
139 | # default=true
140 |
141 |
142 | # Filters - you can hide specific temperature sensors, network interfaces, and disks using filters. This is admittedly
143 | # a bit hard to use as of now, and there is a planned in-app interface for managing this in the future:
144 | #[disk_filter]
145 | #is_list_ignored = true
146 | #list = ["/dev/sda\\d+", "/dev/nvme0n1p2"]
147 | #regex = true
148 | #case_sensitive = false
149 | #whole_word = false
150 |
151 | #[mount_filter]
152 | #is_list_ignored = true
153 | #list = ["/mnt/.*", "/boot"]
154 | #regex = true
155 | #case_sensitive = false
156 | #whole_word = false
157 |
158 | #[temp_filter]
159 | #is_list_ignored = true
160 | #list = ["cpu", "wifi"]
161 | #regex = false
162 | #case_sensitive = false
163 | #whole_word = false
164 |
165 | #[net_filter]
166 | #is_list_ignored = true
167 | #list = ["virbr0.*"]
168 | #regex = true
169 | #case_sensitive = false
170 | #whole_word = false
171 |
--------------------------------------------------------------------------------
/cava/config:
--------------------------------------------------------------------------------
1 | [general]
2 | mode = waves
3 | sensetivity = 100
4 | framerate = 60
5 | bar_spacing = 1
6 | bar_width = 3
7 |
8 | [color]
9 | background = default
10 | foreground = '#5e81ac'
11 |
--------------------------------------------------------------------------------
/dconf/user:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/dconf/user
--------------------------------------------------------------------------------
/eww/eww.yuck:
--------------------------------------------------------------------------------
1 | (defwindow example
2 | :monitor 0
3 | :geometry (geometry :x "0%"
4 | :y "20px"
5 | :width "90%"
6 | :height "100px"
7 | :anchor "bottom center")
8 | :stacking "bg"
9 | :reserve (struts :distance "40px" :side "bottom")
10 | :windowtype "dock"
11 | :wm-ignore true
12 | (test)
13 | )
14 |
15 | (defwidget greeter [?text name]
16 | (box :orientation "horizontal"
17 | :halign "center"
18 | text
19 | (button :onclick "notify-send 'Hello' 'Hello, ${name}'" "Greet")))
20 |
21 | (defwidget test []
22 | (circular-progress :value 10
23 | :start-angle 180
24 | :thickness 10
25 | :clockwise true))
26 |
--------------------------------------------------------------------------------
/gedit/accels:
--------------------------------------------------------------------------------
1 | ; gedit GtkAccelMap rc-file -*- scheme -*-
2 | ; this file is an automated accelerator map dump
3 | ;
4 |
--------------------------------------------------------------------------------
/gtk-2.0/gtkfilechooser.ini:
--------------------------------------------------------------------------------
1 | [Filechooser Settings]
2 | LocationMode=path-bar
3 | ShowHidden=false
4 | ShowSizeColumn=true
5 | GeometryX=399
6 | GeometryY=170
7 | GeometryWidth=1122
8 | GeometryHeight=780
9 | SortColumn=name
10 | SortOrder=ascending
11 | StartupMode=recent
12 |
--------------------------------------------------------------------------------
/gtk-3.0/bookmarks:
--------------------------------------------------------------------------------
1 | file:///home/parth/Documents
2 | file:///home/parth/Music
3 | file:///home/parth/Pictures
4 | file:///home/parth/Videos
5 | file:///home/parth/Downloads
6 |
--------------------------------------------------------------------------------
/gtk-3.0/settings.ini:
--------------------------------------------------------------------------------
1 | [Settings]
2 | gtk-theme-name=Raleigh
3 | gtk-icon-theme-name=hicolor
4 | gtk-font-name=CaskaydiaCove Nerd Font 12
5 | gtk-cursor-theme-name=DMZ-White
6 | gtk-cursor-theme-size=0
7 | gtk-toolbar-style=GTK_TOOLBAR_BOTH
8 | gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
9 | gtk-button-images=1
10 | gtk-menu-images=1
11 | gtk-enable-event-sounds=1
12 | gtk-enable-input-feedback-sounds=1
13 | gtk-xft-antialias=1
14 | gtk-xft-hinting=1
15 | gtk-xft-hintstyle=hintfull
16 |
--------------------------------------------------------------------------------
/i3/config:
--------------------------------------------------------------------------------
1 | # This file has been auto-generated by i3-config-wizard(1).
2 | # It will not be overwritten, so edit it as you like.
3 | #
4 | # Should you change your keyboard layout some time, delete
5 | # this file and re-run i3-config-wizard(1).
6 | #
7 |
8 | # i3 config file (v4)
9 | #
10 | # Please see https://i3wm.org/docs/userguide.html for a complete reference!
11 |
12 | set $mod Mod4
13 |
14 | # Font for window titles. Will also be used by the bar unless a different font
15 | # is used in the bar {} block below.
16 | font pango:Noto Sans Regular 12
17 |
18 | # This font is widely installed, provides lots of unicode glyphs, right-to-left
19 | # text rendering and scalability on retina/hidpi displays (thanks to pango).
20 | #font pango:DejaVu Sans Mono 8
21 |
22 | # The combination of xss-lock, nm-applet and pactl is a popular choice, so
23 | # they are included here as an example. Modify as you see fit.
24 |
25 | # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
26 | # screen before suspend. Use loginctl lock-session to lock your screen.
27 | exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
28 |
29 | # NetworkManager is the most popular way to manage wireless networks on Linux,
30 | # and nm-applet is a desktop environment-independent system tray GUI for it.
31 | exec --no-startup-id nm-applet
32 |
33 | # Use pactl to adjust volume in PulseAudio.
34 | set $refresh_i3status killall -SIGUSR1 i3status
35 | bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
36 | bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
37 | bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
38 | bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
39 |
40 | # Use Mouse+$mod to drag floating windows to their wanted position
41 | floating_modifier $mod
42 |
43 | # start a terminal
44 | bindsym $mod+Return exec kitty
45 |
46 | # kill focused window
47 | bindsym $mod+Shift+q kill
48 |
49 | # start dmenu (a program launcher)
50 | #bindsym $mod+d exec dmenu_run
51 | # There also is the (new) i3-dmenu-desktop which only displays applications
52 | # shipping a .desktop file. It is a wrapper around dmenu, so you need that
53 | # installed.
54 | bindsym $mod+d exec rofi -show
55 | bindsym $mod+p exec /home/parth/.config/rofi/launchers/powermenu.bash
56 |
57 | # change focus
58 | bindsym $mod+j focus left
59 | bindsym $mod+k focus down
60 | bindsym $mod+l focus up
61 | bindsym $mod+semicolon focus right
62 |
63 | # alternatively, you can use the cursor keys:
64 | bindsym $mod+Left focus left
65 | bindsym $mod+Down focus down
66 | bindsym $mod+Up focus up
67 | bindsym $mod+Right focus right
68 |
69 | # move focused window
70 | bindsym $mod+Shift+j move left
71 | bindsym $mod+Shift+k move down
72 | bindsym $mod+Shift+l move up
73 | bindsym $mod+Shift+semicolon move right
74 |
75 | # alternatively, you can use the cursor keys:
76 | bindsym $mod+Shift+Left move left
77 | bindsym $mod+Shift+Down move down
78 | bindsym $mod+Shift+Up move up
79 | bindsym $mod+Shift+Right move right
80 |
81 | # split in horizontal orientation
82 | bindsym $mod+h split h
83 |
84 | # split in vertical orientation
85 | bindsym $mod+v split v
86 |
87 | # enter fullscreen mode for the focused container
88 | bindsym $mod+f fullscreen toggle
89 |
90 | # change container layout (stacked, tabbed, toggle split)
91 | bindsym $mod+s layout stacking
92 | bindsym $mod+w layout tabbed
93 | bindsym $mod+e layout toggle split
94 |
95 | # toggle tiling / floating
96 | bindsym $mod+Shift+space floating toggle
97 |
98 | # change focus between tiling / floating windows
99 | bindsym $mod+space focus mode_toggle
100 |
101 | # focus the parent container
102 | bindsym $mod+a focus parent
103 |
104 | # focus the child container
105 | #bindsym $mod+d focus child
106 |
107 | # Define names for default workspaces for which we configure key bindings later on.
108 | # We use variables to avoid repeating the names in multiple places.
109 | set $ws1 "1"
110 | set $ws2 "2"
111 | set $ws3 "3"
112 | set $ws4 "4"
113 | set $ws5 "5"
114 | set $ws6 "6"
115 | set $ws7 "7"
116 | set $ws8 "8"
117 | set $ws9 "9"
118 | set $ws10 "10"
119 |
120 | # switch to workspace
121 | bindsym $mod+1 workspace number $ws1
122 | bindsym $mod+2 workspace number $ws2
123 | bindsym $mod+3 workspace number $ws3
124 | bindsym $mod+4 workspace number $ws4
125 | bindsym $mod+5 workspace number $ws5
126 | bindsym $mod+6 workspace number $ws6
127 | bindsym $mod+7 workspace number $ws7
128 | bindsym $mod+8 workspace number $ws8
129 | bindsym $mod+9 workspace number $ws9
130 | bindsym $mod+0 workspace number $ws10
131 |
132 | # move focused container to workspace
133 | bindsym $mod+Shift+1 move container to workspace number $ws1
134 | bindsym $mod+Shift+2 move container to workspace number $ws2
135 | bindsym $mod+Shift+3 move container to workspace number $ws3
136 | bindsym $mod+Shift+4 move container to workspace number $ws4
137 | bindsym $mod+Shift+5 move container to workspace number $ws5
138 | bindsym $mod+Shift+6 move container to workspace number $ws6
139 | bindsym $mod+Shift+7 move container to workspace number $ws7
140 | bindsym $mod+Shift+8 move container to workspace number $ws8
141 | bindsym $mod+Shift+9 move container to workspace number $ws9
142 | bindsym $mod+Shift+0 move container to workspace number $ws10
143 |
144 | # flameshot print config
145 | bindsym Print exec flameshot gui
146 |
147 | # reload the configuration file
148 | bindsym $mod+Shift+c reload
149 | # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
150 | bindsym $mod+Shift+r restart
151 | # exit i3 (logs you out of your X session)
152 | bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
153 |
154 | for_window [class=".*"] border pixel 0
155 |
156 | # resize window (you can also use the mouse for that)
157 | mode "resize" {
158 | # These bindings trigger as soon as you enter the resize mode
159 |
160 | # Pressing left will shrink the window’s width.
161 | # Pressing right will grow the window’s width.
162 | # Pressing up will shrink the window’s height.
163 | # Pressing down will grow the window’s height.
164 | bindsym j resize shrink width 10 px or 10 ppt
165 | bindsym k resize grow height 10 px or 10 ppt
166 | bindsym l resize shrink height 10 px or 10 ppt
167 | bindsym semicolon resize grow width 10 px or 10 ppt
168 |
169 | # same bindings, but for the arrow keys
170 | bindsym Left resize shrink width 10 px or 10 ppt
171 | bindsym Down resize grow height 10 px or 10 ppt
172 | bindsym Up resize shrink height 10 px or 10 ppt
173 | bindsym Right resize grow width 10 px or 10 ppt
174 |
175 | # back to normal: Enter or Escape or $mod+r
176 | bindsym Return mode "default"
177 | bindsym Escape mode "default"
178 | bindsym $mod+r mode "default"
179 | }
180 |
181 | bindsym $mod+r mode "resize"
182 |
183 | set $bg-color# EDEb7100
184 | set $inactive-bg-color #a5a58d
185 | set $text-color #212121
186 | set $inactive-text-color #212121
187 | set $myborder #ca670200
188 |
189 | # window colors
190 | # border background text indicator
191 | client.focused $myborder $bg-color $text-color #00ff00
192 | client.unfocused $inactive-bg-color $inactive-bg-color $text-color #00ff00
193 | client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color #00ff00
194 | client.urgent $urgent-bg-color $urgent-bg-color $text-color #00ff00
195 |
196 |
197 | # Start i3bar to display a workspace bar (plus the system information i3status
198 | # finds out, if available)
199 | #bar {
200 | # position bottom
201 | # status_command i3status
202 | #}
203 |
204 | bindsym $mod+shift+x exec i3lock --color "#e76f51"
205 |
206 | # Pulse Audio controls
207 | #bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
208 | #bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
209 | #bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
210 |
211 | # Sreen brightness controls
212 | bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
213 | bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
214 |
215 | # Touchpad controls
216 | bindsym XF86TouchpadToggle exec /home/parth/toggletouchpad.sh # toggle touchpad
217 |
218 | # Media player controls
219 | bindsym XF86AudioPlay exec playerctl play
220 | bindsym XF86AudioPause exec playerctl pause
221 | bindsym XF86AudioNext exec playerctl next
222 | bindsym XF86AudioPrev exec playerctl previous
223 |
224 | exec terminal
225 | exec_always feh --bg-scale ~/Pictures/new-wall.jpg
226 |
227 | # This config is for compton, so as to achive a fade effect
228 | # exec_always compton
229 | # exec compton -f
230 |
231 | # This is for enabling touchpad
232 | exec xinput set-prop 12 338 1
233 |
234 | #Assigning workspaces their specific clients
235 | for_window [class="firefox"] move to workspace $ws02
236 |
237 | # You can also use any non-zero value if you'd like to have a border
238 | # for_window [class=".*"] border pixel 0
239 |
240 | #Screenshot and flameshot bindings
241 | #bindsym $mod+Shift+/ exec flameshot gui
242 |
243 | # GAPS CONFIG
244 | # IMPORTANT STUFF
245 | set $mode_gaps Gaps: (o)uter, (i)nner, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft
246 | set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
247 | set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
248 | set $mode_gaps_horiz Horizontal Gaps: +|-|0 (local), Shift + +|-|0 (global)
249 | set $mode_gaps_verti Vertical Gaps: +|-|0 (local), Shift + +|-|0 (global)
250 | set $mode_gaps_top Top Gaps: +|-|0 (local), Shift + +|-|0 (global)
251 | set $mode_gaps_right Right Gaps: +|-|0 (local), Shift + +|-|0 (global)
252 | set $mode_gaps_bottom Bottom Gaps: +|-|0 (local), Shift + +|-|0 (global)
253 | set $mode_gaps_left Left Gaps: +|-|0 (local), Shift + +|-|0 (global)
254 | bindsym $mod+Shift+g mode "$mode_gaps"
255 |
256 | mode "$mode_gaps" {
257 | bindsym o mode "$mode_gaps_outer"
258 | bindsym i mode "$mode_gaps_inner"
259 | bindsym h mode "$mode_gaps_horiz"
260 | bindsym v mode "$mode_gaps_verti"
261 | bindsym t mode "$mode_gaps_top"
262 | bindsym r mode "$mode_gaps_right"
263 | bindsym b mode "$mode_gaps_bottom"
264 | bindsym l mode "$mode_gaps_left"
265 | bindsym Return mode "$mode_gaps"
266 | bindsym Escape mode "default"
267 | }
268 |
269 | mode "$mode_gaps_outer" {
270 | bindsym plus gaps outer current plus 5
271 | bindsym minus gaps outer current minus 5
272 | bindsym 0 gaps outer current set 0
273 |
274 | bindsym Shift+plus gaps outer all plus 5
275 | bindsym Shift+minus gaps outer all minus 5
276 | bindsym Shift+0 gaps outer all set 0
277 |
278 | bindsym Return mode "$mode_gaps"
279 | bindsym Escape mode "default"
280 | }
281 | mode "$mode_gaps_inner" {
282 | bindsym plus gaps inner current plus 5
283 | bindsym minus gaps inner current minus 5
284 | bindsym 0 gaps inner current set 0
285 |
286 | bindsym Shift+plus gaps inner all plus 5
287 | bindsym Shift+minus gaps inner all minus 5
288 | bindsym Shift+0 gaps inner all set 0
289 |
290 | bindsym Return mode "$mode_gaps"
291 | bindsym Escape mode "default"
292 | }
293 | mode "$mode_gaps_horiz" {
294 | bindsym plus gaps horizontal current plus 5
295 | bindsym minus gaps horizontal current minus 5
296 | bindsym 0 gaps horizontal current set 0
297 |
298 | bindsym Shift+plus gaps horizontal all plus 5
299 | bindsym Shift+minus gaps horizontal all minus 5
300 | bindsym Shift+0 gaps horizontal all set 0
301 |
302 | bindsym Return mode "$mode_gaps"
303 | bindsym Escape mode "default"
304 | }
305 | mode "$mode_gaps_verti" {
306 | bindsym plus gaps vertical current plus 5
307 | bindsym minus gaps vertical current minus 5
308 | bindsym 0 gaps vertical current set 0
309 |
310 | bindsym Shift+plus gaps vertical all plus 5
311 | bindsym Shift+minus gaps vertical all minus 5
312 | bindsym Shift+0 gaps vertical all set 0
313 |
314 | bindsym Return mode "$mode_gaps"
315 | bindsym Escape mode "default"
316 | }
317 | mode "$mode_gaps_top" {
318 | bindsym plus gaps top current plus 5
319 | bindsym minus gaps top current minus 5
320 | bindsym 0 gaps top current set 0
321 |
322 | bindsym Shift+plus gaps top all plus 5
323 | bindsym Shift+minus gaps top all minus 5
324 | bindsym Shift+0 gaps top all set 0
325 |
326 | bindsym Return mode "$mode_gaps"
327 | bindsym Escape mode "default"
328 | }
329 | mode "$mode_gaps_right" {
330 | bindsym plus gaps right current plus 5
331 | bindsym minus gaps right current minus 5
332 | bindsym 0 gaps right current set 0
333 |
334 | bindsym Shift+plus gaps right all plus 5
335 | bindsym Shift+minus gaps right all minus 5
336 | bindsym Shift+0 gaps right all set 0
337 |
338 | bindsym Return mode "$mode_gaps"
339 | bindsym Escape mode "default"
340 | }
341 | mode "$mode_gaps_bottom" {
342 | bindsym plus gaps bottom current plus 5
343 | bindsym minus gaps bottom current minus 5
344 | bindsym 0 gaps bottom current set 0
345 |
346 | bindsym Shift+plus gaps bottom all plus 5
347 | bindsym Shift+minus gaps bottom all minus 5
348 | bindsym Shift+0 gaps bottom all set 0
349 |
350 | bindsym Return mode "$mode_gaps"
351 | bindsym Escape mode "default"
352 | }
353 | mode "$mode_gaps_left" {
354 | bindsym plus gaps left current plus 5
355 | bindsym minus gaps left current minus 5
356 | bindsym 0 gaps left current set 0
357 |
358 | bindsym Shift+plus gaps left all plus 5
359 | bindsym Shift+minus gaps left all minus 5
360 | bindsym Shift+0 gaps left all set 0
361 |
362 | bindsym Return mode "$mode_gaps"
363 | bindsym Escape mode "default"
364 | }
365 |
366 | exec_always polybar example -c ~/.config/polybar/config.ini
367 |
368 | exec_always dunst -config /home/parth/.config/dunst/dunstrc
369 |
370 | exec_always picom --config ~/.config/picom/picom.conf
371 |
372 | exec_always npx http-server ~/Documents/github/firefox-startpages/first-theme
373 |
374 |
--------------------------------------------------------------------------------
/kazam/kazam.conf:
--------------------------------------------------------------------------------
1 | [DEFAULT]
2 | default =
3 |
4 | [main]
5 | video_toggled = True
6 | video_source = 0
7 | audio_toggled = False
8 | audio_source = 0
9 | audio_volume = 0
10 | audio2_toggled = False
11 | audio2_source = 0
12 | audio2_volume = 0
13 | codec = 2
14 | counter = 5.0
15 | capture_cursor = True
16 | capture_microphone = False
17 | capture_speakers = True
18 | capture_cursor_pic = True
19 | capture_borders_pic = True
20 | framerate = 15.0
21 | countdown_splash = True
22 | last_x = 724
23 | last_y = 382
24 | advanced = 0
25 | silent = 0
26 | autosave_video = False
27 | autosave_video_dir =
28 | autosave_video_file = Kazam_screencast
29 | autosave_picture = False
30 | autosave_picture_dir =
31 | autosave_picture_file = Kazam_screenshot
32 | shutter_sound = True
33 | shutter_type = 0
34 | first_run = False
35 |
36 | [keyboard_shortcuts]
37 | pause = p
38 | finish = f
39 | show = s
40 | quit = q
41 |
42 |
--------------------------------------------------------------------------------
/kitty/kitty.conf:
--------------------------------------------------------------------------------
1 | ; font config
2 | font_family CaskaydiaCove Nerd Font
3 | bold_font auto
4 | italic_font auto
5 | bold_italic_font auto
6 | font_size 14.2
7 |
8 | ; window config
9 | window_padding_width 9
10 |
11 | ; cursor config
12 | cursor #c8c8c8
13 | cursor_text_color background
14 | cursor_shape block
15 | cursor_blink_interval 0
16 |
17 | ; colorscheme
18 | background #2e3440
19 | foreground #c8c8c8
20 | background_opacity 1.0
21 |
22 | ; colors - base16 colors
23 | color3 #ebcb8b
24 | color11 #ebcb8b
25 | color1 #bf616a
26 | color9 #bf616a
27 | color2 #a3be8c
28 | color10 #a3be8c
29 | color4 #81a1c1
30 | color12 #81a1c1
31 | color5 #b48ead
32 | color13 #b48ead
33 | color0 #3b4252
34 | color8 #3b4252
35 | color6 #88c0d0
36 | color14 #88c0d0
37 | color7 #e5e9f0
38 | color15 #e5e9f0
39 |
--------------------------------------------------------------------------------
/mimeapps.list:
--------------------------------------------------------------------------------
1 | [Added Associations]
2 | image/svg+xml=inkscape.desktop;
3 |
--------------------------------------------------------------------------------
/neofetch/asciis/ahegao:
--------------------------------------------------------------------------------
1 | ${c4}
2 |
3 |
4 |
5 |
6 | ⠄⠄⠄⢰⣧⣼⣯⠄⣸⣠⣶⣶⣦⣾⠄⠄⠄⠄⡀⠄⢀⣿⣿⠄⠄⠄⢸⡇⠄⠄
7 | ⠄⠄⠄⣾⣿⠿⠿⠶⠿⢿⣿⣿⣿⣿⣦⣤⣄⢀⡅⢠⣾⣛⡉⠄⠄⠄⠸⢀⣿⠄
8 | ⠄⠄⢀⡋⣡⣴⣶⣶⡀⠄⠄⠙⢿⣿⣿⣿⣿⣿⣴⣿⣿⣿⢃⣤⣄⣀⣥⣿⣿⠄
9 | ⠄⠄⢸⣇⠻⣿⣿⣿⣧⣀⢀⣠⡌⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠿⠿⣿⣿⣿⠄
10 | ⠄⢀⢸⣿⣷⣤⣤⣤⣬⣙⣛⢿⣿⣿⣿⣿⣿⣿⡿⣿⣿⡍⠄⠄⢀⣤⣄⠉⠋⣰
11 | ⠄⣼⣖⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⢇⣿⣿⡷⠶⠶⢿⣿⣿⠇⢀⣤
12 | ⠘⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣽⣿⣿⣿⡇⣿⣿⣿⣿⣿⣿⣷⣶⣥⣴⣿⡗
13 | ⢀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠄
14 | ⢸⣿⣦⣌⣛⣻⣿⣿⣧⠙⠛⠛⡭⠅⠒⠦⠭⣭⡻⣿⣿⣿⣿⣿⣿⣿⣿⡿⠃⠄
15 | ⠘⣿⣿⣿⣿⣿⣿⣿⣿⡆⠄⠄⠄⠄⠄⠄⠄⠄⠹⠈⢋⣽⣿⣿⣿⣿⣵⣾⠃⠄
16 | ⠄⠘⣿⣿⣿⣿⣿⣿⣿⣿⠄⣴⣿⣶⣄⠄⣴⣶⠄⢀⣾⣿⣿⣿⣿⣿⣿⠃⠄⠄
17 | ⠄⠄⠈⠻⣿⣿⣿⣿⣿⣿⡄⢻⣿⣿⣿⠄⣿⣿⡀⣾⣿⣿⣿⣿⣛⠛⠁⠄⠄⠄
18 | ⠄⠄⠄⠄⠈⠛⢿⣿⣿⣿⠁⠞⢿⣿⣿⡄⢿⣿⡇⣸⣿⣿⠿⠛⠁⠄⠄⠄⠄⠄
19 | ⠄⠄⠄⠄⠄⠄⠄⠉⠻⣿⣿⣾⣦⡙⠻⣷⣾⣿⠃⠿⠋⠁⠄⠄⠄⠄⠄⢀⣠⣴
20 | ⣿⣿⣿⣶⣶⣮⣥⣒⠲⢮⣝⡿⣿⣿⡆⣿⡿⠃⠄⠄⠄⠄⠄⠄⠄⣠⣴⣿⣿⣿
21 |
--------------------------------------------------------------------------------
/neofetch/asciis/arch-hi-res:
--------------------------------------------------------------------------------
1 | ${c6}
2 |
3 |
4 |
5 |
6 |
7 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣴⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
8 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
9 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
10 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀
11 | ⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⣦⣽⣻⣿⣿⣿⣆⠀⠀⠀⠀⠀⠀⠀⠀
12 | ⠀⠀⠀⠀⠀⠀⠀⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀
13 | ⠀⠀⠀⠀⠀⠀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⡀⠀⠀⠀⠀⠀
14 | ⠀⠀⠀⠀⠀⣴⣿⣿⣿⣿⠟⠁⠀⠈⠹⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀
15 | ⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⢻⣿⣿⣿⡿⢷⡀⠀⠀⠀
16 | ⠀⠀⢀⣼⣿⣿⣿⣿⣿⡿⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣶⣅⡀⠀⠀
17 | ⠀⢀⣾⣿⠿⠛⠋⠉⠁⠀⠀⠀⠀⠀⠀⠀⠈⠉⠙⠛⠿⣿⣷⣄⠀
18 | ⠠⠛⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠛⠄
19 |
--------------------------------------------------------------------------------
/neofetch/asciis/arch-hi-res-smol:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | ${c2}⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⢠⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀
7 | ${c2}⠀⠀⠀⠀⠀⠀⠀⠀ ⢠⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀
8 | ${c1}⠀⠀⠀⠀⠀⠀⠀⠀ ⣾⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀
9 | ${c1}⠀⠀⠀⠀⠀⠀ ⢀⣶⣜⡻⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀
10 | ${c1}⠀⠀⠀⠀⠀ ⢀⣾⣿⣿⣿⣿⣿⣿⣷⡄⠀⠀⠀⠀⠀
11 | ${c1}⠀⠀⠀⠀ ⢀⣾⣿⣿⣿⡿⠿⣿⣿⣿⣷⡀⠀⠀⠀⠀
12 | ${c1}⠀⠀⠀ ⢀⣾⣿⣿⣿⠃⠀⠀⠘⣿⣿⣿⣿⡄⠀⠀⠀
13 | ${c1}⠀⠀ ⢀⣾⣿⣿⣿⣿⠀⠀⠀⠀⢹⣿⣿⣯⣛⠄⠀⠀
14 | ${c2}⠀ ⢠⣿⣿⠿⠟⠛⠉⠀⠀⠀⠀⠈⠛⠛⠿⣿⣷⣄⠀
15 | ${c2} ⡠⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠆
16 |
--------------------------------------------------------------------------------
/neofetch/asciis/arch-smol:
--------------------------------------------------------------------------------
1 | ${c1}
2 |
3 |
4 |
5 |
6 | λ
7 | //\\
8 | // \\
9 | //\ \\
10 | // \\
11 | // \\
12 | // ,, \\
13 | // | | -\\
14 | //_-'''' ''''-_\\
15 |
--------------------------------------------------------------------------------
/neofetch/asciis/bonsai:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | ${c1} ,.,
7 | ${c1} ${c2}MMMM${c6}_ ${c1} ,..,
8 | ${c1} "_ "__"${c2}MMMMM ${c1} ,...,,
9 | ${c1} ,..., __." --" ,., _-"${c2}MMMMMMM${c6}
10 | ${c2}MMMMMM${c6}"___ "_._ ${c3}MMM${c6}"_."" _ """"""
11 | ${c2}""""" "" , \_. "_. ."
12 | ${c3} ,., _"__ \__./ ."
13 | ${c3}MMMMM${c6}_" "_ ./
14 | ${c1} '''' ( )
15 | ${c1}._______________.-'____"---._.
16 | ${c1} \ /
17 | ${c1}\________________________/
18 | ${c1}(_) (_)
19 |
20 |
--------------------------------------------------------------------------------
/neofetch/asciis/bruh:
--------------------------------------------------------------------------------
1 | ${c4}
2 |
3 |
4 |
5 |
6 | ⠄⠄⠄⢀⣤⣾⣿⡟⠋⠄⠄⠄⣀⡿⠄⠊⠄⠄⠄⠄⠄⠄⢸⠇⠄⢀⠃⠙⣿⣿
7 | ⣤⠒⠛⠛⠛⠛⠛⠛⠉⠉⠉⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠸⠄⢀⠊⠄⠄⠈⢿
8 | ⣿⣠⠤⠴⠶⠒⠶⠶⠤⠤⣤⣀⠄⠄⠄⠄⠄⠄⠄⠄⠄⢀⠃⠄⠂⣀⣀⣀⡀⠄
9 | ⡏⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠈⠙⠂⠄⠄⠄⠄⠄⠄⢀⢎⠐⠛⠋⠉⠉⠉⠉⠛
10 | ⡇⠄⠄⠄⣀⡀⠄⠄⠄⢀⡀⠄⠄⠄⠄⠄⠄⠄⠄⠄⠎⠁⠄⠄⠄⠄⠄⠄⠄⠄
11 | ⡧⠶⣿⣿⣿⣿⣿⣿⠲⠦⣭⡃⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢀⡀⠄⠄⠄⠄⠄⠄
12 | ⡇⠄⣿⣿⣿⣿⣿⣿⡄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢰⣾⣿⣿⣿⡟⠛⠶⠄
13 | ⡇⠄⣿⣿⣿⣿⣿⣿⡇⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⣼⣿⣿⣿⣿⡇⠄⠄⢀
14 | ⡇⠄⢿⣿⣿⣿⣿⣷⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⣿⣿⣿⣿⣿⡇⠄⠄⢊
15 | ⢠⠄⠈⠛⠛⠛⠛⠋⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢿⣿⣿⣿⡦⠁⠄⠄⣼
16 | ⢸⠄⠈⠉⠁⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠉⠉⠄⠄⠄⠄⢰⣿
17 | ⢸⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠁⠉⠄⢸⣿
18 | ⠄⣆⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢀⣀⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢸⣿
19 | ⠄⢿⣷⣶⣄⡀⠄⠄⠄⠄⠄⠄⠉⠉⠉⠉⠁⠄⠄⠄⠄⠄⠄⠄⠄⠄⢀⣴⣿⣿
20 | ⠄⢸⣿⣿⣿⣿⣷⣦⣤⣀⡀⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⣀⣠⣤⣶⣿⣿⣿⣿⣿
21 |
22 |
23 |
--------------------------------------------------------------------------------
/neofetch/asciis/bunny-girl:
--------------------------------------------------------------------------------
1 | ${c2}
2 |
3 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⡀⠀⠀⠀⢀⣀⣠⣤⣼⣿⣿⣿⣿⣿⣿⣿⣅⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
4 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣯⣽⣢⢤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
5 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⡍⠲⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
6 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠉⠉⢩⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠋⢢⣈⠫⢄⠀⠀⠀⠀⠀⠀⢀⡄⠂⢄⠀⠀⠀⠀
7 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⣽⣿⣿⣿⣿⣽⣿⣿⣿⣿⣷⡧⠀⠀⠀⠀⢀⠎⠀⠀⠀⢃⠀⠀⠀
8 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⣿⣿⣿⣿⣿⡟⠀⠀⠀⠀⣸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿⣟⣣⠀⠀⠀⡎⠀⠀⠀⠀⠀⡆⠀⠀
9 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⡋⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡔⡄⠀⠁⠀⠀⠀⠀⠀⢰⠀⠀
10 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⠿⠋⠁⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⡇⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⡇⢰⠇⠀⠀⠀⠀⠀⡘⠀⠀
11 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⣼⣼⣿⣿⠿⣿⣿⣿⡿⢹⣿⣿⣿⣿⣿⣿⡽⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠎⠦⡀⠀⠀⠀⢀⠇⠀⠀
12 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⢢⣿⡇⣼⣧⣶⣿⣿⣿⠁⢸⢿⣿⣿⣿⣿⣿⣷⡘⣷⡹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠧⡙⠀⠑⢄⣀⠤⠂⠀⠀⠀
13 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⣟⣼⣿⣿⣿⣿⣿⣿⠀⠀⢛⣿⣿⣿⣿⣿⡿⣿⡬⠿⣾⡻⣿⣿⣿⣿⣿⣿⣿⣿⣿⢯⣿⣿⣿⣿⣿⣻⡆⢰⠀⠀⠀⠀⠀⠀⠀⠀⠀
14 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⠀⣿⢻⣿⣿⣿⣿⣿⣿⣿⡏⠉⠉⠻⢿⣿⣿⣿⣿⣜⢿⣮⡙⠷⣦⣉⠓⢿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠆⠀⠀⠀⠀⠀⠀⠀⠀⠀
15 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠤⠤⠤⠤⣀⠀⠘⠀⠀⣿⢸⢿⣿⣿⣿⣿⣿⠘⢿⠈⠁⠐⠄⠙⢟⢿⣿⣿⣦⡵⣟⣶⣽⣿⣿⣿⣿⣿⣿⣿⣿⣯⣾⣿⣿⣿⣿⣼⣿⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
16 | ⠀⠀⠀⠀⠀⠀⠀⠀⢀⠎⠀⠀⠀⠀⠀⠀⠑⠆⠀⠀⣿⠀⣿⣿⣿⣿⣿⣿⣀⣬⣧⣖⣢⠄⠀⠀⠀⠈⠑⠈⠹⠿⠋⠘⣿⣿⣿⡆⣿⣿⣿⡏⡧⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀
17 | ⠀⠀⠀⠀⠀⠀⠀⠀⠊⠀⠀⠀⠀⠀⠀⠀⠀⠈⢆⠀⢿⠀⢹⣿⣿⣿⣿⣿⣿⡿⠻⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⢮⠴⢃⣿⣿⣿⣿⣷⡟⣿⣿⣿⣿⣿⣟⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀
18 | ⠀⠀⠀⠀⠀⠀⠀⠸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠄⠸⡆⡄⢿⣿⣿⣿⣿⣿⡻⢄⠙⢿⣻⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣾⢻⣿⣿⣿⢈⣷⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀
19 | ⠀⠀⠀⠀⠀⠀⠀⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢱⠐⠹⣵⠀⣿⣿⣿⣿⣿⢿⠦⠀⠀⠀⠀⠀⠀⠂⠀⠀⠀⠀⠀⠀⠀⡠⠞⠁⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡷⠀⠀⠀⠀⠀⠀⠀⠀
20 | ⠀⠀⠀⠀⠀⠀⠀⡁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠘⢦⣿⣿⣿⣿⣿⣮⣆⠀⠀⠀⠀⠀⠈⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇⢣⠀⠀⠀⠀⠀⠀⠀
21 | ⠀⠀⠀⠀⠀⠀⠀⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣦⣤⡤⠀⠀⠀⠀⢀⣀⣀⣀⡀⠀⠀⢀⠴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡌⡆⠀⠀⠀⠀⠀⠀
22 | ⠀⠀⠀⠀⠀⠀⠀⢰⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡅⠀⠀⠀⣾⠇⣿⣿⣿⣿⣿⣿⣿⣿⣶⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠘⡀⠀⠀⠀⠀⠀
23 | ⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡜⠀⠀⠀⣸⡟⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣢⢄⠀⠀⢀⣤⣶⣿⢟⣿⣿⣿⣿⠰⢸⠾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡆⢡⠀⠀⠀⠀⠀
24 | ⠀⠀⠀⠀⠀⠀⠀⠀⠰⡀⠀⠀⠀⠀⠀⠀⢀⠜⠀⠀⠀⣰⡟⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠇⠉⣫⢻⡿⠛⢁⢾⣿⣿⣿⡇⠇⡜⠀⡿⣻⣿⣿⣿⣿⣿⣿⣿⣿⣻⡈⡆⠀⠀⠀⠀
25 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠑⢄⠀⠀⠀⡠⠔⠁⠀⠀⠀⣰⡟⠀⠀⣟⣿⣿⣿⣿⣿⣿⠿⠛⠋⠉⠉⠛⠻⢗⠏⠏⢸⢇⢠⠟⣾⣿⣿⣿⣱⠊⠀⠀⡿⡞⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⢸⠀⠀⠀⠀
26 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠈⠁⠀⠀⠀⠀⢀⡾⠋⠀⠀⣸⠇⣿⣹⣿⣿⣿⣇⠀⠀⠀⠀⠀⠀⠀⡈⠀⠀⠸⢻⠋⢸⣿⣿⣿⢿⠃⠀⠀⠀⣇⠗⢿⡇⢹⣿⣿⢿⣿⣿⣿⣿⣏⡆⠀⠀⠀
27 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡰⠛⠁⠀⠀⢠⡟⢀⣿⣿⣿⣿⣿⡟⣄⠀⠀⠀⠀⢠⣴⣧⣤⣄⣠⠣⣀⣿⣿⣿⣟⠎⠀⠀⠀⠀⣽⠀⠘⣿⠊⠫⡺⣷⣌⠉⡿⢿⣿⡇⠀⠀⠀
28 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⠊⠀⠀⠀⢀⡠⣾⣁⣼⣿⣿⣿⢹⣿⡇⠈⠑⠂⠀⠀⠈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣽⣿⣿⠇⡜⠘⡄⠀⠹⣧⠀⠈⠪⢙⢻⠷⠦⠿⣿⡄⠀⠀
29 | ⠀⠀⢀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⠊⠀⣀⠔⣒⣵⣾⣿⣿⣿⣿⣿⣿⡇⢸⣿⠀⠀⡇⠀⠀⠀⠀⣿⣿⣿⣿⠿⣿⣿⣿⣿⣿⣿⣿⣿⢋⡼⠔⠀⠉⢄⡀⠙⣧⠀⣀⡴⠉⠉⠉⠉⠹⣷⡀⠀
30 | ⠀⠈⢏⣷⣮⣕⠢⠀⠀⠀⠀⢠⠞⢀⠔⢉⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⣸⠃⠀⠠⠃⠀⠀⠀⢐⡨⠋⠀⣗⡄⢸⣿⣿⡿⡿⣿⡿⢣⠊⠀⠀⠀⠀⠀⠈⠑⠚⠻⣿⣄⣀⡀⠀⢀⣠⣿⣗⡀
31 | ⠀⠀⠀⢻⣿⣿⣿⣄⢂⠀⢠⣟⠔⠁⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⢀⠏⣀⠞⠀⠀⠀⠀⠀⠈⠀⠀⠀⣿⠀⢸⣿⣟⠀⢣⠀⡰⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠛⠛⠛⠛⠊⢸⣿⡝
32 | ⠀⠀⠀⠀⢻⣿⣿⣿⣆⢃⢸⡏⢀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣾⣿⡁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣧⢸⣿⡟⠀⠸⠊⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⣷
33 | ⠀⠀⠀⠀⠀⢻⣿⣿⣿⡞⡔⣣⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣄⠀⠀⠀⠀⠀⠀⠀⠀⣠⠀⠘⠻⡼⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡞⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⢻⣿
34 | ⠀⠀⠀⠀⠀⠀⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣆⠀⠀⠀⠀⠀⠀⢀⠇⠀⠀⠀⠑⠌⠢⠀⣀⣀⠀⠀⠀⠀⠀⠀⣽⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⢸⣿
35 | ⠀⠀⠀⠀⠀⠀⠈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣰⣿⣿⣯⣆⠀⠀⠀⠀⠀⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⢸⣿
36 | ⠀⠀⠀⠀⠀⠀⠀⠈⣏⠻⢿⣿⣿⣿⣿⣿⣿⡇⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡄⠀⠀⠆⠀⢀⣠⢰⣿⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠜⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⡟⢸⡟
37 | ⠀⠀⠀⠀⠀⠀⠀⠀⢸⢇⠈⢿⣿⣿⣿⣿⣿⠁⢀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⡈⣠⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣆⠀⢠⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣾⡟⢁⡟⠀
38 | ⠀⠀⠀⠀⠀⠀⠀⠀⠘⠀⠆⠈⢿⣿⣿⣿⡇⠀⢸⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⡎⠀⠀⠀⠀⠀⣀⣀⣀⣀⣀⣰⣏⣀⣊⣀⣀
39 |
--------------------------------------------------------------------------------
/neofetch/asciis/cat:
--------------------------------------------------------------------------------
1 | ${c5}
2 |
3 | /\_/\
4 | ( o.o )
5 | > ^ <
6 |
7 |
--------------------------------------------------------------------------------
/neofetch/asciis/chika:
--------------------------------------------------------------------------------
1 | ${c5}
2 |
3 |
4 |
5 |
6 | ⢸⣿⣿⣿⣿⠃⠄⢀⣴⡾⠃⠄⠄⠄⠄⠄⠈⠺⠟⠛⠛⠛⠛⠻⢿⣿⣿⣿⣿⣶⣤⡀⠄
7 | ⢸⣿⣿⣿⡟⢀⣴⣿⡿⠁⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⣸⣿⣿⣿⣿⣿⣿⣿⣷
8 | ⢸⣿⣿⠟⣴⣿⡿⡟⡼⢹⣷⢲⡶⣖⣾⣶⢄⠄⠄⠄⠄⠄⢀⣼⣿⢿⣿⣿⣿⣿⣿⣿⣿
9 | ⢸⣿⢫⣾⣿⡟⣾⡸⢠⡿⢳⡿⠍⣼⣿⢏⣿⣷⢄⡀⠄⢠⣾⢻⣿⣸⣿⣿⣿⣿⣿⣿⣿
10 | ⡿⣡⣿⣿⡟⡼⡁⠁⣰⠂⡾⠉⢨⣿⠃⣿⡿⠍⣾⣟⢤⣿⢇⣿⢇⣿⣿⢿⣿⣿⣿⣿⣿
11 | ⣱⣿⣿⡟⡐⣰⣧⡷⣿⣴⣧⣤⣼⣯⢸⡿⠁⣰⠟⢀⣼⠏⣲⠏⢸⣿⡟⣿⣿⣿⣿⣿⣿
12 | ⣿⣿⡟⠁⠄⠟⣁⠄⢡⣿⣿⣿⣿⣿⣿⣦⣼⢟⢀⡼⠃⡹⠃⡀⢸⡿⢸⣿⣿⣿⣿⣿⡟
13 | ⣿⣿⠃⠄⢀⣾⠋⠓⢰⣿⣿⣿⣿⣿⣿⠿⣿⣿⣾⣅⢔⣕⡇⡇⡼⢁⣿⣿⣿⣿⣿⣿⢣
14 | ⣿⡟⠄⠄⣾⣇⠷⣢⣿⣿⣿⣿⣿⣿⣿⣭⣀⡈⠙⢿⣿⣿⡇⡧⢁⣾⣿⣿⣿⣿⣿⢏⣾
15 | ⣿⡇⠄⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⢻⠇⠄⠄⢿⣿⡇⢡⣾⣿⣿⣿⣿⣿⣏⣼⣿
16 | ⣿⣷⢰⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⢰⣧⣀⡄⢀⠘⡿⣰⣿⣿⣿⣿⣿⣿⠟⣼⣿⣿
17 | ⢹⣿⢸⣿⣿⠟⠻⢿⣿⣿⣿⣿⣿⣿⣿⣶⣭⣉⣤⣿⢈⣼⣿⣿⣿⣿⣿⣿⠏⣾⣹⣿⣿
18 | ⢸⠇⡜⣿⡟⠄⠄⠄⠈⠙⣿⣿⣿⣿⣿⣿⣿⣿⠟⣱⣻⣿⣿⣿⣿⣿⠟⠁⢳⠃⣿⣿⣿
19 | ⠄⣰⡗⠹⣿⣄⠄⠄⠄⢀⣿⣿⣿⣿⣿⣿⠟⣅⣥⣿⣿⣿⣿⠿⠋⠄⠄⣾⡌⢠⣿⡿⠃
20 | ⠜⠋⢠⣷⢻⣿⣿⣶⣾⣿⣿⣿⣿⠿⣛⣥⣾⣿⠿⠟⠛⠉⠄⠄
21 |
22 |
23 |
--------------------------------------------------------------------------------
/neofetch/asciis/date-a-live:
--------------------------------------------------------------------------------
1 | ${c4}⠀
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⣤⣶⣶⣶⣶⣶⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
16 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
17 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⢿⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
18 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⣿⣿⣿⡇⣿⣷⣿⣿⣿⣿⣿⣿⣯⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
19 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡰⣿⣿⣿⣇⣿⣀⠸⡟⢹⣿⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
20 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⢡⣿⣿⣿⡇⠝⠋⠀⠀⠀⢿⢿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
21 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⢸⠸⣿⣿⣇⠀⠀⠀⠀⠀⠀⠊⣽⣿⣿⣿⠁⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
22 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⣿⣿⣷⣄⠀⠀⠀⢠⣴⣿⣿⣿⠋⣠⡏⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
23 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠾⣿⣟⡻⠉⠀⠀⠀⠈⢿⠋⣿⡿⠚⠋⠁⡁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
24 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣶⣾⣿⣿⡄⠀⣳⡶⡦⡀⣿⣿⣷⣶⣤⡾⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
25 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡆⠀⡇⡿⠉⣺⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
26 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣯⠽⢲⠇⠣⠐⠚⢻⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
27 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⡐⣾⡏⣷⠀⠀⣼⣷⡧⣿⣿⣦⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
28 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣻⣿⣿⣿⣿⣿⣮⠳⣿⣇⢈⣿⠟⣬⣿⣿⣿⣿⣿⡦⢄⠀⠀⠀⠀⠀⠀⠀
29 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⢄⣾⣿⣿⣿⣿⣿⣿⣿⣷⣜⢿⣼⢏⣾⣿⣿⣿⢻⣿⣝⣿⣦⡑⢄⠀⠀⠀⠀⠀
30 | ⠀⠀⠀⠀⠀⠀⠀⣠⣶⣷⣿⣿⠃⠘⣿⣿⣿⣿⣿⣿⣿⡷⣥⣿⣿⣿⣿⣿⠀⠹⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀
31 | ⠀⠀⠀⠀⣇⣤⣾⣿⣿⡿⠻⡏⠀⠀⠸⣿⣿⣿⣿⣿⣿⣮⣾⣿⣿⣿⣿⡇⠀⠀⠙⣿⣿⡿⡇⠀⠀⠀⠀⠀
32 | ⠀⠀⢀⡴⣫⣿⣿⣿⠋⠀⠀⡇⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⢘⣿⣿⣟⢦⡸⠀⠀⠀
33 | ⠀⡰⠋⣴⣿⣟⣿⠃⠀⠀⠀⠈⠀⠀⣸⣿⣿⣿⣿⣿⣿⣇⣽⣿⣿⣿⣿⣇⠀⠀⠀⠁⠸⣿⢻⣦⠉⢆⠀⠀
34 | ⢠⠇⡔⣿⠏⠏⠙⠆⠀⠀⠀⠀⢀⣜⣛⡻⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⡀⠀⠀⠀⠀⡇⡇⠹⣷⡈⡄⠀
35 | ⠀⡸⣴⡏⠀⠀⠀⠀⠀⠀⠀⢀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣻⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⡇⡇⠀⢻⡿⡇⠀
36 | ⠀⣿⣿⣆⠀⠀⠀⠀⠀⠀⢀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡀⠀⣰⠿⠤⠒⡛⢹⣿⠄
37 | ⠀⣿⣷⡆⠁⠀⠀⠀⠀⢠⣿⣿⠟⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⠻⢷⡀⠀⠀⠀⠀⠀⣸⣿⠀
38 | ⠀⠈⠿⢿⣄⠀⠀⠀⢞⠌⡹⠁⠀⠀⢻⡇⠹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⢳⠀⠀⠁⠀⠀⠀⠀⢠⣿⡏⠀
39 | ⠀⠀⠀⠈⠂⠀⠀⠀⠈⣿⠁⠀⠀⠀⡇⠁⠀⠘⢿⣿⣿⠿⠟⠋⠛⠛⠛⠀⢸⠀⠀⡀⠂⠀⠀⠐⠛⠉⠀⠀
40 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠕⣠⡄⣰⡇⠀⠀⠀⢸⣧⠀⠀⠀⠀⠀⠀⠀⢀⣸⠠⡪⠊⠀⠀⠀⠀⠀⠀⠀⠀
41 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢫⣽⡋⠭⠶⠮⢽⣿⣆⠀⠀⠀⠀⢠⣿⣓⣽⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
42 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⢹⣶⣦⣾⣿⣿⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀
43 |
44 |
--------------------------------------------------------------------------------
/neofetch/asciis/hentai:
--------------------------------------------------------------------------------
1 | ${c6}
2 |
3 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
4 |
5 |
6 | ⣿⣿⣷⡁⢆⠈⠕⢕⢂⢕⢂⢕⢂⢔⢂⢕⢄⠂⣂⠂⠆⢂⢕⢂⢕⢂⢕⢂⢕⢂
7 | ⣿⣿⣿⡷⠊⡢⡹⣦⡑⢂⢕⢂⢕⢂⢕⢂⠕⠔⠌⠝⠛⠶⠶⢶⣦⣄⢂⢕⢂⢕
8 | ⣿⣿⠏⣠⣾⣦⡐⢌⢿⣷⣦⣅⡑⠕⠡⠐⢿⠿⣛⠟⠛⠛⠛⠛⠡⢷⡈⢂⢕⢂
9 | ⠟⣡⣾⣿⣿⣿⣿⣦⣑⠝⢿⣿⣿⣿⣿⣿⡵⢁⣤⣶⣶⣿⢿⢿⢿⡟⢻⣤⢑⢂
10 | ⣾⣿⣿⡿⢟⣛⣻⣿⣿⣿⣦⣬⣙⣻⣿⣿⣷⣿⣿⢟⢝⢕⢕⢕⢕⢽⣿⣿⣷⣔
11 | ⣿⣿⠵⠚⠉⢀⣀⣀⣈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣗⢕⢕⢕⢕⢕⢕⣽⣿⣿⣿⣿
12 | ⢷⣂⣠⣴⣾⡿⡿⡻⡻⣿⣿⣴⣿⣿⣿⣿⣿⣿⣷⣵⣵⣵⣷⣿⣿⣿⣿⣿⣿⡿
13 | ⢌⠻⣿⡿⡫⡪⡪⡪⡪⣺⣿⣿⣿⣿⣿⠿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃
14 | ⠣⡁⠹⡪⡪⡪⡪⣪⣾⣿⣿⣿⣿⠋⠐⢉⢍⢄⢌⠻⣿⣿⣿⣿⣿⣿⣿⣿⠏⠈
15 | ⡣⡘⢄⠙⣾⣾⣾⣿⣿⣿⣿⣿⣿⡀⢐⢕⢕⢕⢕⢕⡘⣿⣿⣿⣿⣿⣿⠏⠠⠈
16 | ⠌⢊⢂⢣⠹⣿⣿⣿⣿⣿⣿⣿⣿⣧⢐⢕⢕⢕⢕⢕⢅⣿⣿⣿⣿⡿⢋⢜⠠⠈
17 | ⠄⠁⠕⢝⡢⠈⠻⣿⣿⣿⣿⣿⣿⣿⣷⣕⣑⣑⣑⣵⣿⣿⣿⡿⢋⢔⢕⣿⠠⠈
18 | ⠨⡂⡀⢑⢕⡅⠂⠄⠉⠛⠻⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⡿⢋⢔⢕⢕⣿⣿⠠⠈
19 | ⠄⠪⣂⠁⢕⠆⠄⠂⠄⠁⡀⠂⡀⠄⢈⠉⢍⢛⢛⢛⢋⢔⢕⢕⢕⣽⣿⣿⠠⠈
20 |
21 |
22 |
--------------------------------------------------------------------------------
/neofetch/asciis/hostname:
--------------------------------------------------------------------------------
1 |
2 |
3 | _ __
4 | | | _____ _ _ / _| ___ _ __ __ _ ___ _ __ _ _
5 | | |/ / _ \ | | |_____| |_ / _ \| '__/ _` |/ _ \ '__| | | |
6 | | < __/ |_| |_____| _| (_) | | | (_| | __/ | | |_| |
7 | |_|\_\___|\__, | |_| \___/|_| \__, |\___|_| \__, |
8 | |___/ |___/ |___/
9 |
--------------------------------------------------------------------------------
/neofetch/asciis/lmao:
--------------------------------------------------------------------------------
1 | ${c4}
2 |
3 |
4 |
5 | ⠄⠄⣠⠞⠁⢠⡞⣡⡴⠟⠋⠁⠄⠄⠄⠄⠄⠉⠉⠛⠓⠶⣤⣙⢦⡙⢦⡀⠄⠄
6 | ⢀⡔⠁⠄⣰⣿⠟⠁⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠈⠛⢿⣆⠙⡄⠄
7 | ⠋⠄⠄⣼⡟⠁⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠙⢷⡜⣆
8 | ⠄⠄⣴⠏⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⣀⣶⡀⠄⠄⠄⠄⠄⣹⡏
9 | ⢤⣰⠏⠄⠄⠄⠄⠄⠄⢀⢀⣄⠄⠄⠄⠄⠄⠄⠄⣸⠟⣿⣿⣦⡀⠄⠄⠄⣿⠉
10 | ⠄⣼⣠⠄⠄⠄⠄⠄⢠⣿⣼⣉⣷⣤⡀⠄⠄⠄⣼⠏⠄⠹⠄⠙⣿⣦⠄⠄⣿⠄
11 | ⠄⠛⡿⣧⠄⠄⢀⣴⠋⠿⠋⠻⣦⣝⠻⣦⣤⡾⢃⣠⡴⠆⠄⢸⠟⣿⣷⣄⡇⠄
12 | ⠄⠄⡇⠹⣦⣀⣼⡇⠄⠄⠄⠄⠄⢙⣻⣶⣿⣟⠛⠉⠄⠄⠄⢸⠄⡟⠘⠿⠄⠄
13 | ⠄⠄⡇⠄⣿⢿⡇⣷⠄⠄⣠⣴⠾⠛⠋⠁⠈⠙⠛⠶⣤⡄⠄⢸⠄⢻⠄⠄⠄⠄
14 | ⠄⢠⠇⠄⣿⣸⡇⡇⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢸⡀⢸⠄⠄⠄⠄
15 | ⠄⢸⠄⢸⣿⣿⡇⡇⠄⠄⠄⢠⡄⠄⠄⠄⠄⠄⠄⢀⡀⠄⠄⢸⡇⢸⡄⠄⠄⠄
16 | ⠄⢸⠄⣾⣿⣿⡇⣧⡀⠄⠄⠄⢿⣄⠄⠄⠄⠄⢀⡾⠃⠄⠄⣸⠃⠄⡇⠄⠄⠄
17 | ⠄⡟⢀⣿⣿⣿⠇⣿⣷⣄⡀⠄⠄⠛⠷⢦⣴⠶⠟⠁⠄⣠⣾⣇⠄⠄⣿⠄⠄⠄
18 | ⢠⡇⢸⣿⣿⣿⢠⣿⣿⣿⡟⠲⢤⣀⡀⠄⠄⣀⣠⣴⣿⣿⣿⣿⠄⠄⢻⡇⠄⠄
19 | ⣼⣤⣿⣿⣿⣿⣼⣿⣿⣿⣧⣤⣤⣤⣭⣽⣿⣿⣿⣿⣿⣿⣿⣿⣤⣤⣼⣿⣤⣤
20 |
21 |
22 |
--------------------------------------------------------------------------------
/neofetch/asciis/nezuko:
--------------------------------------------------------------------------------
1 | ${c4}
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
14 |
15 |
16 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
17 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣴⣶⣿⣿⢿⣷⣶⣶⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
18 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⡿⣻⠟⣩⣷⣿⣿⣿⣿⣿⣿⣿⣿⣦⡀⠀⢰⠷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
19 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣟⡁⠁⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⡃⣸⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
20 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣾⣿⣿⣿⣿⣾⣿⡿⣿⠿⠛⠿⢿⣿⣿⣿⣿⣿⣿⢿⣷⡷⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
21 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⡟⠉⠉⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣿⣿⣧⣤⣼⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
22 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
23 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣾⣷⣿⣿⡟⣀⣤⠶⠿⠆⠀⠀⠀⠘⠛⠛⠛⠳⣦⣸⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
24 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⣿⣿⠛⠋⠀⣤⣤⣄⠀⠀⠀⢀⣴⣶⣤⣠⡌⢹⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
25 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣽⣿⣿⢤⣴⡿⢛⢿⡿⠁⠀⠀⠘⢿⣟⣽⡻⢷⣞⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
26 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⣿⣿⣿⣯⠉⣄⠿⢇⡶⠀⠀⠀⠀⠛⠘⠛⣥⠚⣭⣿⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
27 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣿⣿⣿⣿⣿⣿⡿⣇⢸⡟⠛⠀⠀⢸⢠⠀⠀⠀⣚⣨⣰⣿⣿⣿⡿⣿⣿⣿⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
28 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⢻⣿⣿⡿⡟⠛⠛⠛⠛⠛⠛⠃⠀⠘⡉⡏⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀
29 | ⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⢸⣿⣿⣿⣷⣶⡶⡶⠶⠶⠶⠿⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡄⠀⠀⠀⠀⠀⠀⠀
30 | ⠀⠀⠀⠀⠀⣠⣾⣿⣿⡿⣿⣿⣿⣿⣿⣼⣿⣿⣿⣿⣿⢿⡟⠲⣦⣤⡶⠚⢙⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠙⣿⣿⣿⣦⠀⠀⠀⠀⠀⠀
31 | ⠀⠀⠀⠀⠀⣿⣿⣿⡟⢁⣿⣿⣿⣿⣿⢻⣿⣿⣿⢿⣯⣎⢷⡄⠀⠀⢀⣴⠟⣱⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⢹⣿⣿⡿⠀⠀⠀⠀⠀⠀
32 | ⠀⠀⠀⠀⠀⢸⣿⣿⡇⣸⣿⣿⣿⣿⣿⣾⣿⡟⠁⡼⢻⢻⡄⠻⣆⣰⠟⠁⣰⣿⣿⣿⣿⣿⠛⠻⢿⣿⣿⣿⣾⣿⣿⡇⠀⠀⠀⠀⠀⠀
33 | ⠀⠀⠀⠀⠀⢸⣿⣿⣷⣿⣿⣿⡿⠉⣼⣿⠏⠀⢠⣥⠃⠀⠻⣤⠞⠁⢀⣼⡿⢄⣸⣿⣿⣿⡄⠀⠀⠉⠻⣿⣿⣿⡿⠀⠀⠀⠀⠀⠀⠀
34 | ⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⡟⠁⣼⣿⣿⠇⠀⣬⡇⣠⠞⢦⣽⣦⣠⢯⡍⣮⢣⡈⢿⣿⣿⣧⢸⣿⠀⠀⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀
35 | ⠀⠀⠀⠀⢠⣾⣿⣿⣿⣿⣿⣆⣼⣿⣿⣿⠀⢠⣿⡞⠁⠀⢀⣈⡟⠁⣶⠁⢋⠀⢱⣤⢻⣿⣿⣞⣿⠀⢸⣿⣿⣿⣿⣿⣧⡀⠀⠀⠀⠀
36 | ⠀⠀⢀⣴⣿⣿⣿⣿⣿⣿⢡⣿⣿⡿⣼⡇⠀⢸⣯⠴⠆⢛⣽⡿⠶⠘⢷⡄⠸⠇⢰⢱⡎⢿⣿⣿⣯⠀⠈⣿⣿⣿⣿⣿⣿⣿⣦⡀⠀⠀
37 | ⢀⣴⣿⣿⡟⢹⣿⣿⣿⣿⣿⣿⣿⠇⣿⠀⠀⣿⣌⢁⡶⠯⠑⠢⠄⣀⡀⠹⣆⡆⡆⣸⡇⠈⣿⣿⣿⣷⡀⢹⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀
38 | ⢸⣿⣿⣿⡇⢸⣿⣿⣿⣿⣿⣿⣿⣦⡇⠀⢀⣉⠾⣯⣤⣬⡷⢦⣤⣬⣩⣿⣾⣿⣾⣽⡇⠀⠘⣿⣿⣿⣿⡃⢻⣿⣿⣿⡇⢻⣿⣿⣿⡇
39 | ⢸⡿⣿⣿⣡⣾⣿⣿⠃⣿⢻⣿⣿⢻⡇⠀⢸⣧⣴⣶⣶⣶⣶⣾⣷⣶⣿⣾⣧⣴⣶⣶⣶⠀⠀⢹⣿⣿⡿⠀⢸⣿⣿⣿⡇⠀⣿⣿⣿⡇
40 | ⠈⠃⣨⣿⣿⣿⡿⠃⠀⣿⣸⣿⣿⡶⠀⠀⠈⠉⢹⣿⣿⣿⣿⣿⣿⠙⠛⠛⠛⠛⢻⣿⣿⠀⠀⢸⣿⣿⡇⠀⢨⠛⢿⣿⣇⠀⣿⣿⣿⠇
41 | ⠀⠛⠛⠻⠿⠾⠥⠤⠄⠿⢿⣿⣿⣦⣤⣤⣿⣄⣾⣿⣿⣿⣿⣿⣿⢀⣀⣀⣀⣠⣼⣿⣿⣤⣤⣼⠿⠿⠥⠤⠾⠤⠬⠛⠛⠓⠛⠛⠉⠀
42 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
43 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
44 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
45 |
--------------------------------------------------------------------------------
/neofetch/asciis/saitama-arch:
--------------------------------------------------------------------------------
1 | ${c3}
2 |
3 |
4 |
5 |
6 | ⠀⠀⠀⠀⣠⣶⡾⠏⠉⠙⠳⢦⡀⠀⠀⠀⢠⠞⠉⠙⠲⡀⠀
7 | ⠀ ⠀⠀ ⣴⠿⠏⠀⠀⠀⠀⠀⠀⢳⡀⠀⡏⠀⠀⠀⠀⠀⢷
8 | ⠀⠀⢠⣟⣋⡀⢀⣀⣀⡀⠀⣀⡀⣧⠀⢸⠀⠀⠀⠀⠀ ⡇
9 | ⢸⣯⡭⠁⠸⣛⣟⠆⡴⣻⡲⣿⠀⣸⠀arch⠀⡇
10 | ⠀⠀⣟⣿⡭⠀⠀⠀⠀⠀⢱⠀⠀⣿⠀⢹⠀⠀⠀⠀⠀ ⡇
11 | ⠀⠀⠙⢿⣯⠄⠀⠀⠀⢀⡀⠀⠀⡿⠀⠀⡇⠀⠀⠀⠀⡼
12 | ⠀⠀⠀⠀⠹⣶⠆⠀⠀⠀⠀⠀⡴⠃⠀⠀⠘⠤⣄⣠⠞⠀
13 | ⠀⠀⠀⠀⠀⢸⣷⡦⢤⡤⢤⣞⣁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
14 | ⠀⠀ ⢀⣤⣴⣿⣏⠁⠀⠀⠸⣏⢯⣷⣖⣦⡀⠀⠀⠀⠀⠀⠀
15 | ⢀⣾⣽⣿⣿⣿⣿⠛⢲⣶⣾⢉⡷⣿⣿⠵⣿⠀⠀⠀⠀⠀⠀
16 | ⣼⣿⠍⠉⣿⡭⠉⠙⢺⣇⣼⡏⠀⠀⠀⣄⢸⠀⠀⠀⠀⠀⠀
17 | ⣿⣿⣧⣀⣿………⣀⣰⣏⣘⣆⣀⠀⠀
18 |
--------------------------------------------------------------------------------
/neofetch/asciis/surprise-pikachu:
--------------------------------------------------------------------------------
1 | ${c3}
2 |
3 |
4 |
5 | ⢀⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⣠⣤⣶⣶
6 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⢰⣿⣿⣿⣿
7 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣀⣀⣾⣿⣿⣿⣿
8 | ⣿⣿⣿⣿⣿⡏⠉⠛⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿
9 | ⣿⣿⣿⣿⣿⣿⠀⠀⠀⠈⠛⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⠉⠁⠀⣿
10 | ⣿⣿⣿⣿⣿⣿⣧⡀⠀⠀⠀⠀⠙⠿⠿⠿⠻⠿⠿⠟⠿⠛⠉⠀⠀⠀⠀⠀⣸⣿
11 | ⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣿
12 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⣴⣿⣿⣿⣿
13 | ⣿⣿⣿⣿⣿⣿⣿⣿⡟⠀⠀⢰⣹⡆⠀⠀⠀⠀⠀⠀⣭⣷⠀⠀⠀⠸⣿⣿⣿⣿
14 | ⣿⣿⣿⣿⣿⣿⣿⣿⠃⠀⠀⠈⠉⠀⠀⠤⠄⠀⠀⠀⠉⠁⠀⠀⠀⠀⢿⣿⣿⣿
15 | ⣿⣿⣿⣿⣿⣿⣿⣿⢾⣿⣷⠀⠀⠀⠀⡠⠤⢄⠀⠀⠀⠠⣿⣿⣷⠀⢸⣿⣿⣿
16 | ⣿⣿⣿⣿⣿⣿⣿⣿⡀⠉⠀⠀⠀⠀⠀⢄⠀⢀⠀⠀⠀⠀⠉⠉⠁⠀⠀⣿⣿⣿
17 | ⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⣿⣿
18 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿
19 |
20 |
21 |
--------------------------------------------------------------------------------
/neofetch/asciis/term:
--------------------------------------------------------------------------------
1 |
2 | ┌────────────────────┐
3 | │ >_ │
4 | │ │
5 | │ │
6 | │ │
7 | │ │
8 | │ │
9 | │ │
10 | └────────────────────┘
11 |
--------------------------------------------------------------------------------
/neofetch/asciis/uwu:
--------------------------------------------------------------------------------
1 | ${c5}
2 |
3 |
4 |
5 | ⠀⠀⠀ ⣿⣿⡆⠀⠀⢸⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⡇⠀⠀⣾⣿⡆⠀
6 | ⠀⠀⠀⣿⣿⡇⠀⠀⢸⣿⢰⣿⡆⠀⣾⣿⡆⠀⣾⣷ ⣿⣿⡇⠀⠀⣿⣿⡇⠀
7 | ⠀⠀⠀⣿⣿⡇⠀⠀⢸⣿⠘⣿⣿⣤⣿⣿⣿⣤⣿⡇⢻⣿⡇⠀⠀⣿⣿⡇⠀
8 | ⠀⠀⠀⣿⣿⡇⠀⠀⢸⡿⠀⢹⣿⣿⣿⣿⣿⣿⣿⠁⢸⣿⣇⠀⢀⣿⣿⠇⠀
9 | ⠀⠀⠀⠙⢿⣷⣶⣶⡿⠁⠀⠈⣿⣿⠟⠀⣿⣿⠇⠀⠈⠻⣿⣶⣾⡿⠋⠀⠀
10 |
--------------------------------------------------------------------------------
/neofetch/asciis/uwu-hd:
--------------------------------------------------------------------------------
1 | ${c5}
2 |
3 |
4 |
5 |
6 | ⡆⣐⢕⢕⢕⢕⢕⢕⢕⢕⠅⢗⢕⢕⢕⢕⢕⢕⢕⠕⠕⢕⢕⢕⢕⢕⢕⢕⢕⢕
7 | ⢐⢕⢕⢕⢕⢕⣕⢕⢕⠕⠁⢕⢕⢕⢕⢕⢕⢕⢕⠅⡄⢕⢕⢕⢕⢕⢕⢕⢕⢕
8 | ⢕⢕⢕⢕⢕⠅⢗⢕⠕⣠⠄⣗⢕⢕⠕⢕⢕⢕⠕⢠⣿⠐⢕⢕⢕⠑⢕⢕⠵⢕
9 | ⢕⢕⢕⢕⠁⢜⠕⢁⣴⣿⡇⢓⢕⢵⢐⢕⢕⠕⢁⣾⢿⣧⠑⢕⢕⠄⢑⢕⠅⢕
10 | ⢕⢕⠵⢁⠔⢁⣤⣤⣶⣶⣶⡐⣕⢽⠐⢕⠕⣡⣾⣶⣶⣶⣤⡁⢓⢕⠄⢑⢅⢑
11 | ⠍⣧⠄⣶⣾⣿⣿⣿⣿⣿⣿⣷⣔⢕⢄⢡⣾⣿⣿⣿⣿⣿⣿⣿⣦⡑⢕⢤⠱⢐
12 | ⢠⢕⠅⣾⣿⠋⢿⣿⣿⣿⠉⣿⣿⣷⣦⣶⣽⣿⣿⠈⣿⣿⣿⣿⠏⢹⣷⣷⡅⢐
13 | ⣔⢕⢥⢻⣿⡀⠈⠛⠛⠁⢠⣿⣿⣿⣿⣿⣿⣿⣿⡀⠈⠛⠛⠁⠄⣼⣿⣿⡇⢔
14 | ⢕⢕⢽⢸⢟⢟⢖⢖⢤⣶⡟⢻⣿⡿⠻⣿⣿⡟⢀⣿⣦⢤⢤⢔⢞⢿⢿⣿⠁⢕
15 | ⢕⢕⠅⣐⢕⢕⢕⢕⢕⣿⣿⡄⠛⢀⣦⠈⠛⢁⣼⣿⢗⢕⢕⢕⢕⢕⢕⡏⣘⢕
16 | ⢕⢕⠅⢓⣕⣕⣕⣕⣵⣿⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣷⣕⢕⢕⢕⢕⡵⢀⢕⢕
17 | ⢑⢕⠃⡈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢃⢕⢕⢕
18 | ⣆⢕⠄⢱⣄⠛⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⢁⢕⢕⠕⢁
19 | ⣿⣦⡀⣿⣿⣷⣶⣬⣍⣛⣛⣛⡛⠿⠿⠿⠛⠛⢛⣛⣉⣭⣤⣂⢜⠕⢑⣡⣴⣿
20 |
--------------------------------------------------------------------------------
/neofetch/asciis/weird:
--------------------------------------------------------------------------------
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 | ⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣦⡀⠈⠉⠂⢄⠀⠀⠙⢿⠛⠿⠟⠛⠉⠀⢸⠀⡌⠀⠀⢠⣾⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀
26 | ⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⣄⣀⠀⠉⠂⠀⠀⠑⢄⡀⠀⠀⠀⢨⡐⠀⢀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀
27 | ⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣿⣶⣤⣷⣶⡄⠀⠸⣠⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀
28 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
29 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
30 |
--------------------------------------------------------------------------------
/neofetch/asciis/wut:
--------------------------------------------------------------------------------
1 | ${c2}
2 |
3 |
4 | ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
5 | ⠀⠀⡿⠋⠄⣀⣀⣤⣴⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⣌⠻⣿⣿
6 | ⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⠹⣿
7 | ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠹
8 | ⣿⣿⡟⢹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡛⢿⣿⣿⣿⣮⠛⣿⣿⣿⣿⣿⣿⡆
9 | ⡟⢻⡇⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣣⠄⡀⢬⣭⣻⣷⡌⢿⣿⣿⣿⣿⣿
10 | ⠃⣸⡀⠈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠈⣆⢹⣿⣿⣿⡈⢿⣿⣿⣿⣿
11 | ⠄⢻⡇⠄⢛⣛⣻⣿⣿⣿⣿⣿⣿⣿⣿⡆⠹⣿⣆⠸⣆⠙⠛⠛⠃⠘⣿⣿⣿⣿
12 | ⠄⠸⣡⠄⡈⣿⣿⣿⣿⣿⣿⣿⣿⠿⠟⠁⣠⣉⣤⣴⣿⣿⠿⠿⠿⡇⢸⣿⣿⣿
13 | ⠄⡄⢿⣆⠰⡘⢿⣿⠿⢛⣉⣥⣴⣶⣿⣿⣿⣿⣻⠟⣉⣤⣶⣶⣾⣿⡄⣿⡿⢸
14 | ⠄⢰⠸⣿⠄⢳⣠⣤⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣼⣿⣿⣿⣿⣿⣿⡇⢻⡇⢸
15 | ⢷⡈⢣⣡⣶⠿⠟⠛⠓⣚⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇⢸⠇⠘
16 | ⡀⣌⠄⠻⣧⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠛⠛⠛⢿⣿⣿⣿⣿⣿⡟⠘⠄⠄
17 | ⣷⡘⣷⡀⠘⣿⣿⣿⣿⣿⣿⣿⣿⡋⢀⣠⣤⣶⣶⣾⡆⣿⣿⣿⠟⠁⠄⠄⠄⠄
18 | ⣿⣷⡘⣿⡀⢻⣿⣿⣿⣿⣿⣿⣿⣧⠸⣿⣿⣿⣿⣿⣷⡿⠟⠉⠄⠄⠄⠄⡄⢀
19 | ⣿⣿⣷⡈⢷⡀⠙⠛⠻⠿⠿⠿⠿⠿⠷⠾⠿⠟⣛⣋⣥⣶⣄⠄⢀⣄⠹⣦⢹⣿
20 |
21 |
22 |
--------------------------------------------------------------------------------
/neofetch/configs/asciisq-v2.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | prin
3 | prin
4 | prin
5 | prin
6 | prin
7 | prin
8 | info "$(color 12) " distro
9 | info "$(color 12) " uptime
10 | prin "$(color 12) " "bspwm"
11 | prin
12 | info "$(color 1) " shell
13 | info "$(color 1) " term
14 | info "$(color 1) " resolution
15 | prin
16 | prin "$(color 3) " "i7-9750H"
17 | prin "$(color 3) " "GTX 1650"
18 | prin "$(color 3) " "$(free -m | grep Mem | awk '{print $3}') MiB"
19 | prin
20 | prin
21 | prin
22 | prin
23 | }
24 | # ┌┐ <- that is not a zero btw
25 | # └┘
26 | # ╭╮
27 | # ╰╯
28 |
29 | title_fqdn="off"
30 | kernel_shorthand="on"
31 | distro_shorthand="tiny"
32 | os_arch="off"
33 | uptime_shorthand="tiny"
34 | memory_percent="off"
35 | memory_unit="gib"
36 | package_managers="on"
37 | shell_path="off"
38 | shell_version="off"
39 | speed_type="bios_limit"
40 | speed_shorthand="on"
41 | cpu_brand="off"
42 | cpu_speed="on"
43 | cpu_cores="logical"
44 | cpu_temp="C"
45 | gpu_brand="off"
46 | gpu_type="all"
47 | refresh_rate="off"
48 | gtk_shorthand="on"
49 | gtk2="on"
50 | gtk3="on"
51 | public_ip_host="http://ident.me"
52 | public_ip_timeout=2
53 | de_version="on"
54 | disk_show=('/')
55 | disk_subtitle="mount"
56 | disk_percent="on"
57 | music_player="auto"
58 | song_format="%artist% - %album% - %title%"
59 | song_shorthand="on"
60 | colors=(1 2 3 9 8 12)
61 | bold="on"
62 | underline_enabled="on"
63 | underline_char="-"
64 | separator=" "
65 | # separator=" "
66 | # separator=" "
67 | block_range=(0 15)
68 | color_blocks="on"
69 | block_width=3
70 | block_height=1
71 | col_offset="auto"
72 | bar_char_elapsed="$(color 1)─$(color 2)"
73 | bar_char_total="$(color 2)─$(color 1)"
74 | bar_border="off"
75 | bar_length=25
76 | bar_color_elapsed="distro"
77 | bar_color_total="distro"
78 |
79 | # cpu_display="bar"
80 | # memory_display="bar"
81 | # battery_display="bar"
82 | # disk_display="bar"
83 |
84 | ascii_distro="auto"
85 | ascii_colors=(1 2 3 4 5 6)
86 | ascii_bold="on"
87 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
88 | image_source="$XDG_CONFIG_HOME/neofetch/asciis/hentai"
89 | gap=5
90 | background_color=
91 | stdout="off"
92 |
--------------------------------------------------------------------------------
/neofetch/configs/asciisq-very-minimal-v2.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | prin
3 | prin
4 | info "$(color 12) " distro
5 | prin "$(color 12) " "bspwm"
6 | info "$(color 1) " term
7 | prin
8 | prin
9 | }
10 | title_fqdn="off"
11 | kernel_shorthand="on"
12 | distro_shorthand="tiny"
13 | os_arch="off"
14 | uptime_shorthand="tiny"
15 | memory_percent="off"
16 | memory_unit="gib"
17 | package_managers="on"
18 | shell_path="off"
19 | shell_version="off"
20 | speed_type="bios_limit"
21 | speed_shorthand="on"
22 | cpu_brand="off"
23 | cpu_speed="on"
24 | cpu_cores="logical"
25 | cpu_temp="C"
26 | gpu_brand="off"
27 | gpu_type="all"
28 | refresh_rate="off"
29 | gtk_shorthand="on"
30 | gtk2="on"
31 | gtk3="on"
32 | public_ip_host="http://ident.me"
33 | public_ip_timeout=2
34 | de_version="on"
35 | disk_show=('/')
36 | disk_subtitle="mount"
37 | disk_percent="on"
38 | music_player="auto"
39 | song_format="%artist% - %album% - %title%"
40 | song_shorthand="on"
41 | colors=(1 2 3 9 8 12)
42 | bold="on"
43 | underline_enabled="on"
44 | underline_char="-"
45 | separator=" "
46 | block_range=(0 15)
47 | color_blocks="on"
48 | block_width=3
49 | block_height=1
50 | col_offset="auto"
51 | bar_char_elapsed="$(color 1)─$(color 2)"
52 | bar_char_total="$(color 2)─$(color 1)"
53 | bar_border="off"
54 | bar_length=25
55 | bar_color_elapsed="distro"
56 | bar_color_total="distro"
57 |
58 | ascii_distro="auto"
59 | ascii_colors=(1 2 3 4 5 6)
60 | ascii_bold="on"
61 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
62 | image_source="$XDG_CONFIG_HOME/neofetch/asciis/uwu"
63 | gap=8
64 | background_color=
65 | stdout="off"
66 |
--------------------------------------------------------------------------------
/neofetch/configs/asciisq-very-minimal.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | prin
3 | prin
4 | prin
5 | prin
6 | info "$(color 12) " distro
7 | prin "$(color 12) " "bspwm"
8 | info "$(color 1) " shell
9 | info "$(color 1) " term
10 | prin "$(color 3) " "$(free -m | grep Mem | awk '{print $3}') MiB"
11 | prin
12 | prin
13 | prin
14 | prin
15 | }
16 | # ┌┐ <- that is not a zero btw
17 | # └┘
18 | # ╭╮
19 | # ╰╯
20 |
21 | title_fqdn="off"
22 | kernel_shorthand="on"
23 | distro_shorthand="tiny"
24 | os_arch="off"
25 | uptime_shorthand="tiny"
26 | memory_percent="off"
27 | memory_unit="gib"
28 | package_managers="on"
29 | shell_path="off"
30 | shell_version="off"
31 | speed_type="bios_limit"
32 | speed_shorthand="on"
33 | cpu_brand="off"
34 | cpu_speed="on"
35 | cpu_cores="logical"
36 | cpu_temp="C"
37 | gpu_brand="off"
38 | gpu_type="all"
39 | refresh_rate="off"
40 | gtk_shorthand="on"
41 | gtk2="on"
42 | gtk3="on"
43 | public_ip_host="http://ident.me"
44 | public_ip_timeout=2
45 | de_version="on"
46 | disk_show=('/')
47 | disk_subtitle="mount"
48 | disk_percent="on"
49 | music_player="auto"
50 | song_format="%artist% - %album% - %title%"
51 | song_shorthand="on"
52 | colors=(1 2 3 9 8 12)
53 | bold="on"
54 | underline_enabled="on"
55 | underline_char="-"
56 | separator=" "
57 | # separator=" "
58 | # separator=" "
59 | block_range=(0 15)
60 | color_blocks="on"
61 | block_width=3
62 | block_height=1
63 | col_offset="auto"
64 | bar_char_elapsed="$(color 1)─$(color 2)"
65 | bar_char_total="$(color 2)─$(color 1)"
66 | bar_border="off"
67 | bar_length=25
68 | bar_color_elapsed="distro"
69 | bar_color_total="distro"
70 |
71 | # cpu_display="bar"
72 | # memory_display="bar"
73 | # battery_display="bar"
74 | # disk_display="bar"
75 |
76 | ascii_distro="auto"
77 | ascii_colors=(1 2 3 4 5 6)
78 | ascii_bold="on"
79 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
80 | image_source="$XDG_CONFIG_HOME/neofetch/asciis/uwu"
81 | gap=5
82 | background_color=
83 | stdout="off"
84 |
--------------------------------------------------------------------------------
/neofetch/configs/asciisq.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | prin
3 | prin
4 | prin
5 | prin
6 | prin
7 | prin "$(color 4)┌──────────────────────────────┐"
8 | prin
9 | echo -n " "
10 | info "$(color 12) " distro
11 | echo -n " "
12 | info "$(color 12) " uptime
13 | echo -n " "
14 | prin "$(color 12) " "bspwm"
15 | prin
16 | echo -n " "
17 | info "$(color 1) " shell
18 | echo -n " "
19 | info "$(color 1) " term
20 | echo -n " "
21 | info "$(color 1) " resolution
22 | prin
23 | echo -n " "
24 | prin "$(color 3) " "i7-9750H"
25 | echo -n " "
26 | prin "$(color 3) " "GTX 1650"
27 | echo -n " "
28 | prin "$(color 3) " "$(free -m | grep Mem | awk '{print $3}') MiB"
29 | prin
30 | prin "$(color 4)└──────────────────────────────┘"
31 | prin
32 | prin
33 | prin
34 | }
35 | # ┌┐ <- that is not a zero btw
36 | # └┘
37 | # ╭╮
38 | # ╰╯
39 |
40 | title_fqdn="off"
41 | kernel_shorthand="on"
42 | distro_shorthand="tiny"
43 | os_arch="off"
44 | uptime_shorthand="tiny"
45 | memory_percent="off"
46 | memory_unit="gib"
47 | package_managers="on"
48 | shell_path="off"
49 | shell_version="off"
50 | speed_type="bios_limit"
51 | speed_shorthand="on"
52 | cpu_brand="off"
53 | cpu_speed="on"
54 | cpu_cores="logical"
55 | cpu_temp="C"
56 | gpu_brand="off"
57 | gpu_type="all"
58 | refresh_rate="off"
59 | gtk_shorthand="on"
60 | gtk2="on"
61 | gtk3="on"
62 | public_ip_host="http://ident.me"
63 | public_ip_timeout=2
64 | de_version="on"
65 | disk_show=('/')
66 | disk_subtitle="mount"
67 | disk_percent="on"
68 | music_player="auto"
69 | song_format="%artist% - %album% - %title%"
70 | song_shorthand="on"
71 | colors=(1 2 3 9 8 12)
72 | bold="on"
73 | underline_enabled="on"
74 | underline_char="-"
75 | separator=" "
76 | # separator=" "
77 | # separator=" "
78 | block_range=(0 15)
79 | color_blocks="on"
80 | block_width=3
81 | block_height=1
82 | col_offset="auto"
83 | bar_char_elapsed="$(color 1)─$(color 2)"
84 | bar_char_total="$(color 2)─$(color 1)"
85 | bar_border="off"
86 | bar_length=25
87 | bar_color_elapsed="distro"
88 | bar_color_total="distro"
89 |
90 | # cpu_display="bar"
91 | # memory_display="bar"
92 | # battery_display="bar"
93 | # disk_display="bar"
94 |
95 | ascii_distro="auto"
96 | ascii_colors=(1 2 3 4 5 6)
97 | ascii_bold="on"
98 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
99 | image_source="$XDG_CONFIG_HOME/neofetch/asciis/bruh"
100 | gap=5
101 | background_color=
102 | stdout="off"
103 |
--------------------------------------------------------------------------------
/neofetch/configs/bonsai.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | prin
3 | prin
4 | prin
5 | prin
6 | prin
7 | prin "$(color 6)┌──────────────────────────────┐"
8 | info "$(color 12) " distro
9 | info "$(color 12) " uptime
10 | info "$(color 12) " wm
11 | prin "$(color 6)├──────────────────────────────┤"
12 | info "$(color 1) " shell
13 | info "$(color 1) " term
14 | info "$(color 1) " resolution
15 | prin "$(color 6)├──────────────────────────────┤"
16 | prin "$(color 3) " "i7-9750H"
17 | prin "$(color 3) " "GeForce GTX 1650"
18 | info "$(color 3) " memory
19 | prin "$(color 6)└──────────────────────────────┘"
20 | prin
21 | prin
22 | prin
23 | }
24 | # ┌┐ <- that is not a zero btw
25 | # └┘
26 | # ╭╮
27 | # ╰╯
28 |
29 | title_fqdn="off"
30 | kernel_shorthand="on"
31 | distro_shorthand="tiny"
32 | os_arch="off"
33 | uptime_shorthand="tiny"
34 | memory_percent="off"
35 | memory_unit="gib"
36 | package_managers="on"
37 | shell_path="off"
38 | shell_version="off"
39 | speed_type="bios_limit"
40 | speed_shorthand="on"
41 | cpu_brand="off"
42 | cpu_speed="on"
43 | cpu_cores="logical"
44 | cpu_temp="C"
45 | gpu_brand="off"
46 | gpu_type="all"
47 | refresh_rate="off"
48 | gtk_shorthand="on"
49 | gtk2="on"
50 | gtk3="on"
51 | public_ip_host="http://ident.me"
52 | public_ip_timeout=2
53 | de_version="on"
54 | disk_show=('/')
55 | disk_subtitle="mount"
56 | disk_percent="on"
57 | music_player="auto"
58 | song_format="%artist% - %album% - %title%"
59 | song_shorthand="on"
60 | colors=(1 2 3 9 8 12)
61 | bold="on"
62 | underline_enabled="on"
63 | underline_char="-"
64 | separator=" "
65 | # separator=" "
66 | # separator=" "
67 | block_range=(0 15)
68 | color_blocks="on"
69 | block_width=3
70 | block_height=1
71 | col_offset="auto"
72 | bar_char_elapsed="$(color 1)─$(color 2)"
73 | bar_char_total="$(color 2)─$(color 1)"
74 | bar_border="off"
75 | bar_length=25
76 | bar_color_elapsed="distro"
77 | bar_color_total="distro"
78 |
79 | # cpu_display="bar"
80 | # memory_display="bar"
81 | # battery_display="bar"
82 | # disk_display="bar"
83 |
84 | ascii_distro="auto"
85 | ascii_colors=(1 2 3 4 5 6)
86 | ascii_bold="on"
87 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
88 | image_source="$XDG_CONFIG_HOME/neofetch/asciis/bonsai"
89 | gap=3
90 | background_color=
91 | stdout="off"
92 |
--------------------------------------------------------------------------------
/neofetch/configs/coldarch.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | printf "\n"
3 | printf "\n"
4 | printf "\n"
5 | info " " distro
6 | prin " " "5.15-arch"
7 | info " " packages
8 | printf "\n"
9 | info " " shell
10 | info " " term
11 | printf "\n"
12 | info " " resolution
13 | prin " " "bspwm"
14 | prin " " "Nordic"
15 | prin " " "Zafiro"
16 |
17 | # info " " distro
18 | # info " " kernel
19 | # info " " theme
20 | # info " " icons
21 |
22 | f=3 b=4
23 | for j in f b; do
24 | for i in {0..7}; do
25 | printf -v $j$i %b "\e[${!j}${i}m"
26 | done
27 | done
28 | bld=$'\e[1m'
29 | rst=$'\e[0m'
30 | inv=$'\e[7m'
31 |
32 | cat << EOF
33 |
34 | $f4▬▬▬▬▬ $f4▬▬▬▬▬ $f6▬▬▬▬▬
35 | $bld$f6▬▬▬▬▬ $f6▬▬▬▬▬ $f4▬▬▬▬▬
36 | $rst
37 | EOF
38 | printf "\n"
39 | }
40 |
41 |
42 | title_fqdn="off"
43 | kernel_shorthand="on"
44 | distro_shorthand="tiny"
45 | os_arch="off"
46 | uptime_shorthand="on"
47 | memory_percent="off"
48 | memory_unit="gib"
49 | package_managers="off"
50 | shell_path="off"
51 | shell_version="off"
52 | speed_type="bios_limit"
53 | speed_shorthand="off"
54 | cpu_brand="off"
55 | cpu_speed="off"
56 | cpu_cores="logical"
57 | refresh_rate="off"
58 | public_ip_host="http://ident.me"
59 | public_ip_timeout=2
60 | colors=(5 4 8 6 8 7)
61 | bold="on"
62 | underline_enabled="on"
63 | separator=" ● "
64 | block_range=(0 15)
65 | color_blocks="off"
66 | block_width=3
67 |
68 | image_loop="off"
69 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
70 | crop_mode="scale"
71 | crop_offset="center"
72 | image_size="350px"
73 | image_source="$XDG_CONFIG_HOME/neofetch/images/polararch.png"
74 | image_backend="kitty"
75 | gap=13
76 | yoffset=2
77 | xoffset=10
78 |
--------------------------------------------------------------------------------
/neofetch/configs/flowerskull.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | printf "\n"
3 | printf "\n"
4 | printf "\n"
5 | printf "\n"
6 | prin "$(color 0)─────────────────────────"
7 | info " " distro
8 | prin " " "5.15-arch"
9 | info " " packages
10 | prin "$(color 0)─────────────────────────"
11 | info " " shell
12 | info " " term
13 | info " " memory
14 | prin "$(color 0)─────────────────────────"
15 |
16 | # info " " distro
17 | # info " " kernel
18 | # info " " theme
19 | # info " " icons
20 |
21 | f=3 b=4
22 | for j in f b; do
23 | for i in {0..7}; do
24 | printf -v $j$i %b "\e[${!j}${i}m"
25 | done
26 | done
27 |
28 | bld=$'\e[1m'
29 | rst=$'\e[0m'
30 | inv=$'\e[7m'
31 |
32 | cat << EOF
33 |
34 | $f4▀■▄ $f4▀■▄ $f6▀■▄ $f4▀■▄ $f4▀■▄ $f4▀■▄
35 | $bld$f6▀■▄ $f4▀■▄ $f6▀■▄ $f6▀■▄ $f6▀■▄ $f4▀■▄$rst
36 | EOF
37 | }
38 |
39 |
40 | title_fqdn="off"
41 | kernel_shorthand="on"
42 | distro_shorthand="tiny"
43 | os_arch="off"
44 | uptime_shorthand="on"
45 | memory_percent="off"
46 | memory_unit="gib"
47 | package_managers="off"
48 | shell_path="off"
49 | shell_version="off"
50 | speed_type="bios_limit"
51 | speed_shorthand="off"
52 | cpu_brand="off"
53 | cpu_speed="off"
54 | cpu_cores="logical"
55 | cpu_temp="off"
56 | gpu_brand="off"
57 | gpu_type="all"
58 | refresh_rate="off"
59 | gtk_shorthand="on"
60 | gtk2="on"
61 | gtk3="on"
62 | public_ip_host="http://ident.me"
63 | public_ip_timeout=2
64 | de_version="on"
65 | disk_show="off"
66 | disk_subtitle="mount"
67 | disk_percent="on"
68 | music_player="auto"
69 | song_format="%artist% - %title%"
70 | song_shorthand="off"
71 | colors=(5 4 8 6 8 7)
72 | bold="on"
73 | underline_enabled="on"
74 | underline_char="-"
75 | separator=" ● "
76 | block_range=(0 15)
77 | color_blocks="off"
78 | block_width=3
79 | block_height=1
80 | col_offset="auto"
81 |
82 | image_loop="off"
83 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
84 | crop_mode="scale"
85 | crop_offset="center"
86 | image_size="450px"
87 | image_source="$XDG_CONFIG_HOME/neofetch/images/default-skull.png"
88 | image_backend="kitty"
89 | gap=13
90 | yoffset=2
91 | xoffset=10
92 |
--------------------------------------------------------------------------------
/neofetch/configs/food.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | printf "\n"
3 | printf "\n"
4 | printf "\n"
5 | printf "\n"
6 | info " " distro
7 | # info " " kernel
8 | info " " packages
9 | printf "\n"
10 | info " " shell
11 | info " " term
12 | printf "\n"
13 | # info " " resolution
14 | prin " " "bspwm"
15 | # info " " theme
16 | prin " " "Nordic"
17 | # info " " icons
18 |
19 | initializeANSI() {
20 | esc=""
21 |
22 | blackf="${esc}[30m"; redf="${esc}[31m"; greenf="${esc}[32m"
23 | yellowf="${esc}[33m" bluef="${esc}[34m"; purplef="${esc}[35m"
24 | cyanf="${esc}[36m"; whitef="${esc}[37m"
25 |
26 | blackb="${esc}[40m"; redb="${esc}[41m"; greenb="${esc}[42m"
27 | yellowb="${esc}[43m" blueb="${esc}[44m"; purpleb="${esc}[45m"
28 | cyanb="${esc}[46m"; whiteb="${esc}[47m"
29 |
30 | boldon="${esc}[1m"; boldoff="${esc}[22m"
31 | italicson="${esc}[3m"; italicsoff="${esc}[23m"
32 | ulon="${esc}[4m"; uloff="${esc}[24m"
33 | invon="${esc}[7m"; invoff="${esc}[27m"
34 |
35 | reset="${esc}[0m"
36 | }
37 |
38 | initializeANSI
39 |
40 | cat << EOF
41 |
42 | ${reset}${bluef}█▄█ ${reset}${boldon}${bluef}█▄█ ${reset}${boldon}${blue}█▄█ ${reset}${boldon}${boldon}${bluef}█▄█ ${reset}${boldon}${blue}█▄█ ${reset}
43 | ${reset}${blue}▀ ▀ ${reset}${boldon}${bluef}▀ ▀ ${reset}${boldon}${blue}▀ ▀ ${reset}${boldon}${boldon}${bluef}▀ ▀ ${reset}${boldon}${bluef}▀ ▀ ${reset}
44 | EOF
45 |
46 | printf "\n"
47 | }
48 |
49 |
50 | title_fqdn="off"
51 | kernel_shorthand="on"
52 | distro_shorthand="on"
53 | os_arch="on"
54 | uptime_shorthand="on"
55 | memory_percent="off"
56 | memory_unit="gib"
57 | package_managers="off"
58 | shell_path="off"
59 | shell_version="off"
60 | speed_type="bios_limit"
61 | speed_shorthand="off"
62 | cpu_brand="off"
63 | cpu_speed="off"
64 | cpu_cores="logical"
65 | cpu_temp="off"
66 | gpu_brand="off"
67 | gpu_type="all"
68 | refresh_rate="on"
69 | gtk_shorthand="on"
70 | gtk2="on"
71 | gtk3="on"
72 | public_ip_host="http://ident.me"
73 | public_ip_timeout=2
74 | de_version="on"
75 | disk_show="off"
76 | disk_subtitle="mount"
77 | disk_percent="on"
78 | music_player="auto"
79 | song_format="%artist% - %title%"
80 | song_shorthand="off"
81 | colors=(5 4 8 6 8 7)
82 | bold="on"
83 | underline_enabled="on"
84 | underline_char="-"
85 | separator=" ● "
86 | block_range=(0 15)
87 | color_blocks="off"
88 | block_width=3
89 | block_height=1
90 | col_offset="auto"
91 |
92 | image_loop="off"
93 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
94 | crop_mode="scale"
95 | crop_offset="center"
96 | image_size="270px"
97 | image_source="$XDG_CONFIG_HOME/neofetch/images/onigiri.png"
98 | image_backend="kitty"
99 | gap=10
100 | yoffset=4
101 | xoffset=10
102 |
--------------------------------------------------------------------------------
/neofetch/configs/fullscreen-abnormal.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | prin
3 | prin
4 | prin
5 | prin
6 | prin
7 | info "$(color 6) " distro
8 | info "$(color 2) " kernel
9 | info "$(color 3) " model
10 | info "$(color 2) " uptime
11 | info "$(color 4) " wm
12 | info "$(color 5) ﲾ" de
13 | prin
14 | info "$(color 3) " resolution
15 | info "$(color 2) " driver
16 | info "$(color 4) " term
17 | info "$(color 1) " memory
18 | info "$(color 5) " packages
19 | info "$(color 2) " shell
20 | prin
21 | info "$(color 8) " wm_theme
22 | info "$(color 1) " theme
23 | info "$(color 3) " icons
24 | info "$(color 2) ﯔ" font
25 | info "$(color 5) " term_font
26 | prin
27 | info "$(color 6) " cpu
28 | info "$(color 2) ﯓ" gpu
29 | info "$(color 5) " cpu_usage
30 | info "$(color 3) " disk
31 | prin
32 | info "$(color 2) " local_ip
33 | info "$(color 1) " public_ip
34 | info "$(color 4) " users
35 | info "$(color 5) " locale
36 | info "$(color 6) " song
37 | prin
38 | prin
39 | prin
40 | prin
41 | prin
42 | prin
43 | prin
44 | prin
45 | prin
46 | prin
47 | prin
48 | prin
49 | }
50 |
51 | title_fqdn="off"
52 | kernel_shorthand="off"
53 | distro_shorthand="off"
54 | os_arch="on"
55 | uptime_shorthand="on"
56 | memory_percent="on"
57 | memory_unit="gib"
58 | package_managers="on"
59 | shell_path="off"
60 | shell_version="on"
61 | speed_type="bios_limit"
62 | speed_shorthand="on"
63 | cpu_brand="on"
64 | cpu_speed="on"
65 | cpu_cores="logical"
66 | cpu_temp="on"
67 | gpu_brand="on"
68 | gpu_type="all"
69 | refresh_rate="on"
70 | gtk_shorthand="on"
71 | gtk2="on"
72 | gtk3="on"
73 | public_ip_host="http://ident.me"
74 | public_ip_timeout=2
75 | de_version="on"
76 | disk_show="off"
77 | disk_subtitle="mount"
78 | disk_percent="on"
79 | music_player="auto"
80 | song_format="%artist% - %title%"
81 | song_shorthand="off"
82 | mpc_args=()
83 | colors=(1 2 3 4 3 4 2 8)
84 | bold="on"
85 | underline_enabled="on"
86 | underline_char="-"
87 | separator="$(color 0) "
88 | block_range=(0 15)
89 | color_blocks="off"
90 | block_width=3
91 | block_height=1
92 | col_offset="auto"
93 | # bar_char_elapsed="$(color 2)─$(color 3)"
94 | # bar_char_total="$(color 3)─$(color 2)"
95 | # bar_border="off"
96 | # bar_length=30
97 | # bar_color_elapsed="distro"
98 | # bar_color_total="distro"
99 | # cpu_display="bar"
100 | # memory_display="bar"
101 | # battery_display="bar"
102 | # disk_display="bar"
103 | image_loop="on"
104 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
105 | crop_mode="normal"
106 | crop_offset="center"
107 | image_size="500px"
108 | gap=20
109 | yoffset=370
110 | xoffset=280
111 |
--------------------------------------------------------------------------------
/neofetch/configs/fullscreen.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | prin
3 | prin
4 | prin
5 | prin
6 | prin
7 | prin
8 | prin
9 | prin
10 | prin
11 | echo " $(color 2)System Information $(color 3)── $(color 1)maker$(color 3)@$(color 1)key-forgery"
12 | prin
13 | prin
14 | echo "$(color 0) ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────"
15 | prin
16 | prin
17 | prin
18 | info "$(color 6) " distro
19 | info "$(color 2) " kernel
20 | info "$(color 3) " model
21 | info "$(color 2) " uptime
22 | info "$(color 4) " wm
23 | info "$(color 5) ﲾ" de
24 | prin "$(color 0)────────────────────────────────────────────────────────"
25 | info "$(color 3) " resolution
26 | info "$(color 2) " driver
27 | info "$(color 4) " term
28 | info "$(color 1) " memory
29 | info "$(color 5) " packages
30 | info "$(color 2) " shell
31 | prin "$(color 0)────────────────────────────────────────────────────────"
32 | info "$(color 8) " wm_theme
33 | info "$(color 1) " theme
34 | info "$(color 3) " icons
35 | info "$(color 2) ﯔ" font
36 | info "$(color 5) " term_font
37 | prin "$(color 0)────────────────────────────────────────────────────────"
38 | info "$(color 6) " cpu
39 | info "$(color 2) ﯓ" gpu
40 | info "$(color 5) " cpu_usage
41 | info "$(color 3) " disk
42 | prin "$(color 0)─────────────────────────────────────────────────────────"
43 | info "$(color 2) " local_ip
44 | info "$(color 1) " public_ip
45 | info "$(color 4) " users
46 | info "$(color 5) " locale
47 | info "$(color 6) " song
48 | prin "$(color 0)─────────────────────────────────────────────────────────"
49 | prin
50 | prin
51 | prin
52 | prin
53 | prin
54 | prin
55 | prin
56 | prin
57 | prin
58 | prin
59 | prin
60 | }
61 |
62 | title_fqdn="off"
63 | kernel_shorthand="off"
64 | distro_shorthand="off"
65 | os_arch="on"
66 | uptime_shorthand="on"
67 | memory_percent="on"
68 | memory_unit="gib"
69 | package_managers="on"
70 | shell_path="off"
71 | shell_version="on"
72 | speed_type="bios_limit"
73 | speed_shorthand="on"
74 | cpu_brand="on"
75 | cpu_speed="on"
76 | cpu_cores="logical"
77 | cpu_temp="on"
78 | gpu_brand="on"
79 | gpu_type="all"
80 | refresh_rate="on"
81 | gtk_shorthand="on"
82 | gtk2="on"
83 | gtk3="on"
84 | public_ip_host="http://ident.me"
85 | public_ip_timeout=2
86 | de_version="on"
87 | disk_show="off"
88 | disk_subtitle="mount"
89 | disk_percent="on"
90 | music_player="auto"
91 | song_format="%artist% - %title%"
92 | song_shorthand="off"
93 | mpc_args=()
94 | colors=(1 2 3 4 3 4 2 8)
95 | bold="on"
96 | underline_enabled="on"
97 | underline_char="-"
98 | separator="$(color 0) "
99 | block_range=(0 15)
100 | color_blocks="off"
101 | block_width=3
102 | block_height=1
103 | col_offset="auto"
104 | # bar_char_elapsed="$(color 2)─$(color 3)"
105 | # bar_char_total="$(color 3)─$(color 2)"
106 | # bar_border="off"
107 | # bar_length=30
108 | # bar_color_elapsed="distro"
109 | # bar_color_total="distro"
110 | # cpu_display="bar"
111 | # memory_display="bar"
112 | # battery_display="bar"
113 | # disk_display="bar"
114 | image_loop="on"
115 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
116 | crop_mode="normal"
117 | crop_offset="center"
118 | image_size="500px"
119 | gap=20
120 | yoffset=370
121 | xoffset=280
122 |
--------------------------------------------------------------------------------
/neofetch/configs/rip.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | prin
3 | prin
4 | prin
5 | prin
6 | prin " " "Arch"
7 | info " " uptime
8 | info " " packages
9 | info " " shell
10 | info " " term
11 |
12 | f=3 b=4
13 | for j in f b; do
14 | for i in {0..7}; do
15 | printf -v $j$i %b "\e[${!j}${i}m"
16 | done
17 | done
18 |
19 | bld=$'\e[1m'
20 | rst=$'\e[0m'
21 | inv=$'\e[7m'
22 |
23 | cat << EOF
24 |
25 | $f4▀■▄ $f4▀■▄ $f6▀■▄
26 | EOF
27 | }
28 |
29 |
30 | title_fqdn="off"
31 | kernel_shorthand="on"
32 | distro_shorthand="on"
33 | os_arch="off"
34 | uptime_shorthand="tiny"
35 | memory_percent="off"
36 | memory_unit="gib"
37 | package_managers="off"
38 | shell_path="off"
39 | shell_version="off"
40 | speed_type="bios_limit"
41 | speed_shorthand="off"
42 | cpu_brand="off"
43 | cpu_speed="off"
44 | cpu_cores="logical"
45 | cpu_temp="off"
46 | gpu_brand="off"
47 | gpu_type="all"
48 | refresh_rate="off"
49 | gtk_shorthand="on"
50 | gtk2="on"
51 | gtk3="on"
52 | public_ip_host="http://ident.me"
53 | public_ip_timeout=2
54 | de_version="on"
55 | disk_show="off"
56 | disk_subtitle="mount"
57 | disk_percent="on"
58 | music_player="auto"
59 | song_format="%artist% - %title%"
60 | song_shorthand="off"
61 | colors=(5 4 8 6 8 7)
62 | bold="on"
63 | underline_enabled="on"
64 | underline_char="-"
65 | separator=" ● "
66 | block_range=(0 15)
67 | color_blocks="off"
68 | block_width=3
69 | block_height=1
70 | col_offset="auto"
71 |
72 | image_loop="off"
73 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
74 | crop_mode="scale"
75 | crop_offset="center"
76 | image_size="400px"
77 | image_source="$XDG_CONFIG_HOME/neofetch/images/default-skull.png"
78 | image_backend="kitty"
79 | gap=0
80 | yoffset=1
81 | xoffset=0
82 |
--------------------------------------------------------------------------------
/neofetch/configs/verycoldarch.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 | printf "\n"
3 | printf "\n"
4 | printf "\n"
5 | printf "\n"
6 | printf "\n"
7 | printf "\n"
8 | printf "\n"
9 | printf "\n"
10 | printf "\n"
11 | printf "\n"
12 | printf "\n"
13 | printf "\n"
14 | printf "\n"
15 | printf "\n"
16 | printf "\n"
17 | printf "\n"
18 | printf "\n"
19 | printf "\n"
20 | printf "\n"
21 | printf "\n"
22 | printf "\n"
23 | printf "\n"
24 | printf "\n"
25 | printf "\n"
26 | printf "\n"
27 | printf "\n"
28 | printf "\n"
29 | printf "\n"
30 | printf "\n"
31 | info " " distro
32 | prin " " "5.15-arch"
33 | info " " packages
34 | echo "$(color 0) ────────────────────────────────────"
35 | info " " shell
36 | info " " term
37 | echo "$(color 0) ────────────────────────────────────"
38 | info " " resolution
39 | prin " " "bspwm"
40 | prin " " "Nordic"
41 | prin " " "Zafiro"
42 |
43 | # info " " distro
44 | # info " " kernel
45 | # info " " theme
46 | # info " " icons
47 | }
48 |
49 |
50 | title_fqdn="off"
51 | kernel_shorthand="on"
52 | distro_shorthand="tiny"
53 | os_arch="off"
54 | uptime_shorthand="on"
55 | memory_percent="off"
56 | memory_unit="gib"
57 | package_managers="off"
58 | shell_path="off"
59 | shell_version="off"
60 | speed_type="bios_limit"
61 | speed_shorthand="off"
62 | cpu_brand="off"
63 | cpu_speed="off"
64 | cpu_cores="logical"
65 | cpu_temp="off"
66 | gpu_brand="off"
67 | gpu_type="all"
68 | refresh_rate="off"
69 | gtk_shorthand="on"
70 | gtk2="on"
71 | gtk3="on"
72 | public_ip_host="http://ident.me"
73 | public_ip_timeout=2
74 | de_version="on"
75 | disk_show="off"
76 | disk_subtitle="mount"
77 | disk_percent="on"
78 | music_player="auto"
79 | song_format="%artist% - %title%"
80 | song_shorthand="off"
81 | colors=(5 4 8 6 8 7)
82 | bold="on"
83 | underline_enabled="on"
84 | underline_char="-"
85 | separator=" ● "
86 | block_range=(0 15)
87 | color_blocks="off"
88 | block_width=3
89 | block_height=1
90 | col_offset="auto"
91 |
92 | image_loop="off"
93 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
94 | crop_mode="scale"
95 | crop_offset="center"
96 | image_size="600px"
97 | image_source="$XDG_CONFIG_HOME/neofetch/images/polararchdimmed.png"
98 | image_backend="kitty"
99 | gap=20
100 | yoffset=1
101 | xoffset=60
102 |
--------------------------------------------------------------------------------
/neofetch/configs/waifu.conf:
--------------------------------------------------------------------------------
1 | print_info() {
2 |
3 | prin
4 | prin
5 | prin
6 | prin
7 | info " " distro
8 | prin " " "5.11.0-43-generic"
9 | info " " packages
10 | prin ""
11 | info " " shell
12 | info " " term
13 | prin " " "$(free -m | sed -n 2p | awk '{print $3}') MiB"
14 | prin ""
15 | info " " resolution
16 | prin " " "i3"
17 | prin " " "Nordic"
18 | prin " " "Zafiro-Light"
19 |
20 | # info " " memory
21 | # info " " kernel
22 | # info " " theme
23 | # info " " icons
24 |
25 | f=3 b=4
26 | for j in f b; do
27 | for i in {0..7}; do
28 | printf -v $j$i %b "\e[${!j}${i}m"
29 | done
30 | done
31 |
32 | bld=$'\e[1m'
33 | rst=$'\e[0m'
34 | inv=$'\e[7m'
35 |
36 | cat << EOF
37 |
38 | $f4▀■▄ $f4▀■▄ $f6▀■▄ $f4▀■▄ $f4▀■▄ $f4▀■▄
39 | $bld$f6▀■▄ $f4▀■▄ $f6▀■▄ $f6▀■▄ $f6▀■▄ $f4▀■▄$rst
40 | EOF
41 | }
42 |
43 |
44 | title_fqdn="off"
45 | kernel_shorthand="on"
46 | distro_shorthand="tiny"
47 | os_arch="off"
48 | uptime_shorthand="on"
49 | memory_percent="off"
50 | memory_unit="gib"
51 | package_managers="off"
52 | shell_path="off"
53 | shell_version="off"
54 | speed_type="bios_limit"
55 | speed_shorthand="off"
56 | cpu_brand="off"
57 | cpu_speed="off"
58 | cpu_cores="logical"
59 | cpu_temp="off"
60 | gpu_brand="off"
61 | gpu_type="all"
62 | refresh_rate="off"
63 | gtk_shorthand="on"
64 | gtk2="on"
65 | gtk3="on"
66 | public_ip_host="http://ident.me"
67 | public_ip_timeout=2
68 | de_version="on"
69 | disk_show="off"
70 | disk_subtitle="mount"
71 | disk_percent="on"
72 | music_player="auto"
73 | song_format="%artist% - %title%"
74 | song_shorthand="off"
75 | colors=(5 4 8 6 8 7)
76 | bold="on"
77 | underline_enabled="on"
78 | underline_char="-"
79 | separator=" ● "
80 | block_range=(0 15)
81 | color_blocks="off"
82 | block_width=3
83 | block_height=1
84 | col_offset="auto"
85 |
86 | image_loop="off"
87 | thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
88 | crop_mode="scale"
89 | crop_offset="center"
90 | image_size="400px"
91 | image_source="$XDG_CONFIG_HOME/neofetch/images/waifus/31.png"
92 | image_backend="kitty"
93 | gap=8
94 | yoffset=3
95 | xoffset=5
96 |
--------------------------------------------------------------------------------
/neofetch/images/aurorae-skull.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/aurorae-skull.png
--------------------------------------------------------------------------------
/neofetch/images/black-lambda.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/black-lambda.jpg
--------------------------------------------------------------------------------
/neofetch/images/chagama.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/chagama.png
--------------------------------------------------------------------------------
/neofetch/images/default-skull.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/default-skull.png
--------------------------------------------------------------------------------
/neofetch/images/justarch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/justarch.png
--------------------------------------------------------------------------------
/neofetch/images/mountain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/mountain.png
--------------------------------------------------------------------------------
/neofetch/images/nordic-skull.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/nordic-skull.png
--------------------------------------------------------------------------------
/neofetch/images/onigiri.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/onigiri.png
--------------------------------------------------------------------------------
/neofetch/images/original-skull.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/original-skull.png
--------------------------------------------------------------------------------
/neofetch/images/pinkpolar-skull.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/pinkpolar-skull.png
--------------------------------------------------------------------------------
/neofetch/images/polar-skull.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/polar-skull.png
--------------------------------------------------------------------------------
/neofetch/images/polararch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/polararch.png
--------------------------------------------------------------------------------
/neofetch/images/polararchdimmed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/polararchdimmed.png
--------------------------------------------------------------------------------
/neofetch/images/riparch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/riparch.png
--------------------------------------------------------------------------------
/neofetch/images/saitama.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/saitama.jpeg
--------------------------------------------------------------------------------
/neofetch/images/saitama.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/saitama.jpg
--------------------------------------------------------------------------------
/neofetch/images/semipolar-skull.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/semipolar-skull.png
--------------------------------------------------------------------------------
/neofetch/images/sushi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/sushi.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/1.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/10.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/11.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/12.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/13.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/14.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/15.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/16.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/17.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/18.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/19.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/2.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/20.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/21.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/22.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/22.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/23.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/24.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/25.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/25.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/26.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/26.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/27.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/27.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/28.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/28.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/29.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/3.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/30.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/31.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/31.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/4.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/5.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/6.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/7.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/8.png
--------------------------------------------------------------------------------
/neofetch/images/waifus/9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/waifus/9.png
--------------------------------------------------------------------------------
/neofetch/images/warm-skull.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/neofetch/images/warm-skull.png
--------------------------------------------------------------------------------
/neofetch/launcher:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | CONFIGS="$XDG_CONFIG_HOME/neofetch/configs"
4 | IMAGES="$XDG_CONFIG_HOME/neofetch/images"
5 | SCRIPTS="$XDG_CONFIG_HOME/neofetch/scripts"
6 | ASCIIS="$XDG_CONFIG_HOME/neofetch/asciis"
7 |
8 | NEOFETCH="neofetch --config"
9 |
10 | help() {
11 | cat << EOF
12 | DESCRIPTION: Launcher script for my neofetch configurations.
13 |
14 | USAGE: ./launcher [CONFIG] [OPTION]
15 | --help Print this message.
16 | --list List all configurations.
17 | --[neofetch-config] Print a neofetch configuration.
18 |
19 | CONFIG: --verycoldarch
20 | justarch
21 | polararch
22 | polararchdimmed
23 |
24 | CONFIG: --coldarch
25 | justarch
26 | polararch
27 | polararchdimmed
28 |
29 | CONFIG: --foodfetch
30 | onigiri
31 | chagama
32 | sushi
33 |
34 | CONFIG: --flowerskull
35 | aurorae
36 | nordic
37 | warm
38 | original
39 | pinkpolar
40 | semipolar
41 | polar
42 | default
43 |
44 | CONFIG: --waifu
45 | 1-30
46 |
47 | ASCII PRESETS: --preset
48 | bonsai
49 | bruh
50 | chika
51 | yamete
52 | lmao
53 | surprisepika
54 | uwu
55 | uwuhd
56 | yamete
57 | ahegao
58 | wut
59 | saitama
60 |
61 | datealive
62 | bunny
63 | nezuko
64 | weird
65 | hostname [NOT IMPLEMENTED]
66 |
67 | EXAMPLES:
68 | 1. ./launcher --verycoldarch
69 | This will print the verycoldarch neofetch configuration. Note that, this
70 | particular configuration will look better if the terminal is in fullscreen
71 | mode.
72 |
73 | 2. ./launcher --flowerskull semipolar
74 | This will print the flowerskull neofetch configuration with the semipolar
75 | skull image.
76 |
77 | 3. ./launcher --preset lmao
78 | This will print the lmao ascii text art i.e. located in the asciis directory.
79 |
80 | 4. ./launcher --preset list
81 | This will list all of the presets that are currently available.
82 |
83 | 5. ./launcher --waifu 1
84 | This will print the waifu neofetch configuration with the 1 flavor.
85 | EOF
86 | }
87 |
88 | eval_flavor_verycoldarch() {
89 | VERYCOLDARCH_CONFIG="$CONFIGS/verycoldarch.conf"
90 | FLAVORS=(justarch polararchdimmed polararch)
91 |
92 | if echo ${FLAVORS[@]} | grep -qw "$1"; then
93 | echo "$NEOFETCH $VERYCOLDARCH_CONFIG --source $IMAGES/$1.png"
94 | eval "$NEOFETCH $VERYCOLDARCH_CONFIG --source $IMAGES/$1.png"
95 | else
96 | echo "No such flavor exists!"; echo
97 | help | head -n11 | tail -n4
98 | fi
99 | }
100 |
101 | eval_flavor_coldarch() {
102 | COLDARCH_CONFIG="$CONFIGS/coldarch.conf"
103 | FLAVORS=(justarch polararchdimmed polararch)
104 |
105 | if echo ${FLAVORS[@]} | grep -qw "$1"; then
106 | eval "$NEOFETCH $COLDARCH_CONFIG --source $IMAGES/$1.png"
107 | else
108 | echo "No such flavor exists!"; echo
109 | help | head -n16 | tail -n4
110 | fi
111 | }
112 |
113 | eval_saitamas_image() {
114 | COLDARCH_CONFIG="$CONFIGS/waifu.conf"
115 | eval "$NEOFETCH $COLDARCH_CONFIG --source $IMAGES/$1.jpg"
116 | }
117 |
118 | eval_flavor_flowerskull() {
119 | FLOWERSKULL_CONFIG="$CONFIGS/flowerskull.conf"
120 | FLAVORS=(aurorae nordic warm original pinkpolar semipolar polar default)
121 |
122 | if echo ${FLAVORS[@]} | grep -qw "$1"; then
123 | eval "$NEOFETCH $FLOWERSKULL_CONFIG --source $IMAGES/$1-skull.png"
124 | else
125 | echo "No such flavor exists!"; echo
126 | help | tail -n27 | head -n8
127 | fi
128 | }
129 |
130 | eval_flavor_food() {
131 | FOOD_CONFIG="$CONFIGS/food.conf"
132 | FLAVORS=(onigiri chagama sushi)
133 |
134 | if echo ${FLAVORS[@]} | grep -qw "$1"; then
135 | eval "$NEOFETCH $FOOD_CONFIG --source $IMAGES/$1.png"
136 | else
137 | echo "No such flavor exists!"; echo
138 | help | tail -n56 | head -n4
139 | fi
140 | }
141 |
142 | eval_flavor_waifu() {
143 | WAIFU_CONFIG="$CONFIGS/waifu.conf"
144 | FLAVORS=(
145 | 1 2 3 4 5 6 7 8 9 10
146 | 11 12 13 14 15 16 17 18 19 20
147 | 21 22 23 24 25 26 27 28 29 30
148 | 31
149 | )
150 |
151 | if echo ${FLAVORS[@]} | grep -qw "$1"; then
152 | eval "$NEOFETCH $WAIFU_CONFIG --source $IMAGES/waifus/$1.png"
153 | else
154 | echo "No such flavor exists!"; echo
155 | help | tail -n41 | head -n2
156 | fi
157 | }
158 |
159 | eval_asciis() {
160 | case "$1" in
161 | bonsai)
162 | eval "$NEOFETCH $CONFIGS/bonsai.conf"
163 | ;;
164 | bruh)
165 | eval "$NEOFETCH $CONFIGS/asciisq.conf"
166 | ;;
167 | ahegao)
168 | eval "$NEOFETCH $CONFIGS/asciisq.conf --source $ASCIIS/ahegao"
169 | ;;
170 | archhd)
171 | eval "$NEOFETCH $CONFIGS/asciisq.conf --source $ASCIIS/arch-hi-res"
172 | ;;
173 | chika)
174 | eval "$NEOFETCH $CONFIGS/asciisq.conf --source $ASCIIS/chika"
175 | ;;
176 | yamete)
177 | eval "$NEOFETCH $CONFIGS/asciisq-v2.conf"
178 | ;;
179 | lmao)
180 | eval "$NEOFETCH $CONFIGS/asciisq-v2.conf --source $ASCIIS/lmao"
181 | ;;
182 | surprisepika)
183 | eval "$NEOFETCH $CONFIGS/asciisq-v2.conf --source $ASCIIS/surprise-pikachu"
184 | ;;
185 | uwu)
186 | eval "$NEOFETCH $CONFIGS/asciisq-very-minimal.conf --source $ASCIIS/uwu"
187 | ;;
188 | uwuhd)
189 | eval "$NEOFETCH $CONFIGS/asciisq-v2.conf --source $ASCIIS/uwu-hd"
190 | ;;
191 | wut)
192 | eval "$NEOFETCH $CONFIGS/asciisq-v2.conf --source $ASCIIS/wut"
193 | ;;
194 | saitama)
195 | eval "$NEOFETCH $CONFIGS/asciisq-v2.conf --source $ASCIIS/saitama-arch --separator ' '"
196 | ;;
197 | datealive)
198 | eval "$NEOFETCH $CONFIGS/fullscreen.conf --source $ASCIIS/date-a-live"
199 | ;;
200 | bunny)
201 | eval "$NEOFETCH $CONFIGS/fullscreen-abnormal.conf --source $ASCIIS/bunny-girl"
202 | ;;
203 | nezuko)
204 | eval "$NEOFETCH $CONFIGS/fullscreen.conf --source $ASCIIS/nezuko"
205 | ;;
206 | list)
207 | help | tail -n38 | head -n19
208 | ;;
209 | *)
210 | echo "Invalid preset!"; echo
211 | help | tail -n38 | head -n19
212 | ;;
213 | esac
214 | }
215 |
216 | wmname i3
217 | case "$1" in
218 | --verycoldarch)
219 | if [[ "$2" == "" ]]; then
220 | eval "$NEOFETCH $CONFIGS/verycoldarch.conf"
221 | else
222 | eval_flavor_verycoldarch "$2"
223 | fi
224 | ;;
225 | --coldarch)
226 | if [[ "$2" == "" ]]; then
227 | eval "$NEOFETCH $CONFIGS/coldarch.conf"
228 | else
229 | eval_flavor_coldarch "$2"
230 | fi
231 | ;;
232 | --flowerskull)
233 | if [[ "$2" == "" ]]; then
234 | eval "$NEOFETCH $CONFIGS/flowerskull.conf"
235 | else
236 | eval_flavor_flowerskull "$2"
237 | fi
238 | ;;
239 | --saitama)
240 | if [[ "$2" == "" ]]; then
241 | eval "$NEOFETCH $CONFIGS/coldarch.conf"
242 | else
243 | eval_saitamas_image "$2"
244 | fi
245 | ;;
246 | --waifu)
247 | if [[ "$2" == "--hold" || "$2" == "" ]]; then
248 | eval "$NEOFETCH $CONFIGS/waifu.conf"
249 | if [[ "$2" == "--hold" ]]; then
250 | bspc node focused -t floating
251 | printf '\x1b]12;#2e3440\x1b\\'
252 | read -r
253 | fi
254 | else
255 | eval_flavor_waifu "$2"
256 | fi
257 | ;;
258 | --food)
259 | if [[ "$2" == "" ]]; then
260 | eval "$NEOFETCH $CONFIGS/food.conf"
261 | else
262 | eval_flavor_food "$2"
263 | fi
264 | ;;
265 | --hentai | --degeneracy)
266 | eval "$NEOFETCH $SCRIPTS/hentai.bash"
267 | ;;
268 | --preset)
269 | eval_asciis "$2"
270 | ;;
271 | --help | -h)
272 | help
273 | ;;
274 | --list)
275 | echo "CONFIGS:"
276 | for file in $(ls $CONFIGS)
277 | do
278 | echo " $file"
279 | done
280 | ;;
281 | *)
282 | echo "No such option!"; echo
283 | help | head -n6 | tail -n4
284 | ;;
285 | esac
286 | wmname LG3D
287 |
288 | # vim: nowrap:ft=bash
289 |
--------------------------------------------------------------------------------
/neofetch/paths:
--------------------------------------------------------------------------------
1 | /home/maker/Pictures/wallpapers/neofetch/normal/1920x1080-px-Ilya-Kuvshinov-original-characters-1273333.jpg
2 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-akai.jpg
3 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-ao.jpg
4 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-bara.jpg
5 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-blank.jpg
6 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-catears.jpg
7 | /home/maker/Pictures/wallpapers/neofetch/normal/Ilya-Kuvshinov-color-girl-beauty-woman-sketch.png
8 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-curls.jpg
9 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-glasses.jpg
10 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-grr2.jpg
11 | /home/maker/Pictures/wallpapers/neofetch/normal/Ilya-Kuvshinov-illustration-1772145.jpg
12 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-illustration4.jpg
13 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-4373.jpg
14 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-4374.jpg
15 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5419.jpg
16 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5421aka.jpg
17 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5422sen.jpg
18 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5423.jpg
19 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5424.jpg
20 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5425.jpg
21 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5427.jpg
22 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5430.jpg
23 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5431.jpg
24 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5432.jpg
25 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5433.jpg
26 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5434-1.jpg
27 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5435.jpg
28 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5436.jpg
29 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5439.jpg
30 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5442.jpg
31 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5448.jpg
32 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5458.jpg
33 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-5484.jpg
34 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-7750.jpg
35 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-7819.jpg
36 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-img-9742.jpg
37 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-ink.jpg
38 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-light.jpg
39 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-newnew.jpg
40 | /home/maker/Pictures/wallpapers/neofetch/normal/Ilya-Kuvshinov-portrait-digital-art-1207385.jpg
41 | /home/maker/Pictures/wallpapers/neofetch/normal/ilya-kuvshinov-short-three.jpg
42 | /home/maker/Pictures/wallpapers/neofetch/normal/woman.jpg
43 |
--------------------------------------------------------------------------------
/neofetch/scripts/hentai.bash:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | tmpfile="$(mktemp)"
4 | if [ $(echo "$1" | grep "#*[[:digit:]]*") ]; then
5 | id=$(echo "$1" | grep -o "[[:digit:]]*")
6 | else
7 | nurl=$(curl -fsSL "https://wholesomelist.com/random" | grep -m1 -o "https://nhentai\.net/g/[[:digit:]]*")
8 | id=$(echo "$nurl" | grep -o "[[:digit:]]*")
9 | fi
10 |
11 |
12 | url=$(curl -fsSL "https://nhentai.net/g/$id/" | grep -o "https://t\.nhentai\.net/galleries/[[:digit:]]*/cover\.[[:lower:]]*" | head -1)
13 | format=$(echo "$url" | grep -o "\.[[:lower:]]*$")
14 | curl -fsSLo "$tmpfile$format" "$url"
15 |
16 | if [ "$format" = ".gif" ]; then
17 | convert "$tmpfile$format[0]" "$tmpfile.jpg"
18 | rm "$tmpfile$format"
19 | mv "$tmpfile.jpg" "$tmpfile$format"
20 | fi
21 |
22 | if [ "$TERM" = "xterm-kitty" ]; then
23 | command -v convert > /dev/null 2>&1 && neofetch --config "$XDG_CONFIG_HOME/neofetch/configs/flowerskull.conf" --source "$tmpfile$format" || kitty_imagemagick_warn=true
24 | else
25 | printf "[36m[1mNot Supported[0m\n"
26 | fi
27 |
28 | printf "[36m[1mNHentai tag: [0m#$id\n"
29 | rm "$tmpfile" "$tmpfile$format"
30 | [ "$kitty_imagemagick_warn" = "true" ] && echo "WARN: imagemagick is required for kitty image backend"
31 |
32 |
--------------------------------------------------------------------------------
/neofetch/scripts/randomize.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | line_count () {
4 | echo -n $(wc -l < "$1")
5 | }
6 |
7 | random_line () {
8 | echo -n $(shuf -i1-$(line_count $1) -n1)
9 | }
10 |
11 | random_path () {
12 | echo $(sed -n $(random_line "$1")p "$1")
13 | }
14 |
15 | echo -n $(random_path "$1")
16 |
17 |
--------------------------------------------------------------------------------
/nvim/Screens/screen0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/nvim/Screens/screen0.png
--------------------------------------------------------------------------------
/nvim/Screens/screen1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/nvim/Screens/screen1.png
--------------------------------------------------------------------------------
/nvim/Screens/screen2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/nvim/Screens/screen2.png
--------------------------------------------------------------------------------
/nvim/Screens/screen3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nothingButSyntaxError/dotfiles/8f4351d09ea6731385b8d5b6232b2ff5caa94cb7/nvim/Screens/screen3.png
--------------------------------------------------------------------------------
/nvim/UltiSnips/liquid.snippets:
--------------------------------------------------------------------------------
1 | snippet matter "usual posts front matter"
2 | ---
3 | layout: post
4 | title: $1
5 | description: $2
6 | image: /assets/images/$3
7 | project: ${4:false}
8 | permalink: /${5:blog}/:title/
9 | tags: $6
10 | ---
11 |
12 | endsnippet
13 |
--------------------------------------------------------------------------------
/nvim/coc-settings.json:
--------------------------------------------------------------------------------
1 | {
2 | // normal settings
3 | "coc.preferences.colorSupport": true,
4 | "coc.preferences.snippetStatusText": "Ⓢ ",
5 | "coc.preferences.formatOnSaveFiletypes": [
6 | "javascript",
7 | "html",
8 | "css",
9 | "json",
10 | "markdown",
11 | "typescript",
12 | "python",
13 | "dart"
14 | ],
15 |
16 | // suggest settings
17 | "suggest.noselect": false,
18 | "suggest.detailField": "abbr",
19 | "suggest.snippetIndicator": "",
20 | "suggest.removeDuplicateItems": true,
21 | "suggest.triggerAfterInsertEnter": true,
22 | "suggest.timeout": 2000,
23 | "suggest.minTriggerInputLength": 1,
24 | "suggest.completionItemKindLabels": {
25 | "function": "\uf794",
26 | "method": "\uf6a6",
27 | "variable": "\uf71b",
28 | "constant": "\uf8ff",
29 | "struct": "\ufb44",
30 | "class": "\uf0e8",
31 | "interface": "\ufa52",
32 | "text": "\ue612",
33 | "enum": "\uf435",
34 | "enumMember": "\uf02b",
35 | "module": "\uf668",
36 | "color": "\ue22b",
37 | "property": "\ufab6",
38 | "field": "\uf93d",
39 | "unit": "\uf475",
40 | "file": "\uf471",
41 | "value": "\uf8a3",
42 | "event": "\ufacd",
43 | "folder": "\uf115",
44 | "keyword": "\uf893",
45 | "snippet": "\uf64d",
46 | "operator": "\uf915",
47 | "reference": "\uf87a",
48 | "typeParameter": "\uf278",
49 | "default": "\uf29c"
50 | },
51 |
52 | // diagnostic settings
53 | "diagnostic.displayByAle": false,
54 | "diagnostic.refreshOnInsertMode": true,
55 | "diagnostic.errorSign": "✘",
56 | "diagnostic.warningSign": "⚠",
57 | "diagnostic.infoSign": "",
58 | "diagnostic.hintSign": "ஐ",
59 | "diagnostic.checkCurrentLine": true,
60 | "diagnostic.virtualTextPrefix": " ❯❯❯ ",
61 | "diagnostic.virtualText": true,
62 | "diagnostic.enableMessage": "never",
63 |
64 | // list settings
65 | "list.source.grep.command": "rg",
66 |
67 | // git settings
68 | "git.topRemovedSign.text": "▌",
69 | "git.changeRemovedSign.text": "▌",
70 | "git.removedSign.text": "▌",
71 | "git.addedSign.text": "▌",
72 | "git.changedSign.text": "▌",
73 |
74 | // other language specific settings
75 | "html.autoClosingTags": true,
76 | "prettier.proseWrap": "always",
77 | "python.formatting.provider": "black",
78 | "clangd.path": "~/.config/coc/extensions/coc-clangd-data/install/13.0.0/clangd_13.0.0/bin/clangd"
79 | }
80 |
--------------------------------------------------------------------------------
/nvim/statusline.vim:
--------------------------------------------------------------------------------
1 | " _____ __ __ __ _
2 | " / ___/ / /_ ____ _ / /_ __ __ _____ / / (_) ____ ___
3 | " \__ \ / __/ / __ `/ / __/ / / / / / ___/ / / / / / __ \ / _ \
4 | " ___/ / / /_ / /_/ / / /_ / /_/ / (__ ) / /___ / / / / / // __/
5 | " /____/ \__/ \__,_/ \__/ \__,_/ /____/ /_____//_/ /_/ /_/ \___/
6 |
7 | set noshowmode
8 | set laststatus=2
9 |
10 | function! RedrawModeColors(mode) " {{{
11 | " Normal mode
12 | if a:mode == 'n'
13 | hi CustomStatuslineAccent cterm=none gui=none ctermbg=none ctermfg=1 guibg=none guifg=#fc8993
14 | hi CustomStatuslineAccentBody cterm=none gui=none ctermbg=1 ctermfg=0 guibg=#fc8993 guifg=#272c38
15 | hi CustomStatuslineFilename cterm=none gui=none ctermbg=8 ctermfg=251 guibg=#272c38 guifg=#fc8993
16 | " Insert mode
17 | elseif a:mode == 'i'
18 | hi CustomStatuslineAccent cterm=none gui=none ctermbg=none ctermfg=2 guibg=none guifg=#8de19f
19 | hi CustomStatuslineAccentBody cterm=none gui=none ctermbg=2 ctermfg=0 guibg=#8de19f guifg=#272c38
20 | hi CustomStatuslineFilename cterm=none gui=none ctermbg=8 ctermfg=251 guibg=#272c38 guifg=#8de19f
21 | " Replace mode
22 | elseif a:mode == 'R'
23 | hi CustomStatuslineAccent cterm=none gui=none ctermbg=none ctermfg=1 guibg=none guifg=#A65169
24 | hi CustomStatuslineAccentBody cterm=none gui=none ctermbg=1 ctermfg=0 guibg=#A65169 guifg=#272c38
25 | hi CustomStatuslineFilename cterm=none gui=none ctermbg=8 ctermfg=251 guibg=#272c38 guifg=#A65169
26 | " Visual mode
27 | elseif a:mode == 'v' || a:mode == 'V' || a:mode == "\"
28 | hi CustomStatuslineAccent cterm=none gui=none ctermbg=none ctermfg=7 guibg=none guifg=#a7bdfb
29 | hi CustomStatuslineAccentBody cterm=none gui=none ctermbg=7 ctermfg=0 guibg=#a7bdfb guifg=#272c38
30 | hi CustomStatuslineFilename cterm=none gui=none ctermbg=8 ctermfg=7 guibg=#272c38 guifg=#a7bdfb
31 | " Command mode
32 | elseif a:mode == 'c'
33 | hi CustomStatuslineAccent cterm=none gui=none ctermbg=none ctermfg=6 guibg=none guifg=#ee828c
34 | hi CustomStatuslineAccentBody cterm=none gui=none ctermbg=6 ctermfg=0 guibg=#ee828c guifg=#272c38
35 | hi CustomStatuslineFilename cterm=none gui=none ctermbg=8 ctermfg=6 guibg=#272c38 guifg=#ee828c
36 | " Terminal mode
37 | elseif a:mode == 't'
38 | hi CustomStatuslineAccent cterm=none gui=none ctermbg=none ctermfg=3 guibg=none guifg=#fbdf90
39 | hi CustomStatuslineAccentBody cterm=none gui=none ctermbg=3 ctermfg=0 guibg=#fbdb90 guifg=#272c38
40 | hi CustomStatuslineFilename cterm=none gui=none ctermbg=8 ctermfg=3 guibg=#272c38 guifg=#fbdb90
41 | endif
42 | return ''
43 | endfunction
44 | " }}}
45 | function! ModeIcon(mode) " {{{
46 | " Normal mode
47 | if a:mode == 'n'
48 | return '煮'
49 | " Insert mode
50 | elseif a:mode == 'i'
51 | return ' '
52 | " Replace mode
53 | elseif a:mode == 'R'
54 | return ' '
55 | " Visual mode
56 | elseif a:mode == 'v'
57 | return ' '
58 | elseif a:mode == 'V'
59 | return ' '
60 | elseif a:mode == "\"
61 | return '礪'
62 | " Command mode
63 | elseif a:mode == 'c'
64 | return '⌘ '
65 | " Terminal mode
66 | elseif a:mode == 't'
67 | return 'ﰣ '
68 | endif
69 | return ''
70 | endfunction
71 |
72 | function! SetModifiedSymbol(modified) " {{{
73 | if a:modified == 1
74 | hi CustomStatuslineModifiedBody cterm=none gui=none ctermbg=1 ctermfg=0 guibg=#fc8993 guifg=#272c38
75 | hi CustomStatuslineModified cterm=none gui=none ctermbg=none ctermfg=1 guibg=none guifg=#fc8993
76 | else
77 | hi CustomStatuslineModifiedBody cterm=none gui=none ctermbg=0 ctermfg=2 guibg=#1d212a guifg=#89e19c
78 | hi CustomStatuslineModified cterm=none gui=none ctermbg=0 ctermfg=0 guibg=none guifg=#1d212a
79 | endif
80 | return ''
81 | endfunction
82 |
83 | function! FiletypeIcon()
84 | return winwidth(0) > 70 ? (strlen(&filetype) ? WebDevIconsGetFileTypeSymbol() . ' ' : ' ') : ''
85 | endfunction
86 | function! SetFiletype(filetype) " {{{
87 | if winwidth(0) > 70
88 | hi CustomStatuslineFiletype cterm=none gui=none ctermbg=none ctermfg=5 guibg=none guifg=#d990cd
89 | hi CustomStatuslineFiletypeIcon cterm=none gui=none ctermbg=5 ctermfg=0 guibg=#d990cd guifg=#272c38
90 | hi CustomStatuslineFiletypeBody cterm=italic gui=italic ctermbg=8 ctermfg=5 guibg=#272c38 guifg=#d990cd
91 | hi CustomStatuslineFiletypeSeparator cterm=none gui=none ctermbg=none ctermfg=8 guibg=none guifg=#272c38
92 | if a:filetype == ''
93 | return '-'
94 | else
95 | return a:filetype
96 | endif
97 | else
98 | hi CustomStatuslineFiletype cterm=none gui=none ctermbg=none ctermfg=5 guibg=none guifg=#1d212a
99 | hi CustomStatuslineFiletypeIcon cterm=none gui=none ctermbg=5 ctermfg=0 guibg=#1d212a guifg=#1d212a
100 | hi CustomStatuslineFiletypeBody cterm=italic gui=italic ctermbg=5 ctermfg=5 guibg=#1d212a guifg=#1d212a
101 | hi CustomStatuslineFiletypeSeparator cterm=none gui=none ctermbg=none ctermfg=5 guibg=none guifg=#1d212a
102 | return ''
103 | endif
104 | endfunction
105 |
106 | function GitBranchIcon()
107 | if strlen(FugitiveHead())>0 && winwidth(0) > 70
108 | hi CustomStatuslineGitbranch cterm=none gui=none ctermbg=none ctermfg=4 guibg=none guifg=#81d4ee
109 | hi CustomStatuslineGitbranchIcon cterm=none gui=none ctermbg=4 ctermfg=0 guibg=#81d4ee guifg=#272c38
110 | hi CustomStatuslineGitbranchBody cterm=none gui=none ctermbg=8 ctermfg=4 guibg=#272c38 guifg=#81d4ee
111 | hi CustomStatuslineGitbranchSeparator cterm=none gui=none ctermbg=none ctermfg=8 guibg=none guifg=#272c38
112 | return ' '
113 | else
114 | hi CustomStatuslineGitbranch cterm=none gui=none ctermbg=none ctermfg=0 guibg=none guifg=#1d212a
115 | hi CustomStatuslineGitbranchIcon cterm=none gui=none ctermbg=0 ctermfg=0 guibg=#1d212a guifg=#1d212a
116 | hi CustomStatuslineGitbranchBody cterm=none gui=none ctermbg=0 ctermfg=0 guibg=#1d212a guifg=#1d212a
117 | hi CustomStatuslineGitbranchSeparator cterm=none gui=none ctermbg=none ctermfg=0 guibg=none guifg=#1d212a
118 | return ''
119 | endif
120 | endfunction
121 |
122 | " change with of statusline "
123 |
124 | function! Shiftwidth()
125 | let fname = expand('%:t')
126 | if ! &expandtab || fname == 'ControlP'
127 | return '-'
128 | endif
129 | if &shiftwidth == 0
130 | return &tabstop
131 | else
132 | return &shiftwidth
133 | endif
134 | endfunction
135 |
136 | " Setup the colors
137 | hi StatusLine cterm=none gui=none ctermbg=8 ctermfg=3 guibg=none guifg=none
138 | hi CustomStatuslineSeparator cterm=none gui=none ctermbg=none ctermfg=8 guibg=none guifg=#272c38
139 |
140 | hi CustomStatuslinePercentage ctermfg=0 cterm=NONE ctermbg=NONE
141 | hi CustomStatuslinePercentageBody ctermbg=0 cterm=none ctermfg=6
142 |
143 | hi CustomStatuslineTotalLines cterm=none gui=none ctermbg=none ctermfg=3 guibg=none guifg=#fbdf90
144 | hi CustomStatuslineTotalLinesIcon cterm=none gui=none ctermbg=3 ctermfg=0 guibg=#fbdf90 guifg=#272c38
145 | hi CustomStatuslineTotalLinesBody cterm=none gui=none ctermbg=8 ctermfg=3 guibg=#272c38 guifg=#fbdf90
146 | hi CustomStatuslineTotalLinesSeparator cterm=none gui=none ctermbg=none ctermfg=8 guibg=none guifg=#272c38
147 |
148 | hi CustomStatuslineInactiveDark cterm=none gui=none ctermbg=8 ctermfg=12 guibg=#44506c guifg=#a7bdfb
149 | hi CustomStatuslineInactiveDarkSeparator cterm=none gui=none ctermbg=8 ctermfg=12 guibg=none guifg=#272c38
150 | hi CustomStatuslineInactiveLight cterm=none gui=none ctermbg=8 ctermfg=12 guibg=none guifg=#44506c
151 | hi CustomStatuslineInactiveLightSeparator cterm=none gui=none ctermbg=8 ctermfg=12 guibg=none guifg=#44506c
152 |
153 | function! SetActiveStatusLine()
154 | " Statusbar items
155 | let statusline = "%{RedrawModeColors(mode())}"
156 | " Left side items
157 | " =======================
158 | let statusline .= "%#CustomStatuslineAccent#"
159 | let statusline .= "%#CustomStatuslineAccentBody#%{ModeIcon(mode())}"
160 | let statusline .= "%#CustomStatuslineFilename#\ %t\ "
161 | let statusline .= "%#CustomStatuslineSeparator#\ "
162 | " Modified status
163 | let statusline .= "%#CustomStatuslineModified#"
164 | let statusline .= "%#CustomStatuslineModifiedBody#%{SetModifiedSymbol(&modified)}"
165 | let statusline .= "%#CustomStatuslineModified#"
166 | " Right side items
167 | " =======================
168 | let statusline .= "%="
169 | " Git branch name
170 | let statusline .= "%#CustomStatuslineGitbranch#"
171 | let statusline .= "%#CustomStatuslineGitbranchIcon#%{GitBranchIcon()}"
172 | let statusline .= "%#CustomStatuslineGitbranchBody#\ %{FugitiveHead()}"
173 | let statusline .= "%#CustomStatuslineGitbranchSeparator#\ "
174 | " Padding
175 | let statusline .= "\ "
176 | " Current line / total number of lines
177 | let statusline .= "%#CustomStatuslineTotalLines#"
178 | let statusline .= "%#CustomStatuslineTotalLinesIcon# "
179 | let statusline .= "%#CUSTomStatuslineTotalLinesBody#\ %l"
180 | let statusline .= "\/\%#CUSTomStatuslineTotalLinesBody#%L"
181 | let statusline .= "%#CustomStatuslineTotalLinesSeparator#"
182 | " Padding
183 | let statusline .= "\ "
184 | " Filetype
185 | let statusline .= "%#CustomStatuslineFiletype#"
186 | let statusline .= "%#CustomStatuslineFiletypeIcon#%{FiletypeIcon()}"
187 | let statusline .= "%#CustomStatuslineFiletypeBody#\ %{SetFiletype(&filetype)}"
188 | let statusline .= "%#CustomStatuslineFiletypeSeparator#\ "
189 | return statusline
190 | endfunction
191 |
192 | function! SetInactiveStatusLine()
193 | " Statusbar items
194 | let statusline = "%{RedrawModeColors(mode())}"
195 | " Left side items
196 | " =======================
197 | let statusline .= "%#CustomStatuslineAccent#"
198 | let statusline .= "%#CustomStatuslineAccentBody#%{ModeIcon(mode())}"
199 | let statusline .= "%#CustomStatuslineFilename#\ %t\ "
200 | let statusline .= "%#CustomStatuslineSeparator#\ "
201 | " Modified status
202 | let statusline .= "%#CustomStatuslineModified#"
203 | let statusline .= "%#CustomStatuslineModifiedBody#%{SetModifiedSymbol(&modified)}"
204 | let statusline .= "%#CustomStatuslineModified#"
205 | " Right side items
206 | " =======================
207 | let statusline .= "%="
208 | " Git branch name
209 | let statusline .= "%#CustomStatuslineGitbranch#"
210 | let statusline .= "%#CustomStatuslineGitbranchIcon#%{GitBranchIcon()}"
211 | let statusline .= "%#CustomStatuslineGitbranchBody#\ %{FugitiveHead()}"
212 | let statusline .= "%#CustomStatuslineGitbranchSeparator#\ "
213 | " Padding
214 | let statusline .= "\ "
215 | " Current line / total number of lines
216 | let statusline .= "%#CustomStatuslineTotalLines#"
217 | let statusline .= "%#CustomStatuslineTotalLinesIcon# "
218 | let statusline .= "%#CUSTomStatuslineTotalLinesBody#\ %l"
219 | let statusline .= "\/\%#CUSTomStatuslineTotalLinesBody#%L"
220 | let statusline .= "%#CustomStatuslineTotalLinesSeparator#"
221 | " Padding
222 | let statusline .= "\ "
223 | " Filetype
224 | let statusline .= "%#CustomStatuslineFiletype#"
225 | let statusline .= "%#CustomStatuslineFiletypeIcon#%{FiletypeIcon()}"
226 | let statusline .= "%#CustomStatuslineFiletypeBody#\ %{SetFiletype(&filetype)}"
227 | let statusline .= "%#CustomStatuslineFiletypeSeparator#\ "
228 | return statusline
229 | endfunction
230 |
231 | augroup vimrc-statusline
232 | autocmd!
233 | autocmd WinEnter * setlocal statusline=%!SetActiveStatusLine()
234 | autocmd BufEnter * setlocal statusline=%!SetActiveStatusLine()
235 | autocmd WinNew * setlocal statusline=%!SetActiveStatusLine()
236 | autocmd WinLeave * setlocal statusline=%!SetActiveStatusLine()
237 | augroup END
238 | setlocal statusline=%!SetActiveStatusLine()
239 |
--------------------------------------------------------------------------------
/picom/picom.conf:
--------------------------------------------------------------------------------
1 | # Backend to use: "xrender" or "glx".
2 | # GLX backend is typically much faster but depends on a sane driver.
3 | backend = "glx";
4 | #backend = "xrender"
5 |
6 | #################################
7 | #
8 | # GLX backend
9 | #
10 | #################################
11 |
12 | glx-no-stencil = true;
13 |
14 | # GLX backend: Copy unmodified regions from front buffer instead of redrawing them all.
15 | # My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified,
16 | # but a 20% increase when only 1/4 is.
17 | # My tests on nouveau show terrible slowdown.
18 | glx-copy-from-front = false;
19 |
20 | # GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
21 | # My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
22 | # May break VSync and is not available on some drivers.
23 | # Overrides --glx-copy-from-front.
24 | # glx-use-copysubbuffermesa = true;
25 |
26 | # GLX backend: Avoid rebinding pixmap on window damage.
27 | # Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe).
28 | # Recommended if it works.
29 | glx-no-rebind-pixmap = true;
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 | # GLX backend: GLX buffer swap method we assume.
39 | # Could be undefined (0), copy (1), exchange (2), 3-6, or buffer-age (-1).
40 | # undefined is the slowest and the safest, and the default value.
41 | # copy is fastest, but may fail on some drivers,
42 | # 2-6 are gradually slower but safer (6 is still faster than 0).
43 | # Usually, double buffer means 2, triple buffer means 3.
44 | # buffer-age means auto-detect using GLX_EXT_buffer_age, supported by some drivers.
45 | # Useless with --glx-use-copysubbuffermesa.
46 | # Partially breaks --resize-damage.
47 | # Defaults to undefined.
48 | #glx-swap-method = "undefined";
49 |
50 | #################################
51 | #
52 | # Shadows
53 | #
54 | #################################
55 |
56 | # Enabled client-side shadows on windows.
57 | shadow = true;
58 | # The blur radius for shadows. (default 12)
59 | shadow-radius = 15;
60 | # The left offset for shadows. (default -15)
61 | shadow-offset-x = -10;
62 | # The top offset for shadows. (default -15)
63 | shadow-offset-y = -10;
64 | # The translucency for shadows. (default .75)
65 | shadow-opacity = 2;
66 |
67 | log-level = "warn";
68 | #change your username here
69 | #log-file = "/home/erik/.config/compton.log";
70 |
71 | # Set if you want different colour shadows
72 | # shadow-red = 0.0;
73 | # shadow-green = 0.0;
74 | # shadow-blue = 0.0;
75 |
76 | # The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
77 | # (most applications are fine, only apps that do weird things with xshapes or argb are affected).
78 | # This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
79 | shadow-exclude = [
80 | "! name~=''",
81 | "class_g = 'Polybar'",
82 | "name = 'Notification'",
83 | "name = 'Plank'",
84 | "name = 'Docky'",
85 | "name = 'Kupfer'",
86 | "name = 'xfce4-notifyd'",
87 | "name *= 'VLC'",
88 | "name *= 'compton'",
89 | "class_g = 'Conky'",
90 | "class_g = 'Kupfer'",
91 | "class_g = 'Synapse'",
92 | "class_g ?= 'Notify-osd'",
93 | "class_g ?= 'Cairo-dock'",
94 | "class_g = 'Cairo-clock'",
95 | "class_g ?= 'Xfce4-notifyd'",
96 | "class_g ?= 'Xfce4-power-manager'",
97 | "_GTK_FRAME_EXTENTS@:c",
98 | "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
99 | ];
100 | # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
101 | shadow-ignore-shaped = false;
102 |
103 | #################################
104 | #
105 | # Opacity
106 | #
107 | #################################
108 |
109 | inactive-opacity = 1;
110 | active-opacity = 1;
111 | frame-opacity = 1;
112 | inactive-opacity-override = false;
113 |
114 | # Dim inactive windows. (0.0 - 1.0)
115 | # inactive-dim = 0.2;
116 | # Do not let dimness adjust based on window opacity.
117 | # inactive-dim-fixed = true;
118 | # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
119 | # blur-background = true;
120 | # Blur background of opaque windows with transparent frames as well.
121 | # blur-background-frame = true;
122 | # Do not let blur radius adjust based on window opacity.
123 | blur-background-fixed = false;
124 | blur-background-exclude = [
125 | "window_type = 'dock'",
126 | "window_type = 'desktop'",
127 | "_GTK_FRAME_EXTENTS@:c"
128 | ];
129 |
130 | #################################
131 | #
132 | # Fading
133 | #
134 | #################################
135 |
136 | # Fade windows during opacity changes.
137 | fading = true;
138 | # The time between steps in a fade in milliseconds. (default 10).
139 | fade-delta = 5;
140 | # Opacity change between steps while fading in. (default 0.028).
141 | fade-in-step = 0.03;
142 | # Opacity change between steps while fading out. (default 0.03).
143 | fade-out-step = 0.03;
144 | # Fade windows in/out when opening/closing
145 | # no-fading-openclose = true;
146 |
147 | # Specify a list of conditions of windows that should not be faded.
148 | fade-exclude = [ ];
149 |
150 | #################################
151 | #
152 | # Other
153 | #
154 | #################################
155 |
156 | # Try to detect WM windows and mark them as active.
157 | mark-wmwin-focused = true;
158 | # Mark all non-WM but override-redirect windows active (e.g. menus).
159 | mark-ovredir-focused = true;
160 | # Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused instead of using FocusIn/Out events.
161 | # Usually more reliable but depends on a EWMH-compliant WM.
162 | use-ewmh-active-win = true;
163 | # Detect rounded corners and treat them as rectangular when --shadow-ignore-shaped is on.
164 | detect-rounded-corners = false;
165 |
166 | # Detect _NET_WM_OPACITY on client windows, useful for window managers not passing _NET_WM_OPACITY of client windows to frame windows.
167 | # This prevents opacity being ignored for some apps.
168 | # For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
169 | detect-client-opacity = true;
170 |
171 | # Specify refresh rate of the screen.
172 | # If not specified or 0, compton will try detecting this with X RandR extension.
173 | #refresh-rate = 48;
174 |
175 | # Vertical synchronization: match the refresh rate of the monitor
176 | # this breaks transparency in virtualbox - put a "#" before next line to fix that
177 | vsync = true;
178 |
179 | # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
180 | # Reported to have no effect, though.
181 | dbe = true;
182 |
183 | # Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
184 | # This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
185 | # unless you wish to specify a lower refresh rate than the actual value.
186 | #sw-opti = true;
187 |
188 | # Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
189 | # Known to cause flickering when redirecting/unredirecting windows.
190 | unredir-if-possible = false;
191 |
192 | # Specify a list of conditions of windows that should always be considered focused.
193 | focus-exclude = [ ];
194 |
195 | # Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.
196 | detect-transient = true;
197 | # Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time.
198 | # WM_TRANSIENT_FOR has higher priority if --detect-transient is enabled, too.
199 | detect-client-leader = true;
200 |
201 | #################################
202 | #
203 | # Window type settings
204 | #
205 | #################################
206 |
207 | wintypes:
208 | {
209 | tooltip = { fade = true; shadow = true; opacity = 2; focus = true;};
210 | dock = { shadow = true; }
211 | dnd = { shadow = false; }
212 | popup_menu = { opacity = 1; }
213 | dropdown_menu = { opacity = 1; }
214 | };
215 |
216 | ######################
217 | #
218 | # XSync
219 | # See: https://github.com/yshui/compton/commit/b18d46bcbdc35a3b5620d817dd46fbc76485c20d
220 | #
221 | ######################
222 |
223 | # Use X Sync fence to sync clients' draw calls. Needed on nvidia-drivers with GLX backend for some users.
224 | xrender-sync-fence = true;
225 |
226 | ######################
227 | #
228 | # Border's rounded
229 | #
230 | ######################
231 | corner-radius = 9
232 | round-borders = 1
233 |
--------------------------------------------------------------------------------
/polybar/bars/external-fonts.ini:
--------------------------------------------------------------------------------
1 | font-0 = JetBrains Mono Nerd Font:style=Bold:pixelsize=11;2
2 | font-1 = JetBrainsMono Nerd Font:size=18;4
3 | font-2 = Material Design Icons:style=Bold:size=14;4
4 | font-3 = JetBrains Mono Nerd Font:style=Bold:size=12;3
5 | font-4 = JetBrainsMono Nerd Font:size=15;4
6 | font-5 = JetBrainsMono Nerd Font:style=Bold:size=10;3
7 | font-6 = JetBrainsMono Nerd Font:size=16;4
8 | font-7 = Material Design Icons:style=Bold:size=13;5
9 |
--------------------------------------------------------------------------------
/polybar/bars/external.ini:
--------------------------------------------------------------------------------
1 | [bar/external-bar]
2 | bottom = false
3 | monitor = HDMI-1
4 | width = 100%
5 | height = 25
6 | padding-left =0
7 | padding-right =0
8 | offset-x = 0
9 | offset-y = 0
10 | background = ${colors.background}
11 | foreground = ${colors.foreground}
12 | border-top-size = 4
13 | border-bottom-size = 4
14 | border-top-color = ${colors.background}
15 | border-bottom-color = ${colors.background}
16 |
17 | line-size = 3
18 | wm-restack = i3
19 |
20 | modules-left = i3 round-right-c1
21 | modules-center = round-left-c1 time round-right-c1
22 | modules-right = cpu space-c2 space-c2 mem space-c2 space-c2
23 |
24 | include-file = "~/Dotfiles/syntax-dots/polybar/bars/external-fonts.ini"
25 |
--------------------------------------------------------------------------------
/polybar/bars/main-fonts.ini:
--------------------------------------------------------------------------------
1 | font-0 = JetBrains Mono Nerd Font:style=Bold:pixelsize=16;3
2 | font-1 = JetBrainsMono Nerd Font:size=25;6
3 | font-2 = Material Design Icons:style=Bold:size=18;4
4 | font-3 = JetBrains Mono Nerd Font:style=Bold:size=15;3
5 | font-4 = JetBrainsMono Nerd Font:size=19;4
6 | font-5 = JetBrainsMono Nerd Font:style=Bold:size=13;3
7 | font-6 = JetBrainsMono Nerd Font:size=21;4
8 | font-7 = Material Design Icons:style=Bold:size=15;2
9 | font-8 = JetBrainsMono Nerd Font:style=Bold:size=12;3
10 | font-9 = unifont:fontformat=truetype:size=12;3
11 |
--------------------------------------------------------------------------------
/polybar/bars/main.ini:
--------------------------------------------------------------------------------
1 | [bar/main-bar]
2 | dpi = 90
3 | monitor = eDP-1
4 | width = 100%
5 | height = 40
6 | padding-left =0
7 | padding-right =0
8 | ;offset-x = 7
9 | offset-y = 10
10 | radius = 0.0
11 | background = ${colors.background}
12 | ;background = transparent
13 | foreground = ${colors.foreground}
14 | bottom = false
15 | border-top-size = 15
16 | border-bottom-size = 5
17 | border-left-size = 20
18 | border-right-size = 20
19 | border-right-color = ${colors.alpha}
20 | border-left-color = ${colors.alpha}
21 | border-top-color = ${colors.alpha}
22 | border-bottom-color = ${colors.alpha}
23 | pseudo-transparency = true
24 |
25 | line-size = 3
26 | wm-restack = i3
27 |
28 | modules-left = i3 round-right-c1 xwindow
29 | modules-center = cpu battery space-c2 time space-c2 space-c2 mem temperature
30 | modules-right = round-left-c1 network round-left-c2 wlan pulseaudio round-left-c1 powermenu
31 |
32 | include-file = "~/Dotfiles/syntax-dots/polybar/bars/main-fonts.ini"
33 |
34 |
--------------------------------------------------------------------------------
/polybar/colors.ini:
--------------------------------------------------------------------------------
1 | [colors]
2 | alpha = #00000000
3 |
4 | foreground = #D8DEE9
5 | background = #2E3440
6 |
7 | color0 = #3B4252
8 | color8 = #4C566A
9 |
10 | color1 = #BF616A
11 | color9 = #D08770
12 |
13 | color2 = #A3BE8C
14 | color10 = #A3BE8C
15 |
16 | color3 = #EBCB8B
17 | color11 = #EBCB8B
18 |
19 | color4 = #5E81AC
20 | color12 = #81A1C1
21 |
22 | color5 = #B48EAD
23 | color13 = #A18EAD
24 |
25 | color6 = #88C0D0
26 | color14 = #8FBCBB
27 |
28 | color7 = #E5E9F0
29 | color15 = #ECEFF4
30 |
31 | ; vim:ft=dosini:nowrap
32 |
--------------------------------------------------------------------------------
/polybar/config.ini:
--------------------------------------------------------------------------------
1 | include-file = "~/Dotfiles/syntax-dots/polybar/colors.ini"
2 | include-file = "~/Dotfiles/syntax-dots/polybar/bars/main.ini"
3 | include-file = "~/Dotfiles/syntax-dots/polybar/bars/external.ini"
4 | include-file = "~/Dotfiles/syntax-dots/polybar/separators.ini"
5 | include-file = "~/Dotfiles/syntax-dots/polybar/modules.ini"
6 | include-file = "~/Dotfiles/syntax-dots/polybar/settings.ini"
7 | include-file = "~/Dotfiles/syntax-dots/polybar/tray.ini"
8 |
9 | ; vim:ft=dosini:nowrap
10 |
--------------------------------------------------------------------------------
/polybar/launch.bash:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 |
3 | # Terminate already running bar instances
4 | killall -q polybar
5 | config="polybar -q -c ~/Dotfiles/syntax-dots/polybar/config.ini"
6 |
7 | # Wait until the processes have been shut down
8 | while pgrep -u "$UID" -x polybar >/dev/null; do sleep 1; done
9 |
10 | # Launch bar
11 | eval "$config main-bar" & disown
12 |
13 | my_laptop_external_monitor=$(xrandr --query | grep 'HDMI-1')
14 | if [[ $my_laptop_external_monitor = *connected* ]]; then
15 | eval "$config external-bar" & disown
16 | fi
17 |
18 | # vim:ft=bash:nowrap
19 |
--------------------------------------------------------------------------------
/polybar/modules.ini:
--------------------------------------------------------------------------------
1 | [module/polywins]
2 | type = custom/script
3 | exec = ~/Dotfiles/syntax-dots/polybar/scripts/polywins.sh 2>/dev/null
4 | format =