ACTUALLY GET RID OF POWERLINE

This commit is contained in:
Adam Gausmann 2018-01-11 15:59:55 -06:00
parent f30e5a2093
commit 3193316b05
4 changed files with 0 additions and 152 deletions

View file

@ -1,69 +0,0 @@
{
"groups": {
"mode": {
"fg": "gray8",
"bg": "darkred",
"attrs": ["bold"]
},
"w_focused": {
"fg": "white",
"bg": "darkestblue",
"attrs": ["bold"]
},
"w_visible": {
"fg": "gray2",
"bg": "gray8",
"attrs": []
},
"workspace": {
"fg": "gray8",
"bg": "gray2",
"attrs": []
},
"internal_ip": {
"fg": "gray8",
"bg": "gray2",
"attrs": []
},
"system_load": {
"fg": "gray8",
"bg": "gray2",
"attrs": []
},
"cpu_load_percent": {
"fg": "gray8",
"bg": "gray2",
"attrs": []
},
"volume": {
"fg": "gray2",
"bg": "gray8",
"attrs": []
},
"mute": {
"fg": "gray2",
"bg": "gray8",
"attrs": []
},
"battery": {
"fg": "gray8",
"bg": "gray2",
"attrs": []
},
"battery_full": {
"fg": "white",
"bg": "darkestgreen",
"attrs": []
},
"battery_empty": {
"fg": "gray9",
"bg": "red",
"attrs": ["bold"]
},
"date": {
"fg": "white",
"bg": "darkestblue",
"attrs": []
}
}
}

View file

@ -1,31 +0,0 @@
{
"segments": {
"left": [
{
"function": "powerline.segments.shell.last_status",
"priority": 10
},
{
"function": "powerline.segments.common.net.hostname",
"priority": 10
},
{
"function": "powerline.segments.common.env.user",
"priority": 30
},
{
"function": "powerline.segments.shell.cwd",
"priority": 10
},
{
"function": "powerline.segments.shell.jobnum",
"priority": 20
},
{
"function": "powerline.segments.common.vcs.branch",
"priority": 40
}
]
}
}

View file

@ -1,20 +0,0 @@
{
"segments": {
"right": [
{
"function": "powerline.segments.common.time.date"
},
{
"function": "powerline.segments.common.time.date",
"name": "time",
"args": {
"format": "%H:%M",
"istime": true
}
},
{
"function": "powerline.segments.common.net.hostname"
}
]
}
}

View file

@ -1,32 +0,0 @@
{
"segments": {
"left": [
{
"function": "powerline.segments.i3wm.mode"
},
{
"function": "powerline.segments.i3wm.workspaces"
}
],
"right": [
{
"function": "powerline-pulseaudio.segments.mute"
},
{
"function": "powerline-pulseaudio.segments.volume"
},
{
"function": "powerline.segments.common.bat.battery"
},
{
"function": "powerline.segments.common.sys.cpu_load_percent"
},
{
"function": "powerline.segments.common.time.date",
"args": {
"format": "%Y-%m-%d %H:%M:%S"
}
}
]
}
}