This commit is contained in:
araison 2024-01-22 23:40:34 +01:00
parent 11d1c06dd6
commit b9d07bc3f5
3 changed files with 29 additions and 5 deletions

View File

@ -242,3 +242,8 @@ gaps inner 5
smart_borders on
smart_gaps on
# Bluetooth i3bar
exec --no-startup-id blueman-applet
# Wireless i3bar
exec --no-startup-id nm-applet

View File

@ -8,28 +8,48 @@ order += "disk /"
order += "memory"
order += "load"
order += "tztime local"
order += "battery 0"
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 {
format = "CPU : %5min"
format = "|CPU : %5min"
separator = true
}
memory {
format = "%used"
format = "|RAM : %used"
threshold_degraded = "10%"
format_degraded = "MEMORY: %free"
separator = true
}
disk "/" {
format = "%free (%avail)/ %total"
format = "| / %free / %total"
separator = true
}
read_file uptime {
path = "/proc/uptime"
separator = true
}

View File

@ -36,7 +36,6 @@ Host NASHOME
Host gitlab.xlim.fr
AddKeysToAgent yes
UseKeychain yes
PreferredAuthentications publickey
IdentityFile ~/.ssh/gitlab_forge
IdentitiesOnly yes