How to Reload i3status config On the Fly
Sometimes I want to change the status (i3status) of i3wm temporarily, but it seems that i3wm doesn't support it directly, although reloading the config for i3wm itself is a piece of cake (bindsym $mod+Shift+c reload in the config, or i3-msg -t command reload in the command line).
But this issue scratched my itch, and I swear that I must solve it today.
Following this Reddit post, it looks like it can be done by restarting the process of i3bar:
[Read More]