From 63ad6b27120e25b3d8e57c812f499f660dfeface Mon Sep 17 00:00:00 2001
From: Kevin Schoon
Date: Tue, 13 Feb 2018 09:14:25 -0500
Subject: [PATCH] update polybar example
---
README.md | 3 ---
docs/index.html | 3 ---
2 files changed, 6 deletions(-)
diff --git a/README.md b/README.md
index f859453..af2495d 100644
--- a/README.md
+++ b/README.md
@@ -98,9 +98,6 @@ embed Pomo's status output in your Polybar:
type = custom/script
interval = 1
exec = pomo status
-label = %output:0:15%
-format-underline = ${colors.white}
-format-prefix-foreground = ${colors.white}
```
diff --git a/docs/index.html b/docs/index.html
index 4f90ccd..51423c8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -219,9 +219,6 @@ embed Pomo’s status output in your Polybar:
type = custom/script
interval = 1
exec = pomo status
-label = %output:0:15%
-format-underline = ${colors.white}
-format-prefix-foreground = ${colors.white}
Roadmap