From 72efe134f645a5212f875c153dd8db4a64cbe968 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 23 Jan 2024 11:13:18 +0100 Subject: changes --- linux/powerline_config/themes/wm/default.json | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 linux/powerline_config/themes/wm/default.json (limited to 'linux/powerline_config/themes/wm') diff --git a/linux/powerline_config/themes/wm/default.json b/linux/powerline_config/themes/wm/default.json new file mode 100644 index 0000000..579080d --- /dev/null +++ b/linux/powerline_config/themes/wm/default.json @@ -0,0 +1,29 @@ +{ + "segments": { + "right": [ + { + "function": "powerline.segments.common.wthr.weather", + "priority": 50 + }, + { + "function": "powerline.segments.common.time.date" + }, + { + "function": "powerline.segments.common.time.date", + "name": "time", + "args": { + "format": "%H:%M", + "istime": true + } + }, + { + "function": "powerline.segments.common.mail.email_imap_alert", + "priority": 10, + "args": { + "username": "", + "password": "" + } + } + ] + } +} -- cgit v1.2.3