diff --git a/macchina/.config/macchina/macchina.toml b/macchina/.config/macchina/macchina.toml new file mode 100644 index 0000000..5343c7d --- /dev/null +++ b/macchina/.config/macchina/macchina.toml @@ -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"] diff --git a/macchina/.config/macchina/themes/Beryllium.toml b/macchina/.config/macchina/themes/Beryllium.toml new file mode 100644 index 0000000..3b66f39 --- /dev/null +++ b/macchina/.config/macchina/themes/Beryllium.toml @@ -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" diff --git a/macchina/.config/macchina/themes/Helium.toml b/macchina/.config/macchina/themes/Helium.toml new file mode 100644 index 0000000..d239475 --- /dev/null +++ b/macchina/.config/macchina/themes/Helium.toml @@ -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" diff --git a/macchina/.config/macchina/themes/Hydrogen.toml b/macchina/.config/macchina/themes/Hydrogen.toml new file mode 100644 index 0000000..5280ec2 --- /dev/null +++ b/macchina/.config/macchina/themes/Hydrogen.toml @@ -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" diff --git a/macchina/.config/macchina/themes/Lithium.toml b/macchina/.config/macchina/themes/Lithium.toml new file mode 100644 index 0000000..ccd2252 --- /dev/null +++ b/macchina/.config/macchina/themes/Lithium.toml @@ -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"