Add ac-adaptive and ac-i3

This commit is contained in:
2024-12-30 17:42:34 -07:00
parent 08266c9e8a
commit 0df5cf6ad2
77 changed files with 11099 additions and 24 deletions

View File

@@ -6,8 +6,27 @@
[module/workspaces]
type = internal/xworkspaces
pin-workspaces = false
; 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
; Groups workspaces by monitor. If set to false, workspaces are not grouped and
; appear in the order provided by the WM
; If set to false, cannot be used together with label-monitor
; New in version 3.7.0
; Default: true
group-by-monitor = true
; Create click handler used to focus desktop
; Default: true
enable-click = true
; Create scroll handlers used to cycle desktops
; Default: true
enable-scroll = true
format = <label-state>
@@ -35,11 +54,58 @@ label-urgent-padding = 1
label-occupied-padding = 1
label-empty-foreground = ${color.fg}
label-active-foreground = ${color.orange}
label-active-foreground = ${color.fg}
label-urgent-foreground = ${color.red}
label-occupied-foreground = ${color.blue-gray}
label-empty-background = ${color.bg-alt}
label-active-background = ${color.bg-alt}
label-empty-background = ${color.bg}
label-active-background = ${color.bg}
label-urgent-background = ${color.red}
label-occupied-background = ${color.bg-alt}
label-occupied-background = ${color.bg}
[module/workspace_active]
type = internal/xworkspaces
; 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
; Groups workspaces by monitor. If set to false, workspaces are not grouped and
; appear in the order provided by the WM
; If set to false, cannot be used together with label-monitor
; New in version 3.7.0
; Default: true
group-by-monitor = true
; Create click handler used to focus desktop
; Default: true
enable-click = true
; Create scroll handlers used to cycle desktops
; Default: true
enable-scroll = true
format = <label-state>
format-background = ${color.bg}
; Available tokens:
; %name%
; %icon%
; %index%
; Default: %icon% %name%
label-active = %name%
label-urgent =
label-occupied =
label-empty =
label-active-padding = 1
label-active-foreground = ${color.fg}
label-active-background = ${color.bg}