diff --git a/i3wm/.config/i3/config b/i3wm/.config/i3/config index a20fb20..d40052a 100644 --- a/i3wm/.config/i3/config +++ b/i3wm/.config/i3/config @@ -117,4 +117,6 @@ bindsym $mod+r mode "resize" bar { status_command i3status } + + for_window [class="^.*"] border pixel 1 diff --git a/i3wm/.config/i3status/config b/i3wm/.config/i3status/config new file mode 100644 index 0000000..1943f71 --- /dev/null +++ b/i3wm/.config/i3status/config @@ -0,0 +1,20 @@ +general { + output_format = "i3bar" + colors = false + markup = pango + interval = 5 + color_good = '#2f343f' + color_degraded = '#ebcb8b' + color_bad = '#ba5e57' +} + +order += "battery" + +battery { + format = "%status %percentage %remaining" + last_full_capacity = true + low_threshold = 10 + threshold_type = percentage + format_down = "No battery" + path = "/sys/class/power_supply/BAT0/uevent" +}