general {
output_format = "i3bar"
colors = false
markup = pango
interval = 5
color_good = '#2f343f'
color_degraded = '#ebcb8b'
color_bad = '#ba5e57'
}
#order += "cpu_usage"
order += "cpu_temperature 0"
#order += "memory"
#order += "disk /home"
#order += "ethernet enp1s0"
order += "volume master"
order += "battery 0"
#order += "wireless wlp3s0"
order += "tztime local"
#order += "tztime wita"
#cpu_usage {
# format = "<span background='#ff6289'> CPU: %usage </span>"
#}
#cpu_temperature 0 {
# format = "<span background='#db7b2b'> %degrees °C </span>"
# path = "/sys/class/thermal/thermal_zone0/temp"
#}
cpu_temperature 0 {
format = "<span background='#ff6289'> %degrees °C </span>"
path = "/sys/class/thermal/thermal_zone0/temp"
}
memory {
format = "<span background='#ffcc5c'> %percentage_used used </span>"
}
disk "/home" {
format = "<span background='#ffdfba'> %free Free </span>"
}
ethernet enp2s0 {
format_up = "<span background='#2dc937'> %ip </span>"
format_down = "<span background='#ffeead'> Disconnected </span>"
}
volume master {
format = "<span background='#ffcc5c'> Vol %volume </span>"
format_muted = "<span background='#b8a7ea'> Muted </span>"
device = "default"
mixer = "Master"
mixer_idx = 0
}
battery 0 {
last_full_capacity = true
format = "<span background='#00ff83'> %status Tahan (%remaining) Jam </span>"
format_down = "No Battery"
status_chr = "Ces⚡"
status_bat = "Baterai🔋"
status_unk = "Unk"
status_full = " FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10
}
tztime local {
format = "<span background='#bae1ff'> %time </span>"
format_time = " %A %d-%b-%G Pukul %H:%M "
}
tztime wita {
format = "<span background='#bae1ff'> ⏻ </span>"
format_time = ""
}
wireless wlp3s0 {
format_up = "<span background='#2dc937'> %quality %essid </span>"
format_down = "<span background='#ffeead'> Disconnected </span>"
}
# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
#exec --no-startup-id nm-applet
di .config/i3status
0 comments:
Post a Comment