diff options
Diffstat (limited to 'powerline/themes/wm/default.json')
-rw-r--r-- | powerline/themes/wm/default.json | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/powerline/themes/wm/default.json b/powerline/themes/wm/default.json deleted file mode 100644 index 385658b..0000000 --- a/powerline/themes/wm/default.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "segments": { - "right": [ - { - "function" : "powerline.segments.common.players.spotify", - "name" : "player", - "args" : { - "format" : "{state_symbol} {artist} - {title} ({total})" - } - }, - { - "function" : "powerline.segments.common.net.network_load" - }, - { - "function" : "powerline.segments.common.sys.system_load", - "name" : "load", - "args" : { - "short" : true - } - }, - { - "function": "powerline.segments.common.time.date", - "name": "time", - "args": { - "format": "%H:%M:%S", - "istime": true - } - }, - { - "function": "powerline.segments.common.time.date", - "args" : { - "format" : "%d.%m.%Y" - } - }, - { - "function" : "powerline.segments.common.bat.battery", - "args" : { - "gamify" : true - } - } - ], - "left" : [ - { - "function" : "powerline.segments.i3wm.workspaces", - "args" : { - "only_show" : "visible" - } - }, - { - "function" : "powerline.segments.i3wm.mod" - }, - { - "function" : "powerline.segments.i3wm.scratchpad" - } - ] - } -} |