mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Show number of background(ed) jobs
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
format = """
|
format = """
|
||||||
[](#9A348E)\
|
[](#9A348E)\
|
||||||
|
$jobs\
|
||||||
$os\
|
$os\
|
||||||
$username\
|
$username\
|
||||||
[](bg:#DA627D fg:#9A348E)\
|
[](bg:#DA627D fg:#9A348E)\
|
||||||
@@ -32,6 +33,12 @@ $cmd_duration\
|
|||||||
# 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
|
||||||
|
|
||||||
|
# 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
|
# 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]
|
||||||
|
|||||||
Reference in New Issue
Block a user