-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
292 additions
and
26 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Specifies the network interface to use for the LocalIP readout | ||
interface = "wlan0" | ||
|
||
# Lengthen uptime output | ||
long_uptime = false | ||
|
||
# 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 = "riiku" | ||
|
||
# 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", "Kernel", "Distribution", "Packages", "Shell", "Uptime", "Memory"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Beryllium | ||
|
||
spacing = 3 | ||
hide_ascii = true | ||
key_color = "#7067CF" | ||
separator = "" | ||
|
||
[box] | ||
border = "plain" | ||
visible = true | ||
|
||
[palette] | ||
glyph = "○ " | ||
visible = true | ||
|
||
[bar] | ||
glyph = "○" | ||
hide_delimiters = true | ||
visible = true | ||
|
||
[box.inner_margin] | ||
x = 2 | ||
y = 1 | ||
|
||
[custom_ascii] | ||
color = "#FF7001" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Lithium | ||
|
||
spacing = 1 | ||
padding = 2 | ||
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 = " Spooky " | ||
border = "plain" | ||
visible = true | ||
|
||
[box.inner_margin] | ||
x = 2 | ||
y = 0 | ||
|
||
[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" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Riiku | ||
|
||
spacing = 1 | ||
padding = 2 | ||
hide_ascii = true | ||
separator = " " | ||
key_color = "Magenta" | ||
separator_color = "Magenta" | ||
prefer_small_ascii = true | ||
|
||
[palette] | ||
type = "Light" | ||
glyph = " ● " | ||
visible = true | ||
|
||
[bar] | ||
glyph = "●" | ||
symbol_open = '(' | ||
symbol_close = ')' | ||
visible = false | ||
hide_delimiters = true | ||
|
||
[box] | ||
title = " Riiku " | ||
border = "rounded" | ||
visible = true | ||
|
||
[box.inner_margin] | ||
x = 0 | ||
y = 0 | ||
|
||
[randomize] | ||
key_color = false | ||
separator_color = false | ||
pool = "base" | ||
|
||
[keys] | ||
host = "" | ||
kernel = "" | ||
battery = "Battery" | ||
os = "OS" | ||
de = "DE" | ||
wm = "WM" | ||
distro = "" | ||
terminal = "Term" | ||
shell = "" | ||
packages = "" | ||
uptime = "" | ||
memory = "" | ||
machine = "Machine" | ||
local_ip = "IP" | ||
backlight = "Brightness" | ||
resolution = "Resolution" | ||
cpu_load = "CPU Load" | ||
cpu = "CPU" |
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
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