Add ac-adaptive and ac-i3
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -142,8 +142,8 @@ click-left = spotify &
|
||||
; content-foreground = ${color.green}
|
||||
; content-background = ${color.bg}
|
||||
; content-padding = 2
|
||||
; click-left = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/launcher.sh --gnome
|
||||
; click-right = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/launcher.sh --gnome
|
||||
; click-left = /home/mreschke/Code/mreschke/polybar/ac-adaptive/scripts/launcher.sh --{}
|
||||
; click-right = /home/mreschke/Code/mreschke/polybar/ac-adaptive/scripts/launcher.sh --{}
|
||||
|
||||
|
||||
|
||||
@@ -555,8 +555,8 @@ click-right = nm-connection-editor &
|
||||
;; content-background = ${color.bg-alt}
|
||||
;content-foreground = ${color.fg}
|
||||
;content-padding = 1
|
||||
;click-left = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/powermenu.sh --gnome
|
||||
;click-right = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/powermenu.sh --gnome
|
||||
;click-left = /home/mreschke/Code/mreschke/polybar/ac-adaptive/scripts/powermenu.sh --{}
|
||||
;click-right = /home/mreschke/Code/mreschke/polybar/ac-adaptive/scripts/powermenu.sh --{}
|
||||
|
||||
|
||||
|
||||
@@ -603,8 +603,8 @@ content-padding = 0
|
||||
; ;content = "%{T3}%{T-} "
|
||||
; content-padding = 1
|
||||
; content-foreground = ${color.grey}
|
||||
; click-left = /home/mreschke/Code/mreschke/polybar/qpanels/sripts/style-switch.sh --gnome
|
||||
; click-right = /home/mreschke/Code/mreschke/polybar/qpanels/sripts/style-switch.sh --gnome
|
||||
; click-left = /home/mreschke/Code/mreschke/polybar/ac-adaptive/sripts/style-switch.sh --{}
|
||||
; click-right = /home/mreschke/Code/mreschke/polybar/ac-adaptive/sripts/style-switch.sh --{}
|
||||
|
||||
|
||||
|
||||
@@ -715,8 +715,27 @@ click-right = pavucontrol &
|
||||
[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>
|
||||
@@ -744,14 +763,61 @@ 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}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user