-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"defaults": { | ||
"colors": { | ||
"background": "236", | ||
"foreground": "255" | ||
}, | ||
"separators": { | ||
"left": "right_bold", | ||
"right": "left_bold" | ||
} | ||
}, | ||
"left": { | ||
"display": "off", | ||
"separators": { | ||
"bold": "◀", | ||
"thin": "❮", | ||
"test": "\u00BB" | ||
}, | ||
"plugins": [ | ||
"tmux_session_info 196 255", | ||
"hostname 239 255" | ||
] | ||
}, | ||
"right": { | ||
"display": "on", | ||
"separators": { | ||
"bold": "▶", | ||
"thin": "❯", | ||
"test": "\u00BB" | ||
}, | ||
"plugins": [ | ||
"lan_ip 239 255", | ||
"wan_ip 239 255 left_thin", | ||
"battery 245 196", | ||
"datetime 252 0" | ||
] | ||
} | ||
} |