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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user