Skip to content

change config.toml file #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 17 additions & 18 deletions config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
## FetchInfo stats Config ##
##############################################
[stats]
username = {icon = " ", name = "user", color = "(RD)"}
hostname = {icon = " ", name = "hostname", color = "(YW)"}
uptime = {icon = " ", name = "uptime", color = "(BE)"}
distro = {icon = " ", name = "distro", color = "(GN)"}
kernel = {icon = " ", name = "kernel", color = "(MA)"}
desktop = {icon = " ", name = "desktop", color = "(CN)"}
terminal = {icon = " ", name = "term", color = "(RD)"}
shell = {icon = " ", name = "shell", color = "(MA)"}
username = { icon = " ", name = "user", color = "(RD)" }
hostname = { icon = " ", name = "hostname", color = "(YW)" }
uptime = { icon = " ", name = "uptime", color = "(BE)" }
distro = { icon = " ", name = "distro", color = "(GN)" }
kernel = { icon = " ", name = "kernel", color = "(MA)" }
desktop = { icon = " ", name = "desktop", color = "(CN)" }
terminal = { icon = " ", name = "term", color = "(RD)" }
shell = { icon = " ", name = "shell", color = "(MA)" }
# packages = {icon = " ", name = "packages", color = "(RD)"} # WARNING: Resource Intensive
# weather = {icon = " ", name = "weather", color = "(BE)"} # Requires curl and an emoji font. | WARNING: Resource Intensive
# gpu = {icon = "󱔐 ", name = "gpu", color = "(MA)"} # WARNING: Resource Intensive
Expand All @@ -25,26 +25,25 @@ shell = {icon = " ", name = "shell", color = "(MA)"}
# The following stats do not work on MacOS and the BSDs.
# disk_0 = {icon = " ", name = "disk", color = "(GN)"}
sep_color = "SEPARATOR"
colors = {icon = " ", name = "colors", color = "!DT!", symbol = ""}
colors = { icon = " ", name = "colors", color = "!DT!", symbol = "" }

##############################################
## Misc Config ##
##############################################
[misc]
borderstyle = "line"
layout = "Inline" # [Inline, ArtOnTop, StatsOnTop]
layout = "Inline" # [Inline, ArtOnTop, StatsOnTop]
stats_margin_top = 0
location = "" # Used for fetching weather; leave empty to use the location of your IP; check https://wttr.in/:help for supported location types
location = "" # Used for fetching weather; leave empty to use the location of your IP; check https://wttr.in/:help for supported location types

[misc.figletLogos] # Requires Figlet.
enable = false
color = "(YW)"
font = "slant"
margin = [0, 0, 0,]
color = "(YW)"
font = "slant"
margin = 0

[misc.imageMode] # Requires Viu.
enable = false
path = "/path/to/some/image.png" # Please only use absolute paths.
scale = 18
margin = [2, 2, 3,]

path = "/path/to/some/image.png" # Please only use absolute paths.
scale = 18
margin = [2, 2, 3]