Show available desktop tags in polybar
This commit is contained in:
parent
f1b84e60e1
commit
f5e61a52c7
1 changed files with 13 additions and 1 deletions
|
@ -36,7 +36,7 @@ font-0 = fixed:pixelsize=10;1
|
|||
font-1 = Font Awesome 5 Free:style=Solid:pixelsize=10;0
|
||||
font-2 = siji:pixelsize=10;1
|
||||
|
||||
modules-left = xwindow
|
||||
modules-left = ewmh xwindow
|
||||
modules-center =
|
||||
modules-right = volume xkeyboard date
|
||||
|
||||
|
@ -83,6 +83,18 @@ tray-padding = 2
|
|||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
|
||||
[module/ewmh]
|
||||
type = internal/xworkspaces
|
||||
pin-workspaces = false
|
||||
enable-click = false
|
||||
enable-scroll = false
|
||||
|
||||
label-active = %icon% %name%
|
||||
label-active-foreground = #65a854
|
||||
label-active-background = #1f2c3f
|
||||
|
||||
label-empty-foreground = #969696
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = %title%
|
||||
|
|
Loading…
Reference in a new issue