Configs for my home desktop computer

This commit is contained in:
id101010
2017-01-28 14:21:02 +01:00
parent fd1b2a2c9d
commit 1fed155d4a
9 changed files with 74 additions and 124 deletions

View File

@@ -1,18 +1,9 @@
########################################
# _ ____ _ _ #
# (_)___ \ | | | | #
# _ __) |___| |_ __ _| |_ _ _ ___ #
# | ||__ </ __| __/ _` | __| | | / __| #
# | |___) \__ \ || (_| | |_| |_| \__ \ #
# |_|____/|___/\__\__,_|\__|\__,_|___/ #
# #
########################################
#
# 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: ß
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
@@ -20,35 +11,24 @@ general {
interval = 1
}
order += "battery 0"
#order += "ipv6"
order += "disk /home"
order += "disk /"
order += "disk /media/Data1"
order += "disk /media/Data2"
order += "run_watch VPN"
order += "wireless wlp3s0"
order += "ethernet eth0"
order += "cpu_temperature 0"
order += "volume master"
order += "tztime local"
wireless wlp3s0 {
format_up = "📡 (%quality @ %essid, %bitrate) %ip"
format_down = "📡 down"
}
ethernet enp0s25 {
ethernet eth0 {
format_up = "🔌 %ip (%speed)"
format_down = "🔌 down"
}
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
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
}
run_watch VPN {
@@ -61,18 +41,24 @@ tztime local {
cpu_temperature 0 {
format = "🌡 %degrees °C"
max_threshold = 70
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input"
}
disk "/home" {
format = "/home %free"
prefix_type = "binary"
max_threshold = 65
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input"
}
disk "/" {
format = "root %free"
prefix_type = "binary"
format = "root: %free"
}
disk "/home" {
format = "home: %free"
}
disk "/media/Data1" {
format = "data1: %free"
}
disk "/media/Data2" {
format = "data2: %free"
}
volume master {