diff --git a/bash/.powerline-shell.json b/bash/.powerline-shell.json index dadb0ff..ba3a1c4 100644 --- a/bash/.powerline-shell.json +++ b/bash/.powerline-shell.json @@ -1,3 +1,16 @@ { - "segments": ["virtual_env", "ssh", "cwd", "git", "jobs", "root"] + "segments": [ + "virtual_env", + "ssh", + "cwd", + "git", + "jobs", + "root" + ], + "cwd": { + "max_depth": 5 + }, + "vcs": { + "show_symbol": "true" + } } diff --git a/config/nano/.nanorc b/config/nano/.nanorc index 2b83338..9543da7 100644 --- a/config/nano/.nanorc +++ b/config/nano/.nanorc @@ -8,7 +8,6 @@ include /usr/share/nano/css.nanorc include /usr/share/nano/default.nanorc include /usr/share/nano/elisp.nanorc include /usr/share/nano/email.nanorc -include /usr/share/nano/extra include /usr/share/nano/go.nanorc include /usr/share/nano/groff.nanorc include /usr/share/nano/guile.nanorc diff --git a/i3/config b/i3/config index 6ea039c..7dc9aad 100644 --- a/i3/config +++ b/i3/config @@ -25,17 +25,17 @@ set $statusLineColour #d1d4e0 set $urgentTextColour #ef5350 set $indicatorColour #fcc09e -set $workspace1 "1: " +set $workspace1 "1: " set $workspace2 "2: " set $workspace3 "3: " -set $workspace4 "4: " -set $workspace5 "5: " -set $workspace6 "6: " -set $workspace7 "7: " +set $workspace4 "4: " +set $workspace5 "5: " +set $workspace6 "6: " +set $workspace7 "7: " set $workspace8 "8: " set $workspace9 "9: " set $workspace10 "10: " -set $workspace11 "11: " +set $workspace11 "11:  " set $workspace12 "12: " set $workspace13 "13: " diff --git a/i3/i3blocks.conf b/i3/i3blocks.conf index c5fe504..e7b2261 100644 --- a/i3/i3blocks.conf +++ b/i3/i3blocks.conf @@ -59,7 +59,7 @@ color=#999999 # Updates [updates] -label= +label= command=pacman -Qu | wc -l interval=60 separator=true @@ -78,7 +78,7 @@ separator=true # ping [ping] -label= +label= command=ping -c 2 8.8.8.8 | tail -1 | awk '{print $4}' | cut -d '/' -f 2 | cut -f1 -d"." interval=60 separator=true