added os flags
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
# [ ](fg:sapphire)\
|
# [ ](fg:sapphire)\
|
||||||
# \n$character"""
|
# \n$character"""
|
||||||
|
|
||||||
format="$username at $hostname in $directory $git_branch $git_status$package $all$time $character"
|
format="$username at $hostname in $directory $git_branch $git_status$package $all$os$time $character"
|
||||||
|
|
||||||
# Disable the blank line at the start of the prompt
|
# Disable the blank line at the start of the prompt
|
||||||
# add_newline = false
|
# add_newline = false
|
||||||
@@ -65,6 +65,13 @@ base = "#24273a"
|
|||||||
mantle = "#1e2030"
|
mantle = "#1e2030"
|
||||||
crust = "#181926"
|
crust = "#181926"
|
||||||
|
|
||||||
|
[os.symbols]
|
||||||
|
Arch = " "
|
||||||
|
Fedora = " "
|
||||||
|
Ubuntu = " "
|
||||||
|
Debian = " "
|
||||||
|
Alpine = " "
|
||||||
|
|
||||||
# You can also replace your username with a neat symbol like or disable this
|
# You can also replace your username with a neat symbol like or disable this
|
||||||
# and use the os module below
|
# and use the os module below
|
||||||
[username]
|
[username]
|
||||||
@@ -83,8 +90,8 @@ format = '[$hostname]($style)'
|
|||||||
# An alternative to the username module which displays a symbol that
|
# An alternative to the username module which displays a symbol that
|
||||||
# represents the current operating system
|
# represents the current operating system
|
||||||
[os]
|
[os]
|
||||||
style = "#9A348E"
|
style = "blue"
|
||||||
disabled = true # Disabled by default
|
disabled = false # Disabled by default
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "maroon"
|
style = "maroon"
|
||||||
@@ -198,4 +205,4 @@ style = "lavender"
|
|||||||
disabled = false
|
disabled = false
|
||||||
time_format = "%R" # Hour:Minute Format
|
time_format = "%R" # Hour:Minute Format
|
||||||
style = "sapphire"
|
style = "sapphire"
|
||||||
format = '[♥ $time]($style)'
|
format = '[$time]($style)'
|
||||||
|
|||||||
Reference in New Issue
Block a user