added os flags

This commit is contained in:
2025-01-25 21:54:49 +10:30
parent 7fe71f1113
commit 1b864affa6

View File

@@ -29,7 +29,7 @@
# [ ](fg:sapphire)\
# \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
# add_newline = false
@@ -65,6 +65,13 @@ base = "#24273a"
mantle = "#1e2030"
crust = "#181926"
[os.symbols]
Arch = " "
Fedora = " "
Ubuntu = " "
Debian = " "
Alpine = " "
# You can also replace your username with a neat symbol like  or disable this
# and use the os module below
[username]
@@ -83,8 +90,8 @@ format = '[$hostname]($style)'
# An alternative to the username module which displays a symbol that
# represents the current operating system
[os]
style = "#9A348E"
disabled = true # Disabled by default
style = "blue"
disabled = false # Disabled by default
[directory]
style = "maroon"
@@ -198,4 +205,4 @@ style = "lavender"
disabled = false
time_format = "%R" # Hour:Minute Format
style = "sapphire"
format = '[$time]($style)'
format = '[$time]($style)'