tzuhsiao / baidunetdisk-docker

Docker化的百度云盘官方Linux客户端+VNC服务器 (Dockerized Baidu Netdisk official Linux client with VNC server)
66 stars 15 forks source link

有没有办法去掉i3最下面的状态栏 #1

Closed o8x closed 4 years ago

o8x commented 4 years ago

我尝试了注释掉了 i3status,实时状态消失了,但是还有空间占用,以及最左侧的一个数字

bar {
        # status_command i3status
}

image

tzuhsiao commented 4 years ago

可以的, https://i3wm.org/docs/userguide.html#_display_mode

bar {
    mode hide
    hidden_state hide
}
tzuhsiao commented 4 years ago

https://github.com/tzuhsiao/baidunetdisk-docker/commit/381e1aa54cbfcaac9ebb5bba48f3fa261fe8dc16

o8x commented 4 years ago

非常感谢