1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Show number of background(ed) jobs

This commit is contained in:
2023-12-02 22:33:21 +01:00
parent 9feb35ae1b
commit 19beab2b85

View File

@@ -1,5 +1,6 @@
format = """
[](#9A348E)\
$jobs\
$os\
$username\
[](bg:#DA627D fg:#9A348E)\
@@ -32,6 +33,12 @@ $cmd_duration\
# Disable the blank line at the start of the prompt
# add_newline = false
# Backgrounded processes
[jobs]
style = "bg:#9A348E"
symbol = '✦'
format = '[$number$symbol ]($style)'
# You can also replace your username with a neat symbol like  or disable this
# and use the os module below
[username]