Removed wireless connection info
This commit is contained in:
parent
7780e094d2
commit
7c9543f32e
2 changed files with 0 additions and 8 deletions
|
@ -6,5 +6,3 @@ Xft.hintstyle: hintfull
|
|||
Xft.hinting: 1
|
||||
Xft.antialias: 1
|
||||
Xft.rgba: rgb
|
||||
|
||||
cursorBlink: off
|
||||
|
|
|
@ -12,7 +12,6 @@ general {
|
|||
order += "disk /"
|
||||
order += "cpu_temperature 0"
|
||||
order += "memory"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "volume master"
|
||||
order += "battery 0"
|
||||
|
@ -22,11 +21,6 @@ cpu_temperature 0 {
|
|||
format = "T: %degrees °C"
|
||||
}
|
||||
|
||||
wireless "_first_" {
|
||||
format_up = "W:%quality %essid (%bitrate)"
|
||||
format_down = "W: NOFI"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%d/%m/%Y %H:%M |"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue