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.json23
1 files changed, 17 insertions, 6 deletions
diff --git a/powerline/themes/wm/default.json b/powerline/themes/wm/default.json
index 43de99b..1c49e43 100644
--- a/powerline/themes/wm/default.json
+++ b/powerline/themes/wm/default.json
@@ -2,9 +2,20 @@
"segments": {
"right": [
{
- "function": "powerline.segments.common.time.date",
+ "function" : "powerline.segments.common.players.spotify",
+ "name" : "player",
"args" : {
- "format" : "%d.%m.%Y"
+ "format" : "{state_symbol} {artist} - {title} ({elapsed})"
+ }
+ },
+ {
+ "function" : "powerline.segments.common.net.network_load"
+ },
+ {
+ "function" : "powerline.segments.common.sys.system_load",
+ "name" : "load",
+ "args" : {
+ "short" : true
}
},
{
@@ -16,10 +27,10 @@
}
},
{
- "function" : "powerline.segments.common.sys.system_load"
- },
- {
- "function" : "powerline.segments.common.net.network_load"
+ "function": "powerline.segments.common.time.date",
+ "args" : {
+ "format" : "%d.%m.%Y"
+ }
},
{
"function" : "powerline.segments.common.bat.battery",