Add polybar window-title
This commit is contained in:
parent
98f5135302
commit
e0d2922b81
4 changed files with 47 additions and 20 deletions
|
@ -97,6 +97,7 @@ bspc rule -a 'Chromium:chromium' follow='true' desktop='side-view'
|
|||
bspc rule -a 'jetbrains-clion' desktop='focus' follow='true'
|
||||
bspc rule -a 'jetbrains-idea' desktop='focus' follow='true'
|
||||
bspc rule -a 'jetbrains-phpstorm' desktop='focus' follow='true'
|
||||
bspc rule -a 'jetbrains-pycharm' desktop='focus' follow='true'
|
||||
|
||||
bspc rule -a 'TeamSpeak 3' desktop='voip' locked='true'
|
||||
bspc rule -a '*:*:TeamSpeak' desktop='voip'
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
[bar/portalo-base]
|
||||
inherit = bar/base
|
||||
|
||||
modules-left = bspwm
|
||||
modules-left = bspwm title
|
||||
modules-center = mpd player-mpris-simple
|
||||
modules-right = openweather memory cpu temperature eth check-arch-updates date
|
||||
|
||||
|
@ -59,14 +59,14 @@
|
|||
[bar/portalo-primary]
|
||||
inherit = bar/portalo-base
|
||||
|
||||
modules-left = bspwm bsp-layout-primary
|
||||
modules-left = bspwm bsp-layout-primary title
|
||||
|
||||
monitor = ${env:MONITOR_PRIMARY}
|
||||
|
||||
[bar/portalo-secondary]
|
||||
inherit = bar/portalo-base
|
||||
|
||||
modules-left = bspwm bsp-layout-secondary
|
||||
modules-left = bspwm bsp-layout-secondary title
|
||||
|
||||
monitor = ${env:MONITOR_SECONDARY}
|
||||
tray-position = none
|
||||
|
|
|
@ -348,6 +348,14 @@
|
|||
ramp-4 =
|
||||
ramp-foreground = ${colors.foreground}
|
||||
|
||||
[module/title]
|
||||
type = internal/xwindow
|
||||
format = <label>
|
||||
format-underline = ${colors.green}
|
||||
|
||||
label = %title%
|
||||
label-maxlen = 50
|
||||
|
||||
[module/powermenu]
|
||||
type = custom/menu
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue