对于我的 i3,我使用 bumblebee-status 作为状态栏。我想使用它的 solarized powerline 主题,但箭头显示不正确 正如您所见,箭头与文本没有连接。
我记得当我使用错误的字体时,我的 shell 中会出现这样的问题,但我认为我在这里使用的是正确的字体。
我的.i3/config
:
bar {
font pango:"DejaVu Sans Mono for Powerline" 10
position top
tray_output none
status_command bumblebee-status -m xrandr nic disk:root disk:home
battery pasink pasource date time -p root.path=/ home.path=/home/ time.format="%H:%M" date.format="%a, %d.%m.%Y" battery.device=BAT1 -t solarized-powerline
}
我尝试使用不同的电力线字体,但都没有起作用。
答案1
你可以编辑 bumblebee-status/themes/.json 中的文件,将分隔块宽度从 0 更改为负值,我的设置为 -4。
"defaults": {
"warning": {
"fg": "#1d2021",
"bg": "#d79921"
},
"critical": {
"fg": "#fbf1c7",
"bg": "#cc241d"
},
"default-separators": false,
"separator-block-width": -4
},