From 945c3d8cb7e9f5cb9de8b83e9fc40a581dc42611 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 20 Dec 2020 17:18:29 -0700 Subject: Separate polybar modules --- .config/polybar/i3.ini | 148 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 .config/polybar/i3.ini (limited to '.config/polybar/i3.ini') diff --git a/.config/polybar/i3.ini b/.config/polybar/i3.ini new file mode 100644 index 0000000..3d42e93 --- /dev/null +++ b/.config/polybar/i3.ini @@ -0,0 +1,148 @@ +[module/i3] +type = internal/i3 +# Only show workspaces defined on the same output as the bar +# Useful if you want to show monitor specific workspaces +# on different bars +# Default: false +pin-workspaces = true + +# This will split the workspace name on ':' +# Default: false +strip-wsnumbers = true + +# Sort the workspaces by index instead of the default +# sorting that groups the workspaces by output +# Default: false +index-sort = true + +# Create click handler used to focus workspace +# Default: true +enable-click = false + +# Create scroll handlers used to cycle workspaces +# Default: true +enable-scroll = false + +# Wrap around when reaching the first/last workspace +# Default: true +wrapping-scroll = false + +# Set the scroll cycle direction +# Default: true +reverse-scroll = false + +# Use fuzzy (partial) matching on labels when assigning +# icons to workspaces +# Example: code;♚ will apply the icon to all workspaces +# containing 'code' in the label +# Default: false +fuzzy-match = true + +# ws-icon-[0-9]+ =