mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
Added macchina config
This commit is contained in:
48
macchina/.config/macchina/macchina.toml
Normal file
48
macchina/.config/macchina/macchina.toml
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
# Specifies the network interface to use for the LocalIP readout
|
||||||
|
interface = "wlan0"
|
||||||
|
|
||||||
|
# Lengthen uptime output
|
||||||
|
long_uptime = true
|
||||||
|
|
||||||
|
# Lengthen shell output
|
||||||
|
long_shell = false
|
||||||
|
|
||||||
|
# Lengthen kernel output
|
||||||
|
long_kernel = false
|
||||||
|
|
||||||
|
# Toggle between displaying the current shell or your user's default one.
|
||||||
|
current_shell = true
|
||||||
|
|
||||||
|
# Toggle between displaying the number of physical or logical cores of your
|
||||||
|
# processor.
|
||||||
|
physical_cores = true
|
||||||
|
|
||||||
|
# Themes need to be placed in "$XDG_CONFIG_DIR/macchina/themes" beforehand.
|
||||||
|
# e.g.:
|
||||||
|
# if theme path is /home/foo/.config/macchina/themes/Sodium.toml
|
||||||
|
# theme should be uncommented and set to "Sodium"
|
||||||
|
#
|
||||||
|
theme = "Beryllium"
|
||||||
|
|
||||||
|
# Displays only the specified readouts.
|
||||||
|
# Accepted values (case-sensitive):
|
||||||
|
# - Host
|
||||||
|
# - Machine
|
||||||
|
# - Kernel
|
||||||
|
# - Distribution
|
||||||
|
# - OperatingSystem
|
||||||
|
# - DesktopEnvironment
|
||||||
|
# - WindowManager
|
||||||
|
# - Resolution
|
||||||
|
# - Backlight
|
||||||
|
# - Packages
|
||||||
|
# - LocalIP
|
||||||
|
# - Terminal
|
||||||
|
# - Shell
|
||||||
|
# - Uptime
|
||||||
|
# - Processor
|
||||||
|
# - ProcessorLoad
|
||||||
|
# - Memory
|
||||||
|
# - Battery
|
||||||
|
# Example:
|
||||||
|
show = ["Host","Memory","Kernel","Distribution","DesktopEnvironment","Terminal","Packages"]
|
||||||
26
macchina/.config/macchina/themes/Beryllium.toml
Normal file
26
macchina/.config/macchina/themes/Beryllium.toml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# Beryllium
|
||||||
|
|
||||||
|
spacing = 3
|
||||||
|
hide_ascii = false
|
||||||
|
key_color = "#7067CF"
|
||||||
|
separator = ""
|
||||||
|
|
||||||
|
[box]
|
||||||
|
border = "rounded"
|
||||||
|
visible = true
|
||||||
|
|
||||||
|
[palette]
|
||||||
|
glyph = "○ "
|
||||||
|
visible = true
|
||||||
|
|
||||||
|
[bar]
|
||||||
|
glyph = "○"
|
||||||
|
hide_delimiters = true
|
||||||
|
visible = true
|
||||||
|
|
||||||
|
[box.inner_margin]
|
||||||
|
x = 2
|
||||||
|
y = 1
|
||||||
|
|
||||||
|
[custom_ascii]
|
||||||
|
color = "#FF7001"
|
||||||
51
macchina/.config/macchina/themes/Helium.toml
Normal file
51
macchina/.config/macchina/themes/Helium.toml
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
# Helium
|
||||||
|
|
||||||
|
hide_ascii = false
|
||||||
|
spacing = 2
|
||||||
|
padding = 0
|
||||||
|
separator = "->"
|
||||||
|
key_color = "Blue"
|
||||||
|
separator_color = "Yellow"
|
||||||
|
|
||||||
|
[bar]
|
||||||
|
glyph = "o"
|
||||||
|
symbol_open = "("
|
||||||
|
symbol_close = ")"
|
||||||
|
hide_delimiters = false
|
||||||
|
visible = false
|
||||||
|
|
||||||
|
[box]
|
||||||
|
title = " Helium "
|
||||||
|
border = "rounded"
|
||||||
|
visible = false
|
||||||
|
|
||||||
|
[box.inner_margin]
|
||||||
|
x = 2
|
||||||
|
y = 1
|
||||||
|
|
||||||
|
[custom_ascii]
|
||||||
|
color = "Yellow"
|
||||||
|
|
||||||
|
[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"
|
||||||
51
macchina/.config/macchina/themes/Hydrogen.toml
Normal file
51
macchina/.config/macchina/themes/Hydrogen.toml
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
# Hydrogen
|
||||||
|
|
||||||
|
spacing = 2
|
||||||
|
padding = 0
|
||||||
|
hide_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 = 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 = "Local IP"
|
||||||
|
backlight = "Brightness"
|
||||||
|
resolution = "Resolution"
|
||||||
|
cpu_load = "CPU Load"
|
||||||
|
cpu = "CPU"
|
||||||
57
macchina/.config/macchina/themes/Lithium.toml
Normal file
57
macchina/.config/macchina/themes/Lithium.toml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
# Lithium
|
||||||
|
|
||||||
|
spacing = 1
|
||||||
|
padding = 0
|
||||||
|
hide_ascii = true
|
||||||
|
separator = " "
|
||||||
|
key_color = "Yellow"
|
||||||
|
separator_color = "Yellow"
|
||||||
|
|
||||||
|
[palette]
|
||||||
|
type = "Light"
|
||||||
|
glyph = " ● "
|
||||||
|
visible = true
|
||||||
|
|
||||||
|
[bar]
|
||||||
|
glyph = "●"
|
||||||
|
symbol_open = '('
|
||||||
|
symbol_close = ')'
|
||||||
|
visible = false
|
||||||
|
hide_delimiters = true
|
||||||
|
|
||||||
|
[box]
|
||||||
|
title = " "
|
||||||
|
border = "plain"
|
||||||
|
visible = false
|
||||||
|
|
||||||
|
[box.inner_margin]
|
||||||
|
x = 2
|
||||||
|
y = 1
|
||||||
|
|
||||||
|
[custom_ascii]
|
||||||
|
color = "Yellow"
|
||||||
|
|
||||||
|
[randomize]
|
||||||
|
key_color = false
|
||||||
|
separator_color = false
|
||||||
|
pool = "base"
|
||||||
|
|
||||||
|
[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"
|
||||||
Reference in New Issue
Block a user