Fix modules.ini in polybar following bspwm implementation
This commit is contained in:
parent
3c21fd2126
commit
20fcae822d
@ -246,126 +246,126 @@ animation-charging-framerate = 750
|
|||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
[module/bspwm]
|
;;[module/bspwm]
|
||||||
type = internal/bspwm
|
;;type = internal/bspwm
|
||||||
|
|
||||||
Only show workspaces defined on the same output as the bar
|
; 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.
|
; NOTE: The bspwm and XRandR monitor names must match, which they do by default.
|
||||||
Default: true
|
; Default: true
|
||||||
pin-workspaces = 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
|
; ws-icon-[0-9]+ = label;icon
|
||||||
Default: false
|
; Note that the label needs to correspond with the bspwm workspace name
|
||||||
inline-mode = false
|
;;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
|
; Available tags:
|
||||||
Default: true
|
; <label-monitor>
|
||||||
enable-click = false
|
; <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
|
; Available tokens:
|
||||||
Default: true
|
; %name%
|
||||||
enable-scroll = false
|
; 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
|
; Available tokens:
|
||||||
Default: true
|
; %name%
|
||||||
reverse-scroll = false
|
; %icon%
|
||||||
|
; %index%
|
||||||
|
; Default: %icon% %name%
|
||||||
|
;;label-occupied = %icon%
|
||||||
|
;;label-occupied-underline = #555555
|
||||||
|
|
||||||
Use fuzzy (partial) matching on labels when assigning
|
; Available tokens:
|
||||||
icons to workspaces
|
; %name%
|
||||||
Example: code;♚ will apply the icon to all workspaces
|
; %icon%
|
||||||
containing 'code' in the label
|
; %index%
|
||||||
Default: false
|
; Default: %icon% %name%
|
||||||
fuzzy-match = true
|
;;label-urgent = %icon%
|
||||||
|
;;label-urgent-foreground = #000000
|
||||||
|
;;label-urgent-background = #bd2c40
|
||||||
|
;;label-urgent-underline = #9b0a20
|
||||||
|
|
||||||
ws-icon-[0-9]+ = label;icon
|
; Available tokens:
|
||||||
Note that the label needs to correspond with the bspwm workspace name
|
; %name%
|
||||||
ws-icon-0 = code;♚
|
; %icon%
|
||||||
ws-icon-1 = office;♛
|
; %index%
|
||||||
ws-icon-2 = graphics;♜
|
; Default: %icon% %name%
|
||||||
ws-icon-3 = mail;♝
|
;;label-empty = %icon%
|
||||||
ws-icon-4 = web;♞
|
;;label-empty-foreground = #55
|
||||||
ws-icon-default = ♟
|
|
||||||
|
|
||||||
Available tags:
|
; The following labels will be used to indicate the layout/mode
|
||||||
<label-monitor>
|
; for the focused workspace. Requires <label-mode>
|
||||||
<label-state> - gets replaced with <label-(focused|urgent|occupied|empty)>
|
;
|
||||||
<label-mode> - gets replaced with <label-(monocle|tiled|fullscreen|floating|locked|sticky|private)>
|
; Available tokens:
|
||||||
Default: <label-state>
|
; None
|
||||||
format = <label-state> <label-mode>
|
;;label-monocle =
|
||||||
|
;;label-tiled =
|
||||||
Available tokens:
|
;;label-fullscreen =
|
||||||
%name%
|
;;label-floating =
|
||||||
Default: %name%
|
;;label-pseudotiled = P
|
||||||
label-monitor = %name%
|
;;label-locked =
|
||||||
|
;;label-locked-foreground = #bd2c40
|
||||||
If any values for label-dimmed-N are defined, the workspace/mode
|
;;label-sticky =
|
||||||
colors will get overridden with those values if the monitor is out of focus
|
;;label-sticky-foreground = #fba922
|
||||||
To only override workspaces in a specific state, use:
|
;;label-private =
|
||||||
label-dimmed-focused
|
;;label-private-foreground = #bd2c40
|
||||||
label-dimmed-occupied
|
;
|
||||||
label-dimmed-urgent
|
; Separator in between workspaces
|
||||||
label-dimmed-empty
|
;;label-separator = |
|
||||||
label-dimmed-foreground = #555
|
;;label-separator-padding = 2
|
||||||
label-dimmed-underline = ${bar/top.background}
|
;;label-separator-foreground = #ffb52a
|
||||||
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
|
|
||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user