batman
This commit is contained in:
commit
7cc272c595
46 changed files with 2888 additions and 0 deletions
53
dots/.config/i3status/config
Executable file
53
dots/.config/i3status/config
Executable file
|
@ -0,0 +1,53 @@
|
|||
general {
|
||||
output_format = "i3bar"
|
||||
colors = true
|
||||
markup = pango
|
||||
interval = 5
|
||||
}
|
||||
|
||||
order += "load"
|
||||
order += "cpu_temperature 0"
|
||||
# order += "wireless wlp2s0"
|
||||
order += "volume master"
|
||||
# order += "battery 0"
|
||||
order += "time"
|
||||
|
||||
load {
|
||||
format = "<span background='#b08500'> </span><span background='#bfbaac'> %5min Load </span>"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "<span background='#d12f2c'> </span><span background='#bfbaac'> %degrees °C </span>"
|
||||
path = "/sys/devices/platform/asus-ec-sensors/hwmon/hwmon4/temp2_input"
|
||||
}
|
||||
|
||||
wireless enp7s0 {
|
||||
format_up = "<span background='#289c93'> </span><span background='#bfbaac'> %essid </span>"
|
||||
format_down = "<span background='#289c93'> </span><span background='#bfbaac'> Disconnected </span>"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "<span background='#696ebf'> </span><span background='#bfbaac'> %volume </span>"
|
||||
format_muted = "<span background='#696ebf'> </span><span background='#bfbaac'> Muted </span>"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
last_full_capacity = true
|
||||
format = "<span background='#819400'> %status </span><span background='#bfbaac'> %percentage </span>"
|
||||
format_down = "No Battery"
|
||||
status_chr = ""
|
||||
status_bat = ""
|
||||
status_unk = ""
|
||||
status_full = ""
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
low_threshold = 10
|
||||
integer_battery_capacity = true
|
||||
}
|
||||
|
||||
time {
|
||||
format = "<span background='#2587cc'> </span><span background='#bfbaac'> %b %d at %H:%M </span>"
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue