Skip to content

Instantly share code, notes, and snippets.

@madchap
Created January 12, 2019 11:11
Show Gist options
  • Save madchap/bb7fb1173f7b356508e2af9948050518 to your computer and use it in GitHub Desktop.
Save madchap/bb7fb1173f7b356508e2af9948050518 to your computer and use it in GitHub Desktop.
{
"segments": {
"right": [
{%@@ if exists('/Users') @@%}
{
"function": "powerline.segments.common.players.spotify_apple_script"
},
{%@@ endif @@%}
{
"function": "powerline.segments.common.net.external_ip"
},
{
"function": "powerline.segments.common.net.internal_ip"
},
{
"function": "powerline.segments.common.sys.system_load",
"priority": 50
},
{
"function": "powerline.segments.common.time.date"
},
{
"function": "powerline.segments.common.time.date",
"name": "time",
"args": {
"format": "%H:%M",
"istime": true
}
},
{
"function": "powerline.segments.common.bat.battery"
},
{
"function": "powerline.segments.common.net.hostname"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment