Create config
This commit is contained in:
parent
74efabfa9f
commit
e6a54bcc1d
79
ubuntu/Laptop/.config/i3status/config
Normal file
79
ubuntu/Laptop/.config/i3status/config
Normal file
@ -0,0 +1,79 @@
|
||||
general {
|
||||
output_format = "i3bar"
|
||||
colors = false
|
||||
markup = pango
|
||||
interval = 5
|
||||
color_good = '#2f343f'
|
||||
color_degraded = '#ebcb8b'
|
||||
color_bad = '#ba5e57'
|
||||
}
|
||||
|
||||
order += "load"
|
||||
order += "cpu_temperature 0"
|
||||
order += "disk /"
|
||||
#order += "ethernet enp1s0"
|
||||
#order += "wireless wlp2s0"
|
||||
order += "wireless wlan0"
|
||||
order += "ethernet eth0"
|
||||
order += "volume master"
|
||||
order += "battery 0"
|
||||
order += "battery 1"
|
||||
order += "tztime local"
|
||||
|
||||
battery 0 {
|
||||
format = "%status %percentage %remaining %emptytime"
|
||||
format_down = "No battery"
|
||||
status_chr = "⚡ CHR"
|
||||
status_bat = "🔋 BAT"
|
||||
status_unk = "? UNK"
|
||||
status_full = "☻ FULL"
|
||||
low_threshold = 10
|
||||
}
|
||||
battery 1 {
|
||||
format = "%status %percentage %remaining %emptytime"
|
||||
format_down = "No battery"
|
||||
status_chr = "⚡ CHR"
|
||||
status_bat = "🔋 BAT"
|
||||
status_unk = "? UNK"
|
||||
status_full = "☻ FULL"
|
||||
low_threshold = 10
|
||||
}
|
||||
|
||||
load {
|
||||
format = "%5min Load"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "T: %degrees °C"
|
||||
path = "/sys/devices/platform/coretemp.0/temp1_input"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "%free Free"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "♪: %volume"
|
||||
format_muted = "♪: muted (%volume)"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
}
|
||||
|
||||
|
||||
|
||||
tztime local {
|
||||
format = "%time"
|
||||
format_time = "%a %-d %b %H:%M"
|
||||
}
|
||||
|
||||
wireless wlan0 {
|
||||
format_up = "W: (%quality at %essid, %bitrate) %ip"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
ethernet eth0 {
|
||||
# if you use %speed, i3status requires the cap_net_admin capability
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_down = "E: down"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user