Update
This commit is contained in:
@@ -1,78 +1,55 @@
|
||||
########################################
|
||||
# _ ____ _ _ #
|
||||
# (_)___ \ | | | | #
|
||||
# _ __) |___| |_ __ _| |_ _ _ ___ #
|
||||
# | ||__ </ __| __/ _` | __| | | / __| #
|
||||
# | |___) \__ \ || (_| | |_| |_| \__ \ #
|
||||
# |_|____/|___/\__\__,_|\__|\__,_|___/ #
|
||||
# #
|
||||
########################################
|
||||
#
|
||||
# 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 = 1
|
||||
colors = true
|
||||
interval = 1
|
||||
output_format = i3bar
|
||||
color_good = "#4ff243"
|
||||
color_degraded = "#8c7f22"
|
||||
color_bad = "#9b0e0e"
|
||||
}
|
||||
|
||||
order += "battery 0"
|
||||
order += "disk /home"
|
||||
order += "disk /"
|
||||
order += "disk /home"
|
||||
order += "wireless wlp1s0"
|
||||
order += "ethernet enp0s31f6"
|
||||
order += "cpu_temperature 0"
|
||||
order += "cpu_usage"
|
||||
order += "battery 0"
|
||||
order += "volume master"
|
||||
order += "tztime local"
|
||||
|
||||
wireless wlp1s0 {
|
||||
format_up = "📡 (%quality @ %essid, %bitrate) %ip"
|
||||
format_down = "📡 down"
|
||||
format_up = " WiFi: %ip %quality %essid %bitrate "
|
||||
format_down = " WiFi: (/) "
|
||||
}
|
||||
|
||||
ethernet enp0s31f6 {
|
||||
format_up = "🔌 %ip (%speed)"
|
||||
format_down = "🔌 down"
|
||||
format_up = " LAN: %ip %speed "
|
||||
format_down = " LAN: (/) "
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
format = "%status %percentage (%remaining @ %consumption)"
|
||||
format_down = "No battery"
|
||||
last_full_capacity = false # true: relative capaciy, false: true capacity left
|
||||
status_chr = "⚇ CHR"
|
||||
status_bat = "⚡ BAT"
|
||||
status_full = "☻ FULL"
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
threshold_type = time
|
||||
low_threshold = 10
|
||||
format = " Power: %status %percentage %remaining left "
|
||||
path = "/sys/class/power_supply/BAT0/uevent"
|
||||
low_threshold = 20
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = " 📅 %d-%m-%Y 🕑 %H:%M:%S"
|
||||
format = " Date: %m/%d/%y Time: %H:%M "
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "🌡 %degrees °C"
|
||||
max_threshold = 70
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input"
|
||||
}
|
||||
|
||||
disk "/home" {
|
||||
format = "/home %free"
|
||||
prefix_type = "binary"
|
||||
cpu_usage {
|
||||
format = " CPU: %usage "
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "root %free"
|
||||
prefix_type = "binary"
|
||||
format = " root: %free "
|
||||
}
|
||||
|
||||
disk "/home" {
|
||||
format = " /home: %free "
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "♪ %volume"
|
||||
format = " Vol: %volume "
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
|
||||
Reference in New Issue
Block a user