summaryrefslogtreecommitdiff
path: root/.config/polybar/xwindow.ini
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 17:18:29 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 17:18:29 -0700
commit945c3d8cb7e9f5cb9de8b83e9fc40a581dc42611 (patch)
tree2362d42247171bd42d396a000252b014f9222720 /.config/polybar/xwindow.ini
parentf6432f0cc889b1e6b4a4244e471d7a5aa065500a (diff)
Separate polybar modules
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