-
Notifications
You must be signed in to change notification settings - Fork 1
/
eutmux-default.yaml
97 lines (97 loc) · 1.98 KB
/
eutmux-default.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
theme: eutmux
general:
options:
status: on
status-justify: left
status-left-length: 100
status-right-length: 100
window-status-separator: ' '
_fg_highlight: "#840000"
_bg_highlight: ""
_style: "nobold,nounderscore,noitalics"
styles:
message-style:
fg: "#418100"
bg: ""
style: ""
message-command-style:
fg: "#418100"
bg: ""
style: ""
pane-border-style:
fg: "#418100"
bg: "#231f32"
style: ""
pane-active-border-style:
fg: "#418100"
bg: "#231f32"
style: ""
status_left:
session:
enabled: "on"
format: " #S "
icon: " "
decorator: ""
fg_format: "#c6d0f5"
bg_format: "#303446"
fg_icon: "#ffff4f"
bg_icon: "#820000"
fg_decorator: "#820000"
window:
active:
window_name: " #W "
window_index: " #I"
icon: ""
decorator: ""
fg_decorator: "#418100"
fg_window: "#2a432a"
bg_window: "#84b384"
fg_window_index: "#2a432a"
bg_window_index: "#418100"
inactive:
window_name: " #W "
window_index: " #I"
icon: ""
decorator: ""
fg_decorator: "#454a64"
fg_window: "#2a432a"
bg_window: "#646b91"
fg_window_index: "#646b91"
bg_window_index: "#454a64"
status_right:
directory:
enabled: on
format: " #{b:pane_current_path} "
icon: " "
decorator: ""
fg_format: "#2a432a"
bg_format: "#ffc966"
fg_icon: "#303030"
bg_icon: "#cc8400"
fg_decorator: "#cc8400"
style: "nobold"
date:
enabled: on
format: " v%V %a %Y-%m-%d %H:%M:%S "
icon: " "
fg_icon: "#adb2c7"
bg_icon: "#454a64"
cpu:
enabled: on
format: " #(source cpu.sh) "
icon: " "
fg_icon: "#adb2c7"
bg_icon: "#454a64"
memory:
enabled: on
format: " #(source memory.sh) "
icon: " "
fg_icon: "#adb2c7"
bg_icon: "#454a64"
disk:
enabled: on
format: " #(source disk.sh) "
icon: " "
fg_icon: "#adb2c7"
bg_icon: "#454a64"