add nano and update i3 status
This commit is contained in:
parent
81e178ff75
commit
090b744b82
4 changed files with 48 additions and 21 deletions
|
@ -4,6 +4,8 @@ general {
|
|||
color_good = "#a3be8c"
|
||||
color_degraded = "#ebcb8b"
|
||||
color_bad = "#bf616a"
|
||||
separator = ""
|
||||
output_format = "i3bar"
|
||||
interval = 5
|
||||
separator = ""
|
||||
}
|
||||
|
@ -19,18 +21,26 @@ order += "disk /home"
|
|||
// order += "path_exists VPN"
|
||||
order += "wireless wlp2s0"
|
||||
order += "ethernet enp0s31f6"
|
||||
// order += "ethernet enp0s20f0u3c2"
|
||||
order += "ethernet enxd8d09030b06b"
|
||||
order += "ethernet"
|
||||
order += "ipv6"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "disk /home"
|
||||
order += "load"
|
||||
order += "memory"
|
||||
order += "run_watch DHCP"
|
||||
order += "run_watch VPNC"
|
||||
order += "path_exists VPN"
|
||||
order += "battery 0"
|
||||
order += "cpu_temperature 0"
|
||||
order += "memory"
|
||||
order += "load"
|
||||
order += "tztime local"
|
||||
order += "tztime paris"
|
||||
order += "tztime Montreal"
|
||||
order += "tztime Brussels"
|
||||
|
||||
wireless wlp2s0 {
|
||||
format_up = " (%quality at %essid, %bitrate) %ip"
|
||||
format_down = " "
|
||||
wireless _first_ {
|
||||
format_up = "W: (%quality at %essid) %ip (%speed)"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
ethernet enp0s31f6 {
|
||||
|
@ -40,6 +50,10 @@ ethernet enp0s31f6 {
|
|||
ethernet enp0s20f0u3c2 {
|
||||
format_up = " %ip"
|
||||
format_down = " "
|
||||
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage %remaining"
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
|
@ -76,9 +90,14 @@ tztime local {
|
|||
hide_if_equals_localtime = true
|
||||
}
|
||||
|
||||
tztime paris {
|
||||
format = "📅 %V %a %Y-%m-%d %H:%M:%S %Z"
|
||||
timezone = "Europe/Paris"
|
||||
tztime Brussels {
|
||||
format = "%Y-%m-%d %H:%M:%S %Z"
|
||||
timezone = "Europe/Brussels"
|
||||
}
|
||||
tztime Montreal {
|
||||
format = "%H:%M %Z"
|
||||
timezone = "America/Montreal"
|
||||
hide_if_equals_localtime = true
|
||||
}
|
||||
|
||||
load {
|
||||
|
@ -117,6 +136,10 @@ disk "/home" {
|
|||
threshold_type = percentage_avail
|
||||
}
|
||||
|
||||
disk "/home" {
|
||||
format = "%free"
|
||||
}
|
||||
|
||||
read_file uptime {
|
||||
path = "/proc/uptime"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue