Adapted configs to dell e7470 work laptop

This commit is contained in:
2017-01-25 17:27:17 +01:00
parent fd1b2a2c9d
commit fd71d6a05c
11 changed files with 73 additions and 86 deletions

View File

@@ -23,18 +23,18 @@ general {
order += "battery 0"
order += "disk /home"
order += "disk /"
order += "run_watch VPN"
order += "wireless wlp3s0"
order += "wireless wlp1s0"
order += "ethernet enp0s31f6"
order += "cpu_temperature 0"
order += "volume master"
order += "tztime local"
wireless wlp3s0 {
wireless wlp1s0 {
format_up = "📡 (%quality @ %essid, %bitrate) %ip"
format_down = "📡 down"
}
ethernet enp0s25 {
ethernet enp0s31f6 {
format_up = "🔌 %ip (%speed)"
format_down = "🔌 down"
}
@@ -51,18 +51,14 @@ battery 0 {
low_threshold = 10
}
run_watch VPN {
pidfile = "/var/run/vpn/pid"
}
tztime local {
format = " 📅 %d-%m-%Y 🕑 %H:%M:%S"
format = " 📅 %d-%m-%Y 🕑 %H:%M:%S"
}
cpu_temperature 0 {
format = "🌡 %degrees °C"
max_threshold = 70
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input"
}
disk "/home" {