Last active
November 30, 2021 08:00
-
-
Save fullmetalbrackets/548e4bcb82ab2e53dbb231c8f3124d34 to your computer and use it in GitHub Desktop.
Vaporwave theme for Macchina
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Vaporwave theme for Macchina (https://github.com/Macchina-CLI/macchina) | |
# Place this file in ~/.config/macchina/themes | |
hide_ascii = true | |
prefer_small_ascii = false | |
spacing = 2 | |
padding = 0 | |
separator = "->" | |
key_color = "LightMagenta" | |
separator_color = "LightCyan" | |
[bar] | |
glyph = "=" | |
symbol_open = "{" | |
symbol_close = "}" | |
visible = true | |
[box] | |
title = "" | |
visible = true | |
[box.inner_margin] | |
x = 2 | |
y = 1 | |
[randomize] | |
key_color = false | |
separator_color = false | |
[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