Update
This commit is contained in:
parent
11d1c06dd6
commit
b9d07bc3f5
@ -242,3 +242,8 @@ gaps inner 5
|
|||||||
smart_borders on
|
smart_borders on
|
||||||
smart_gaps on
|
smart_gaps on
|
||||||
|
|
||||||
|
# Bluetooth i3bar
|
||||||
|
exec --no-startup-id blueman-applet
|
||||||
|
|
||||||
|
# Wireless i3bar
|
||||||
|
exec --no-startup-id nm-applet
|
||||||
|
@ -8,28 +8,48 @@ order += "disk /"
|
|||||||
order += "memory"
|
order += "memory"
|
||||||
order += "load"
|
order += "load"
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
order += "battery 0"
|
||||||
|
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "%Y-%m-%d %H:%M:%S"
|
format = "|%Y-%m-%d %H:%M:%S"
|
||||||
|
separator = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
battery 0 {
|
||||||
|
format = "|Battery : %status %percentage "
|
||||||
|
format_down = "No Batt."
|
||||||
|
status_chr = "Charging --"
|
||||||
|
status_bat = "Discharging"
|
||||||
|
status_unk = "UNK"
|
||||||
|
status_full = "Charged! --"
|
||||||
|
low_threshold = 10
|
||||||
|
threshold_type = percentage
|
||||||
|
last_full_capacity = true
|
||||||
|
hide_seconds = true
|
||||||
|
path = "/sys/class/power_supply/BAT0/uevent"
|
||||||
|
separator = true
|
||||||
|
}
|
||||||
|
|
||||||
load {
|
load {
|
||||||
format = "CPU : %5min"
|
format = "|CPU : %5min"
|
||||||
|
separator = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
format = "%used"
|
format = "|RAM : %used"
|
||||||
threshold_degraded = "10%"
|
threshold_degraded = "10%"
|
||||||
format_degraded = "MEMORY: %free"
|
format_degraded = "MEMORY: %free"
|
||||||
|
separator = true
|
||||||
}
|
}
|
||||||
|
|
||||||
disk "/" {
|
disk "/" {
|
||||||
format = "%free (%avail)/ %total"
|
format = "| / %free / %total"
|
||||||
|
separator = true
|
||||||
}
|
}
|
||||||
|
|
||||||
read_file uptime {
|
read_file uptime {
|
||||||
path = "/proc/uptime"
|
path = "/proc/uptime"
|
||||||
|
separator = true
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,6 @@ Host NASHOME
|
|||||||
|
|
||||||
Host gitlab.xlim.fr
|
Host gitlab.xlim.fr
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
UseKeychain yes
|
|
||||||
PreferredAuthentications publickey
|
PreferredAuthentications publickey
|
||||||
IdentityFile ~/.ssh/gitlab_forge
|
IdentityFile ~/.ssh/gitlab_forge
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
Loading…
Reference in New Issue
Block a user