Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #431 from dylanaraps/syntaxfold
Browse files Browse the repository at this point in the history
General: Remove all fold markers.
  • Loading branch information
dylanaraps authored Nov 11, 2016
2 parents 17406f2 + 7a6e1d1 commit 09d2ff8
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 318 deletions.
64 changes: 26 additions & 38 deletions config/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
# vim:fdm=marker
#
# Neofetch config file
# https://github.com/dylanaraps/neofetch
Expand All @@ -8,10 +7,7 @@
export LC_ALL=C
export LANG=C

# Info Options {{{


# Info
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
Expand Down Expand Up @@ -54,15 +50,18 @@ print_info() {

# Kernel

# Show more kernel info

# Shorten the output of the kernel function
# --kernel_shorthand on, off
kernel_shorthand="on"


# Distro

# Shorten the output of distro (tiny, on, off)

# Shorten the output of the distro function
# NOTE: This is only possible on Linux, macOS, and Solaris
# --distro_shorthand on, off, tiny
distro_shorthand="off"

# Show 'x86_64' and 'x86' in 'Distro:' output.
Expand All @@ -72,32 +71,34 @@ os_arch="on"

# Uptime


# Shorten the output of the uptime function
# --uptime_shorthand tiny, on, off
uptime_shorthand="off"


# Shell


# Show the path to $SHELL
# --shell_path on, off
shell_path="off"

# Show $SHELL's version
# Show $SHELL version
# --shell_version on, off
shell_version="on"


# CPU


# CPU speed type
# Only works on Linux with cpufreq.
# --speed_type current, min, max, bios,
# scaling_current, scaling_min, scaling_max
speed_type="max"

# CPU Shorthand
# Set shorthand setting
# Shorten the output of the CPU function
# --cpu_shorthand name, speed, tiny, on, off
cpu_shorthand="off"

Expand All @@ -115,26 +116,28 @@ cpu_speed="on"
# Display CPU cores in output
# Logical: All virtual cores
# Physical: All physical cores
# --cpu_cores logical, physical, off
# Note: 'physical' doesn't work on BSD.
# --cpu_cores logical, physical, off
cpu_cores="logical"

# CPU Temperature
# Hide/Show CPU temperature.
# --cpu_temp on, off
# Note: Only works on Linux.
# --cpu_temp on, off
cpu_temp="off"


# GPU


# Enable/Disable GPU Brand
# --gpu_brand on, off
gpu_brand="on"


# Resolution


# Display refresh rate next to each monitor
# Unsupported on Windows
# --refresh_rate on, off
Expand All @@ -143,6 +146,7 @@ refresh_rate="off"

# Gtk Theme / Icons


# Shorten output (Hide [GTK2] etc)
# --gtk_shorthand on, off
gtk_shorthand="off"
Expand All @@ -159,20 +163,23 @@ gtk3="on"

# IP Address


# Website to ping for the public IP
# --ip_host url
public_ip_host="http://ident.me"


# Song


# Print the Artist and Title on seperate lines
# --song_shorthand on, off
song_shorthand="off"


# Birthday


# Whether to show a long pretty output
# or a shortened one
# NOTE: Long pretty output doesn't work on OpenBSD or NetBSD.
Expand All @@ -188,9 +195,7 @@ birthday_time="on"
birthday_format="+%a %d %b %Y %l:%M %p"


# }}}

# Text Colors {{{
# Text Colors


# Text Colors
Expand All @@ -203,9 +208,7 @@ birthday_format="+%a %d %b %Y %l:%M %p"
colors=(distro)


# }}}

# Text Options {{{
# Text Options


# Toggle bold text
Expand All @@ -221,9 +224,7 @@ underline_enabled="on"
underline_char="-"


# }}}

# Color Blocks {{{
# Color Blocks


# Color block range
Expand All @@ -244,9 +245,7 @@ block_width=3
block_height=1


# }}}

# Progress Bars {{{
# Progress Bars


# Progress bar character
Expand Down Expand Up @@ -284,9 +283,7 @@ battery_display="off"
disk_display="off"


# }}}

# Image Options {{{
# Image Options


# Image Source
Expand Down Expand Up @@ -345,9 +342,7 @@ xoffset=0
background_color=


# }}}

# Ascii Options {{{
# Ascii Options


# Default ascii image to use
Expand Down Expand Up @@ -383,9 +378,7 @@ ascii_logo_size="normal"
ascii_bold="on"


# }}}

# Scrot Options {{{
# Scrot Options


# Whether or not to always take a screenshot
Expand Down Expand Up @@ -417,9 +410,7 @@ image_host="imgur"
imgur_client_id="0e8b44d15e9fc95"


# }}}

# Config Options {{{
# Config Options


# Enable/Disable config file
Expand All @@ -429,6 +420,3 @@ config="on"
# Path to custom config file location
# --config path/to/config
config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config"


# }}}
1 change: 0 additions & 1 deletion config/travis
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
# vim:fdm=marker
#
# Neofetch config file for travis.ci
# https://github.com/dylanaraps/neofetch
Expand Down
Loading

0 comments on commit 09d2ff8

Please sign in to comment.