.i3/status.d/50-defs

Thu, 11 Apr 2024 21:48:30 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 11 Apr 2024 21:48:30 -0500
changeset 1147
23f9b157fe8a
parent 613
f5936ac6faec
permissions
-rw-r--r--

Load indentscope even on new nameless bufs

wireless _first_ {
        format_up = "W: %ip %essid(%quality)"
        format_down = "W: down"
}

ethernet _first_ {
        format_up = "E: %ip"
        format_down = "E: down"
}

battery 0 {
        format = "%status %percentage %remaining"
        integer_battery_capacity = true
}

volume master {
        format = "♪ %volume"
        format_muted = "♪̶ %volume"
        device = "default"
        mixer = "Master"
        mixer_idx = 0
}

tztime local {
        format = "%m-%d %H:%M"
}

load {
        format = "%1min"
}

disk "/" {
        format = "%avail"
	prefix_type = "custom"
}

mercurial