Skip to content

Commit

Permalink
Restyled by whitespace (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
restyled-io[bot] and restyled-commits authored Aug 10, 2021
1 parent 62f5048 commit 1a4c80f
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions macchina.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# Disables color.
no_color = false
no_color = false

# Hides the separator.
no_separator = false
no_separator = false

# Hides bar delimiters
no_bar_delimiter = true
no_bar_delimiter = true

# Hides the title of the box surrounding system information
no_title = false
no_title = false

# Disables the box surrounding system information.
no_box = false
no_box = false

# Disables ASCII art
no_ascii = false
no_ascii = false

# Displays a palette of your active colorscheme
palette = true
palette = true

# Turns data into bars for specific readouts
# Turns data into bars for specific readouts
bar = true

# Prefer small ASCII variant.
small_ascii = false
small_ascii = false

# Randomizes the color of the keys each time your run the program
# Randomizes the color of the keys each time your run the program
random_color = false

# Randomizes the color of the separator each time your run the program
# Randomizes the color of the separator each time your run the program
random_sep_color = false

# Specify a color for the keys.
Expand Down Expand Up @@ -56,10 +56,10 @@ color = "Blue"
separator_color = "Blue"

# Shorten uptime format
short_uptime = true
short_uptime = true

# Lengthen shell output
long_shell = false
long_shell = false

# Specify the title of the box
box_title = " Macchina "
Expand All @@ -80,8 +80,8 @@ box_inner_margin_y = 0
#
# Custom themes are also supported, they should be placed
# in $XDG_DATA_HOME/macchina/themes and must be a JSON file.
#
# To set 'foobar' as a theme, place foobar.json
#
# To set 'foobar' as a theme, place foobar.json
# in $XDG_DATA_HOME/macchina/themes
# and set theme = "foobar" (case-sensitive)
theme = "Beryllium"
Expand All @@ -90,7 +90,7 @@ theme = "Beryllium"
# Conflicts with: show_only
# Accepted values (case-sensitive):
# - Host
# - Machine
# - Machine
# - Kernel
# - Distribution
# - OperatingSystem
Expand All @@ -111,10 +111,10 @@ theme = "Beryllium"
hide = []

# Displays only the specified readouts.
# Conflicts with: hide
# Conflicts with: hide
# Accepted values (case-sensitive):
# - Host
# - Machine
# - Machine
# - Kernel
# - Distribution
# - OperatingSystem
Expand Down

0 comments on commit 1a4c80f

Please sign in to comment.