commit 28bdc7bea0b9d949befbe12819967e6583cd8e78 from: the xhr date: Wed Jun 01 09:42:58 2022 UTC Add new i3status conf for kronos and rename old one for sigma commit - f77246f99f51897443a8fcdc861c619cc47741e0 commit + 28bdc7bea0b9d949befbe12819967e6583cd8e78 blob - 052671bac3637da2e75f3caf32756097872c916e (mode 644) blob + /dev/null --- .i3status.conf.OBSD +++ /dev/null @@ -1,102 +0,0 @@ -# i3status configuration file. -# see "man i3status" for documentation. - -# It is important that this file is edited as UTF-8. -# The following line should contain a sharp s: -# ß -# If the above line is not correctly displayed, fix your editor first! - -general { - colors = true - interval = 5 - output_format="i3bar" -} - -order += "ipv6" -order += "disk /home" -#order += "disk /usr" -#order += "disk /usr/local" -#order += "run_watch D" -order += "ethernet lo1" -order += "ethernet trunk0" -order += "ethernet em0" -order += "wireless iwm0" -order += "battery all" -order += "cpu_usage" -order += "volume master" -order += "tztime local" - -ipv6 { - format_up = "%ip" - format_down = "" -} - -ethernet lo1 { - format_up = "V: %ip" - format_down = "V" -} - -ethernet trunk0 { - format_up = "T: %ip" - format_down = "T" -} - -wireless iwm0 { - #format_up = "W: (%quality at %essid, %bitrate)" - format_up = "W: %essid,%signal" - format_down = "W" -} - -ethernet em0 { - # if you use %speed, i3status requires root privileges - format_up = "E: up" - #format_up = "E: %ip" - format_down = "E" -} - -battery all { - format = "%status %percentage %remaining, %consumption" - format_down = "No battery" - integer_battery_capacity = true - status_chr = "CHR" - status_bat = "BAT" - status_full = "FULL" - threshold_type = percentage - low_threshold = 10 - path = "/sys/class/power_supply/BAT%d/uevent" -} - -run_watch D { - pidfile = "/var/db/dhclient.leases.*" - format_down = "" -} - -tztime local { - format = "%Y-%m-%d %H:%M (CW %V) " -} - -disk "/usr" { - format = "u: %avail" - low_threshold = 2 - threshold_type = gbytes_avail -} - -disk "/usr/local" { - format = "l: %avail" - low_threshold = 2 - threshold_type = gbytes_avail -} - -disk "/home" { - format = "h: %avail" - low_threshold = 5 - threshold_type = gbytes_avail -} - -volume master { - format = "M: %volume" - format_muted = "M: muted (%volume)" - device = "default" - mixer = "Master" - mixer_idx = 0 -} blob - /dev/null blob + d53b20c1de12eb4f14b9b2ea7065c00059c45c43 (mode 644) --- /dev/null +++ .i3status.conf.kronos @@ -0,0 +1,102 @@ +# i3status configuration file. +# see "man i3status" for documentation. + +# It is important that this file is edited as UTF-8. +# The following line should contain a sharp s: +# ß +# If the above line is not correctly displayed, fix your editor first! + +general { + colors = true + interval = 5 + output_format="i3bar" +} + +order += "ipv6" +order += "disk /home" +#order += "disk /usr" +#order += "disk /usr/local" +#order += "run_watch D" +order += "ethernet lo1" +order += "ethernet iwx0" +#order += "ethernet em0" +order += "wireless iwx0" +order += "battery all" +order += "cpu_usage" +order += "volume master" +order += "tztime local" + +ipv6 { + format_up = "%ip" + format_down = "" +} + +ethernet lo1 { + format_up = "V: %ip" + format_down = "V" +} + +ethernet iwx0 { + format_up = "I: %ip" + format_down = "I" +} + +wireless iwx0 { + #format_up = "W: (%quality at %essid, %bitrate)" + format_up = "W: %essid,%signal" + format_down = "W" +} + +ethernet em0 { + # if you use %speed, i3status requires root privileges + format_up = "E: up" + #format_up = "E: %ip" + format_down = "E" +} + +battery all { + format = "%status %percentage %remaining, %consumption" + format_down = "No battery" + integer_battery_capacity = true + status_chr = "CHR" + status_bat = "BAT" + status_full = "FULL" + threshold_type = percentage + low_threshold = 10 + path = "/sys/class/power_supply/BAT%d/uevent" +} + +run_watch D { + pidfile = "/var/db/dhclient.leases.*" + format_down = "" +} + +tztime local { + format = "%Y-%m-%d %H:%M (CW %V) " +} + +disk "/usr" { + format = "u: %avail" + low_threshold = 2 + threshold_type = gbytes_avail +} + +disk "/usr/local" { + format = "l: %avail" + low_threshold = 2 + threshold_type = gbytes_avail +} + +disk "/home" { + format = "h: %avail" + low_threshold = 5 + threshold_type = gbytes_avail +} + +volume master { + format = "M: %volume" + format_muted = "M: muted (%volume)" + device = "default" + mixer = "Master" + mixer_idx = 0 +} blob - /dev/null blob + 052671bac3637da2e75f3caf32756097872c916e (mode 644) --- /dev/null +++ .i3status.conf.sigma @@ -0,0 +1,102 @@ +# i3status configuration file. +# see "man i3status" for documentation. + +# It is important that this file is edited as UTF-8. +# The following line should contain a sharp s: +# ß +# If the above line is not correctly displayed, fix your editor first! + +general { + colors = true + interval = 5 + output_format="i3bar" +} + +order += "ipv6" +order += "disk /home" +#order += "disk /usr" +#order += "disk /usr/local" +#order += "run_watch D" +order += "ethernet lo1" +order += "ethernet trunk0" +order += "ethernet em0" +order += "wireless iwm0" +order += "battery all" +order += "cpu_usage" +order += "volume master" +order += "tztime local" + +ipv6 { + format_up = "%ip" + format_down = "" +} + +ethernet lo1 { + format_up = "V: %ip" + format_down = "V" +} + +ethernet trunk0 { + format_up = "T: %ip" + format_down = "T" +} + +wireless iwm0 { + #format_up = "W: (%quality at %essid, %bitrate)" + format_up = "W: %essid,%signal" + format_down = "W" +} + +ethernet em0 { + # if you use %speed, i3status requires root privileges + format_up = "E: up" + #format_up = "E: %ip" + format_down = "E" +} + +battery all { + format = "%status %percentage %remaining, %consumption" + format_down = "No battery" + integer_battery_capacity = true + status_chr = "CHR" + status_bat = "BAT" + status_full = "FULL" + threshold_type = percentage + low_threshold = 10 + path = "/sys/class/power_supply/BAT%d/uevent" +} + +run_watch D { + pidfile = "/var/db/dhclient.leases.*" + format_down = "" +} + +tztime local { + format = "%Y-%m-%d %H:%M (CW %V) " +} + +disk "/usr" { + format = "u: %avail" + low_threshold = 2 + threshold_type = gbytes_avail +} + +disk "/usr/local" { + format = "l: %avail" + low_threshold = 2 + threshold_type = gbytes_avail +} + +disk "/home" { + format = "h: %avail" + low_threshold = 5 + threshold_type = gbytes_avail +} + +volume master { + format = "M: %volume" + format_muted = "M: muted (%volume)" + device = "default" + mixer = "Master" + mixer_idx = 0 +}