mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 19:14:09 +02:00
More angles!
This commit is contained in:
+14
-7
@@ -1,14 +1,14 @@
|
|||||||
format = """
|
format = """
|
||||||
[](#9A348E)\
|
[](#9A348E)\
|
||||||
$jobs\
|
$jobs\
|
||||||
$os\
|
$os\
|
||||||
$username\
|
$username\
|
||||||
[](bg:#DA627D fg:#9A348E)\
|
[](bg:#DA627D fg:#9A348E)\
|
||||||
$directory\
|
$directory\
|
||||||
[](fg:#DA627D bg:#FCA17D)\
|
[](fg:#DA627D bg:#FCA17D)\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_status\
|
$git_status\
|
||||||
[](fg:#FCA17D bg:#86BBD8)\
|
[](fg:#FCA17D bg:#86BBD8)\
|
||||||
$c\
|
$c\
|
||||||
$elixir\
|
$elixir\
|
||||||
$elm\
|
$elm\
|
||||||
@@ -22,15 +22,22 @@ $nim\
|
|||||||
$python\
|
$python\
|
||||||
$rust\
|
$rust\
|
||||||
$scala\
|
$scala\
|
||||||
[](fg:#86BBD8 bg:#06969A)\
|
[](fg:#86BBD8 bg:#06969A)\
|
||||||
$docker_context\
|
$docker_context\
|
||||||
[](fg:#06969A bg:#33658A)\
|
[](fg:#06969A bg:#33658A)\
|
||||||
$time\
|
$time\
|
||||||
[ ](fg:#33658A)\
|
[ ](fg:#33658A)\
|
||||||
$cmd_duration\
|
$cmd_duration\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# For fun, add this to the line after $os: [ ](bg:#9A348E)\
|
# For fun, add this to the line after $os: [ ](bg:#9A348E)\
|
||||||
|
# Other dividers:
|
||||||
|
# [](#9A348E)\
|
||||||
|
# ▛
|
||||||
|
# [](fg:#86BBD8 bg:#06969A)\
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# [ ](fg:#33658A)\
|
||||||
|
|
||||||
# Timeout for commands executed by starship (ms)
|
# Timeout for commands executed by starship (ms)
|
||||||
command_timeout = 3000
|
command_timeout = 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user