diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-16 13:25:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-16 13:25:25 -0300 |
commit | a1f73411371e465ade52af228b0837936e27781c (patch) | |
tree | 71e7ef85340be5583e2151f52637b86e2f541f64 | |
parent | f7f0f1acd7b23d698d564abd3083e764e06ba6fc (diff) | |
download | profile-a1f73411371e465ade52af228b0837936e27781c.tar.gz profile-a1f73411371e465ade52af228b0837936e27781c.tar.bz2 |
Adds powerline config
-rw-r--r-- | config.dot/powerline.link/themes/tmux/default.json | 17 | ||||
-rw-r--r-- | config.dot/powerline.link/themes/wm/default.json | 20 |
2 files changed, 37 insertions, 0 deletions
diff --git a/config.dot/powerline.link/themes/tmux/default.json b/config.dot/powerline.link/themes/tmux/default.json new file mode 100644 index 0000000..36d9857 --- /dev/null +++ b/config.dot/powerline.link/themes/tmux/default.json @@ -0,0 +1,17 @@ +{ + "segments": { + "right": [ + { + "function": "powerline.segments.common.time.date", + "name": "time", + "args": { + "format": "%H:%M", + "istime": true + } + }, + { + "function": "powerline.segments.common.net.hostname" + } + ] + } +} diff --git a/config.dot/powerline.link/themes/wm/default.json b/config.dot/powerline.link/themes/wm/default.json new file mode 100644 index 0000000..03ed535 --- /dev/null +++ b/config.dot/powerline.link/themes/wm/default.json @@ -0,0 +1,20 @@ +{ + "segments": { + "right": [ + { + "function": "powerline.segments.common.bat.battery" + }, + { + "function": "powerline.segments.common.time.date" + }, + { + "function": "powerline.segments.common.time.date", + "name": "time", + "args": { + "format": "%H:%M", + "istime": true + } + } + ] + } +} |