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