diff --git a/i3/.config/i3/config b/i3/.config/i3/config index a750e4b..d55c198 100755 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -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 diff --git a/i3status/.config/i3status/config b/i3status/.config/i3status/config index 2686551..4ff0e5a 100755 --- a/i3status/.config/i3status/config +++ b/i3status/.config/i3status/config @@ -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 } diff --git a/ssh/.ssh/config b/ssh/.ssh/config index b95664b..362d14b 100755 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -36,7 +36,6 @@ Host NASHOME Host gitlab.xlim.fr AddKeysToAgent yes - UseKeychain yes PreferredAuthentications publickey IdentityFile ~/.ssh/gitlab_forge IdentitiesOnly yes