Fix modules.ini in polybar following bspwm implementation

This commit is contained in:
Tanguy Herbron 2020-12-04 09:43:48 +01:00
parent 3c21fd2126
commit 20fcae822d

View File

@ -246,126 +246,126 @@ animation-charging-framerate = 750
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/bspwm]
type = internal/bspwm
;;[module/bspwm]
;;type = internal/bspwm
Only show workspaces defined on the same output as the bar
NOTE: The bspwm and XRandR monitor names must match, which they do by default.
Default: true
pin-workspaces = true
; Only show workspaces defined on the same output as the bar
; NOTE: The bspwm and XRandR monitor names must match, which they do by default.
; Default: true
;;pin-workspaces = true
;
; Output mode flags after focused state label
; Default: false
;;inline-mode = false
;
; Create click handler used to focus workspace
; Default: true
;;enable-click = false
;
; Create scroll handlers used to cycle workspaces
; Default: true
;;enable-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
Output mode flags after focused state label
Default: false
inline-mode = false
; ws-icon-[0-9]+ = label;icon
; Note that the label needs to correspond with the bspwm workspace name
;;ws-icon-0 = code;♚
;;ws-icon-1 = office;♛
;;ws-icon-2 = graphics;♜
;;ws-icon-3 = mail;♝
;;ws-icon-4 = web;♞
;;ws-icon-default = ♟
Create click handler used to focus workspace
Default: true
enable-click = false
; Available tags:
; <label-monitor>
; <label-state> - gets replaced with <label-(focused|urgent|occupied|empty)>
; <label-mode> - gets replaced with <label-(monocle|tiled|fullscreen|floating|locked|sticky|private)>
; Default: <label-state>
;;format = <label-state> <label-mode>
Create scroll handlers used to cycle workspaces
Default: true
enable-scroll = false
; Available tokens:
; %name%
; Default: %name%
;;label-monitor = %name%
;
; If any values for label-dimmed-N are defined, the workspace/mode
; colors will get overridden with those values if the monitor is out of focus
; To only override workspaces in a specific state, use:
; label-dimmed-focused
; label-dimmed-occupied
; label-dimmed-urgent
; label-dimmed-empty
;;label-dimmed-foreground = #555
;;label-dimmed-underline = ${bar/top.background}
;;label-dimmed-focused-background = #f00
;
; Available tokens:
; %name%
; %icon%
; %index%
; Default: %icon% %name%
;;label-focused = %icon%
;;label-focused-foreground = #ffffff
;;label-focused-background = #3f3f3f
;;label-focused-underline = #fba922
Set the scroll cycle direction
Default: true
reverse-scroll = false
; Available tokens:
; %name%
; %icon%
; %index%
; Default: %icon% %name%
;;label-occupied = %icon%
;;label-occupied-underline = #555555
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
; Available tokens:
; %name%
; %icon%
; %index%
; Default: %icon% %name%
;;label-urgent = %icon%
;;label-urgent-foreground = #000000
;;label-urgent-background = #bd2c40
;;label-urgent-underline = #9b0a20
ws-icon-[0-9]+ = label;icon
Note that the label needs to correspond with the bspwm workspace name
ws-icon-0 = code;♚
ws-icon-1 = office;♛
ws-icon-2 = graphics;♜
ws-icon-3 = mail;♝
ws-icon-4 = web;♞
ws-icon-default =
; Available tokens:
; %name%
; %icon%
; %index%
; Default: %icon% %name%
;;label-empty = %icon%
;;label-empty-foreground = #55
Available tags:
<label-monitor>
<label-state> - gets replaced with <label-(focused|urgent|occupied|empty)>
<label-mode> - gets replaced with <label-(monocle|tiled|fullscreen|floating|locked|sticky|private)>
Default: <label-state>
format = <label-state> <label-mode>
Available tokens:
%name%
Default: %name%
label-monitor = %name%
If any values for label-dimmed-N are defined, the workspace/mode
colors will get overridden with those values if the monitor is out of focus
To only override workspaces in a specific state, use:
label-dimmed-focused
label-dimmed-occupied
label-dimmed-urgent
label-dimmed-empty
label-dimmed-foreground = #555
label-dimmed-underline = ${bar/top.background}
label-dimmed-focused-background = #f00
Available tokens:
%name%
%icon%
%index%
Default: %icon% %name%
label-focused = %icon%
label-focused-foreground = #ffffff
label-focused-background = #3f3f3f
label-focused-underline = #fba922
Available tokens:
%name%
%icon%
%index%
Default: %icon% %name%
label-occupied = %icon%
label-occupied-underline = #555555
Available tokens:
%name%
%icon%
%index%
Default: %icon% %name%
label-urgent = %icon%
label-urgent-foreground = #000000
label-urgent-background = #bd2c40
label-urgent-underline = #9b0a20
Available tokens:
%name%
%icon%
%index%
Default: %icon% %name%
label-empty = %icon%
label-empty-foreground = #55
The following labels will be used to indicate the layout/mode
for the focused workspace. Requires <label-mode>
Available tokens:
None
abel-monocle =
abel-tiled =
abel-fullscreen =
abel-floating =
abel-pseudotiled = P
abel-locked =
abel-locked-foreground = #bd2c40
abel-sticky =
abel-sticky-foreground = #fba922
abel-private =
abel-private-foreground = #bd2c40
Separator in between workspaces
label-separator = |
label-separator-padding = 2
label-separator-foreground = #ffb52a
; The following labels will be used to indicate the layout/mode
; for the focused workspace. Requires <label-mode>
;
; Available tokens:
; None
;;label-monocle = 
;;label-tiled = 
;;label-fullscreen = 
;;label-floating = 
;;label-pseudotiled = P
;;label-locked = 
;;label-locked-foreground = #bd2c40
;;label-sticky = 
;;label-sticky-foreground = #fba922
;;label-private = 
;;label-private-foreground = #bd2c40
;
; Separator in between workspaces
;;label-separator = |
;;label-separator-padding = 2
;;label-separator-foreground = #ffb52a
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_