summaryrefslogtreecommitdiff
path: root/.config/polybar/xwindow.ini
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar/xwindow.ini')
-rw-r--r--.config/polybar/xwindow.ini22
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/polybar/xwindow.ini b/.config/polybar/xwindow.ini
new file mode 100644
index 0000000..b27a545
--- /dev/null
+++ b/.config/polybar/xwindow.ini
@@ -0,0 +1,22 @@
+[module/xwindow]
+type = internal/xwindow
+# label = %title:0:30:...%
+
+# Available tags:
+# <label> (default)
+format = <label>
+# format-background = #f00
+# format-foreground = #000
+format-padding = 4
+
+# Available tokens:
+# %title%
+# Default: %title%
+label = %title%
+label-maxlen = 50
+
+# Used instead of label when there is no window title
+# Available tokens:
+# None
+label-empty = Empty
+# label-empty-foreground = #707880