Skip to content

Thin wrapper around i3status that adds mpd support

Notifications You must be signed in to change notification settings

r00tman/myi3status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myi3status

myi3status is a thin wrapper around i3status that adds mpd status block to the bar.

Getting Started

$ git clone https://github.com/r00tman/myi3status
$ cd myi3status && cargo install --path . --force

Now you need to add it to your i3/sway configuration file. For example:

bar {
    position top
    colors {
        statusline #ffffff
        background #323232
        inactive_workspace #323232 #323232 #5c5c5c
    }
    status_command ~/.cargo/bin/myi3status
    separator_symbol " | "
}

Then, you need to set output-format in your i3status config depending on what bar you use (e.g., i3bar, lemonbar, etc). For example:

general {
        output_format = "i3bar"
        colors = true
        interval = 10
        color_good = "#91bc30"
        color_bad = "#f85858"
}

Finally, reload i3: i3-msg reload

About

Thin wrapper around i3status that adds mpd support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages