blob: 119021d1454a69fc403a4fc50a407ee870dde795 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
format = """
[](#0f0f0f)\
$username\
[](bg:#1a1a1a fg:#0f0f0f)\
$directory\
[](bg:#2a2a2a fg:#1a1a1a)\
$all_langs\
[](bg:#1a1a1a fg:#2a2a2a)\
$time\
[](fg:#1a1a1a)
"""
add_newline = false
[username]
show_always = true
style_user = "bg:#0f0f0f fg:#ebbcba"
style_root = "bg:#0f0f0f fg:#eb6f92"
format = '[$user]($style)'
disabled = false
[os]
style = "bg:#1a1a1a fg:#ebbcba"
disabled = true
[directory]
style = "fg:#ebbcba bg:#1a1a1a"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
|