Home How to change i3 status separator
Post
Cancel

How to change i3 status separator

1 - First let’s make a backup of our original i3 WM config

1
cp ~/.config/i3/config ~/.config/i3/config.ori

2 - Edit i3 WM config

I gonna use NVIM to edit the config, you can use whatever editor you want

1
nvim ~/.config/i3/config

3 - Inside of config file

Now we’re gonna to add this line to make separator a blank space

1
2
3
4
bar {
    ....
    separator_symbol " "
}

4 - Save the changes and restart i3 WM

1
Super + Shift + r
This post is licensed under CC BY 4.0 by the author.