aboutsummaryrefslogtreecommitdiff
path: root/powerline/themes/wm/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'powerline/themes/wm/default.json')
-rw-r--r--powerline/themes/wm/default.json43
1 files changed, 43 insertions, 0 deletions
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"
+ }
+ ]
+ }
+}