From a99c97233bc02e682d2c7ef8f8fe584412fa7957 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 15 May 2019 18:00:53 +0200 Subject: Powerbar!!! --- powerline/themes/wm/default.json | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 powerline/themes/wm/default.json (limited to 'powerline/themes/wm/default.json') diff --git a/powerline/themes/wm/default.json b/powerline/themes/wm/default.json new file mode 100644 index 0000000..b054728 --- /dev/null +++ b/powerline/themes/wm/default.json @@ -0,0 +1,43 @@ +{ + "segments": { + "right": [ + { + "function": "powerline.segments.common.time.date", + "args" : { + "format" : "%d.%m.%Y" + } + }, + { + "function": "powerline.segments.common.time.date", + "name": "time", + "args": { + "format": "%H:%M:%S", + "istime": true + } + }, + { + "function" : "powerline.segments.common.sys.system_load" + }, + { + "function" : "powerline.segments.common.net.network_load" + }, + { + "function" : "powerline.segments.common.bat.battery" + } + ], + "left" : [ + { + "function" : "powerline.segments.i3wm.workspaces", + "args" : { + "only_show" : "visible" + } + }, + { + "function" : "powerline.segments.i3wm.mod" + }, + { + "function" : "powerline.segments.i3wm.scratchpad" + } + ] + } +} -- cgit v1.2.3