i3: initial commit
This commit is contained in:
79
.config/i3/i3status.conf
Normal file
79
.config/i3/i3status.conf
Normal file
@@ -0,0 +1,79 @@
|
||||
general {
|
||||
output_format = "i3bar"
|
||||
colors = true
|
||||
interval = 1
|
||||
}
|
||||
|
||||
order += "disk /home/kmir"
|
||||
order += "cpu_usage"
|
||||
order += "load"
|
||||
order += "ethernet enp0s31f6"
|
||||
order += "wireless wlp4s0"
|
||||
order += "volume master"
|
||||
order += "battery 0"
|
||||
order += "battery 1"
|
||||
order += "tztime local"
|
||||
|
||||
cpu_usage {
|
||||
format = "%usage"
|
||||
}
|
||||
|
||||
ethernet enp0s31f6 {
|
||||
format_up = "%ip (%speed)"
|
||||
# format_down = ""
|
||||
}
|
||||
|
||||
wireless wlp4s0 {
|
||||
format_up = "%ip (%essid)"
|
||||
# format_down = ""
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "%1min %5min %15min"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "T: %degrees ˚C"
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon4/temp1_input"
|
||||
color_good = "#00FF00"
|
||||
color_degraded = "#0000FF"
|
||||
color_bad = "#FF0000"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "♪: %volume"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
}
|
||||
|
||||
disk "/home/kmir" {
|
||||
format = "%free"
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
format = "%status %percentage"
|
||||
format_down = "No bat"
|
||||
status_chr = "⚡ CHR"
|
||||
status_unk = "? UNK"
|
||||
status_bat = "BAT"
|
||||
status_full = "☻ FULL"
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
low_threshold = 10
|
||||
}
|
||||
|
||||
battery 1 {
|
||||
format = "%status %percentage"
|
||||
format_down = "No bat"
|
||||
status_chr = "⚡ CHR"
|
||||
status_unk = "? UNK"
|
||||
status_bat = "BAT"
|
||||
status_full = "☻ FULL"
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
low_threshold = 10
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user