简化一点任务栏
parent
5c89fabaf0
commit
1c62dcd53a
|
@ -39,9 +39,7 @@ primary = #ffb52a
|
|||
secondary = #e60053
|
||||
alert = #bd2c40
|
||||
|
||||
# [bar/bar1]
|
||||
[section/base]
|
||||
# ;monitor = ${env:MONITOR:HDMI-0}
|
||||
width = 100%
|
||||
height = 27
|
||||
;offset-x = 1%
|
||||
|
@ -85,13 +83,18 @@ cursor-scroll = ns-resize
|
|||
[bar/bar1]
|
||||
inherit = section/base
|
||||
monitor = ${env:MONITOR:HDMI-0}
|
||||
modules-left = i3
|
||||
modules-right = powermenu alsa pulseaudio memory cpu date
|
||||
modules-left = date
|
||||
modules-center = i3
|
||||
# 电源消耗? powermenu
|
||||
# memory
|
||||
# cpu
|
||||
modules-right = alsa pulseaudio
|
||||
|
||||
[bar/bar2]
|
||||
inherit = section/base
|
||||
monitor = ${env:MONITOR:DP-1}
|
||||
modules-left = i3
|
||||
# modules-left = i3
|
||||
modules-center = i3
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
|
|
Loading…
Reference in New Issue