all repos — dotfiles @ 0830e29fef577a88954687fedb0856868c58c755

linux dotfiles

update i3 config and i3status.conf

- changed the i3bar color
- changed the order of load in i3status
- added xautolock to run the lock.sh after 11mins
Prithu Goswami prithugoswami524@gmail.com
Mon, 16 Apr 2018 12:43:46 +0530
commit

0830e29fef577a88954687fedb0856868c58c755

parent

724147201fc9781c878727aa689c478eb90acb46

2 files changed, 13 insertions(+), 6 deletions(-)

jump to
M .config/i3/config.config/i3/config

@@ -220,14 +220,21 @@

# Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - status_command i3status -c ~/.config/i3/i3status.conf - tray_output primary + colors{ + background $inactive-bg-color + } + status_command i3status -c ~/.config/i3/i3status.conf + tray_output primary + position top } # Wallpaper exec ~/.fehbg & +#xautolock +# the screen saver is replaced by the lock.sh locker +exec xautolock -time 11 -locker '~/.config/i3/lock.sh' # Decreasing touch aread to avoid palm interaction while typing and enable natural scrolling exec "synclient AreaLeftEdge=1600 AreaRightEdge=5000 VertScrollDelta=-114"
M .config/i3/i3status.conf.config/i3/i3status.conf

@@ -13,12 +13,12 @@ }

#order += "ipv6" order += "disk /" +order += "load" #order += "run_watch DHCP" #order += "run_watch VPN" order += "wireless _first_" #order += "ethernet _first_" order += "battery 0" -order += "load" order += "tztime local" wireless _first_ {

@@ -53,13 +53,13 @@ pidfile = "/var/run/vpnc/pid"

} tztime local { - format = "%a, %d %b %Y | %I:%M:%p" + format = " %a, %d %b %Y | %I:%M:%p" } load { - format = "%1min" + format = " %1min " } disk "/" { - format = "%avail" + format = "%avail " }