-
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
3 changed files
with
60 additions
and
64 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
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 |
---|---|---|
@@ -1,34 +1,38 @@ | ||
{ | ||
"default colors": { | ||
"background": "236", | ||
"foreground": "255" | ||
"defaults": { | ||
"colors": { | ||
"background": "236", | ||
"foreground": "255" | ||
}, | ||
"separators": { | ||
"left": "right_bold", | ||
"right": "left_bold" | ||
} | ||
}, | ||
"left": { | ||
"display": "on", | ||
"display": "off", | ||
"separators": { | ||
"left-bold": "◀", | ||
"left-thin": "❮", | ||
"left-side": "right-bold" | ||
"bold": "◀", | ||
"thin": "❮", | ||
"test": "\u00BB" | ||
}, | ||
"plugins": { | ||
"lan_ip": "239 255", | ||
"wan_ip": "239 255 left-thin", | ||
"battery": "137 127", | ||
"datetime": "252 0" | ||
} | ||
"plugins": [ | ||
"tmux_session_info 252 0", | ||
"hostname 239 255" | ||
] | ||
}, | ||
"right": { | ||
"display": "on", | ||
"separators": { | ||
"right-bold": "▶", | ||
"right-thin": "❯", | ||
"left-side": "left-bold" | ||
"bold": "▶", | ||
"thin": "❯", | ||
"test": "\u00BB" | ||
}, | ||
"plugins": { | ||
"lan_ip": "239 255", | ||
"wan_ip": "239 255 left-thin", | ||
"battery": "137 127", | ||
"datetime": "252 0" | ||
} | ||
"plugins": [ | ||
"lan_ip 239 255", | ||
"wan_ip 239 255 left_thin", | ||
"battery 137 127", | ||
"datetime 252 0" | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.