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 move i3 status bar to top
1
2
3
4
bar {
....
position top
}
4 - Save the changes and restart i3 WM
1
Super + Shift + r