mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-06 04:49:07 -04:00
Add macchina
This commit is contained in:
parent
3873ef5076
commit
b3e634c957
3 changed files with 81 additions and 0 deletions
17
dot_config/macchina/macchina.toml
Normal file
17
dot_config/macchina/macchina.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
theme = "hydro"
|
||||||
|
|
||||||
|
show = [
|
||||||
|
"OperatingSystem",
|
||||||
|
"Kernel",
|
||||||
|
"Distribution",
|
||||||
|
"DesktopEnvironment",
|
||||||
|
"WindowManager",
|
||||||
|
# "Shell",
|
||||||
|
"Uptime",
|
||||||
|
# "Processor",
|
||||||
|
"ProcessorLoad",
|
||||||
|
"Memory",
|
||||||
|
# "GPU",
|
||||||
|
# "DiskSpace"
|
||||||
|
]
|
55
dot_config/macchina/themes/hydro.toml
Normal file
55
dot_config/macchina/themes/hydro.toml
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
|
||||||
|
# Hydrogen
|
||||||
|
|
||||||
|
spacing = 2
|
||||||
|
padding = 0
|
||||||
|
hide_ascii = false
|
||||||
|
prefer_small_ascii = true
|
||||||
|
separator = ">"
|
||||||
|
key_color = "Cyan"
|
||||||
|
separator_color = "White"
|
||||||
|
|
||||||
|
[palette]
|
||||||
|
type = "Full"
|
||||||
|
visible = false
|
||||||
|
|
||||||
|
[bar]
|
||||||
|
glyph = "ߋ"
|
||||||
|
symbol_open = '['
|
||||||
|
symbol_close = ']'
|
||||||
|
hide_delimiters = true
|
||||||
|
visible = true
|
||||||
|
|
||||||
|
[box]
|
||||||
|
border = "plain"
|
||||||
|
visible = true
|
||||||
|
|
||||||
|
[box.inner_margin]
|
||||||
|
x = 1
|
||||||
|
y = 0
|
||||||
|
|
||||||
|
[randomize]
|
||||||
|
key_color = true
|
||||||
|
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 = "Local IP"
|
||||||
|
backlight = "Brightness"
|
||||||
|
resolution = "Resolution"
|
||||||
|
cpu_load = "CPU Load"
|
||||||
|
cpu = "CPU"
|
||||||
|
gpu = "GPU"
|
||||||
|
disk_space = "Disk Space"
|
9
dot_config/macchina/themes/small_arch
Normal file
9
dot_config/macchina/themes/small_arch
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
${c1}
|
||||||
|
.
|
||||||
|
//\\
|
||||||
|
// \\
|
||||||
|
//\\ \\
|
||||||
|
// \\
|
||||||
|
// ,, \\
|
||||||
|
// | | -\\
|
||||||
|
//_-'' ''-_\\
|
Loading…
Add table
Add a link
Reference in a new issue