Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle 🎉 Initial support for fetching GPU information #121

Merged
merged 1 commit into from
Aug 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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