diff --git a/.i3/config b/.i3/config index eb94487..b82452d 100644 --- a/.i3/config +++ b/.i3/config @@ -176,3 +176,5 @@ bindsym $mod+n exec networkmanager_dmenu exec --no-startup-id redshift # Background exec --no-startup-id nitrogen --restore & +# Autolock +#exec --no-startup-id xautolock -locker "/usr/bin/i3lock -c 000000" -t 10m diff --git a/.i3status.conf b/.i3status.conf index 7d3ffe5..6161b86 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -14,30 +14,37 @@ general { #order += "ipv6" #order += "disk /" #order += "run_watch DHCP" -order += "wireless _first_" -order += "ethernet _first_" +order += "wireless wlp2s0" +order += "ethernet enp3s0f1" +order += "ethernet endock0" order += "path_exists VPN" order += "volume master" order += "battery 0" order += "cpu_usage" order += "tztime local" -wireless _first_ { +wireless wlp2s0 { format_up = "WLAN %ip at %essid (%quality)" format_down = "" } -ethernet enp3s0f2 { +ethernet enp3s0f1 { # if you use %speed, i3status requires root privileges format_up = "ETH %ip" format_down = "" } +ethernet endock0 { + format_up = "DOCK %ip" + format_down = "" +} + battery 0 { last_full_capacity = true hide_seconds = true integer_battery_capacity = true format = "%status %percentage %remaining" + path = "/sys/class/power_supply/BAT1/uevent" } run_watch DHCP {