Skip to content

Instantly share code, notes, and snippets.

@zyocum
Created September 4, 2022 14:36
Show Gist options
  • Save zyocum/b5ed1c2d2c9ff6ab556e1dd03aada303 to your computer and use it in GitHub Desktop.
Save zyocum/b5ed1c2d2c9ff6ab556e1dd03aada303 to your computer and use it in GitHub Desktop.
Simple macchina theme
#colo for a complete reference, visit
# https://github.com/Macchina-CLI/macchina/wiki/Theme-Documentation
hide_ascii = true
prefer_small_ascii = true
spacing = 1
padding = 0
separator = "❯"
key_color = "Magenta"
separator_color = "LightMagenta"
[bar]
glyph = "●"
symbol_open = "│"
symbol_close = "│"
visible = false
[box]
#title = " Dracula "
visible = true
border = "rounded"
[box.inner_margin]
x = 1
y = 0
[custom_ascii]
color = "LightMagenta"
# Uncomment to use your own ASCII art.
#path = "~/.config/macchina/ascii/ubuntu.ascii"
[randomize]
key_color = false
separator_color = false
[palette]
type = "Full"
glyph = "● "
visible = true
[keys]
host = "Host"
kernel = "Kernel"
battery = "Battery"
os = "OS"
de = "DE"
wm = "WM"
distro = "Distro"
terminal = "Terminal"
shell = "Shell"
packages = "Packages"
uptime = "Uptime"
memory = "Memory"
machine = "Machine"
local_ip = "IP"
backlight = "Brightness"
resolution = "Resolution"
cpu_load = "CPU Load"
cpu = "CPU"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment