diff --git a/files/audio/.config/spectrum.conf b/files/audio/.config/spectrum.conf index 758ccbd..9ed1a95 100644 --- a/files/audio/.config/spectrum.conf +++ b/files/audio/.config/spectrum.conf @@ -1,21 +1,22 @@ [Main] -source = 4 +source = 0 # valid options: normal, desktop, screensize, workarea, fullscreen, maximize, keep_below, skip_taskbar, skip_pager -state = desktop, screensize +state = fullscreen render = curves [Bars] padding = 0 scale = 1.4 rgba = #00B1FFFF +# rgba = #00F133FF count = 32 [Offset] left = 0 right = 225 -top = 5 -bottom = 190 +top = 0 +bottom = 236 [Smoothing] # Valid modes: none, normal, scientific, waves diff --git a/files/bash/.bashrc b/files/bash/.bashrc index cc029db..427abea 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -115,7 +115,7 @@ function gco_date() { powerline-daemon -q POWERLINE_BASH_CONTINUATION=1 POWERLINE_BASH_SELECT=1 -. /usr/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh +. /usr/share/powerline/bindings/bash/powerline.sh COMP_WORDBREAKS=${COMP_WORDBREAKS/=/} COMP_WORDBREAKS=${COMP_WORDBREAKS/@/} @@ -341,6 +341,7 @@ export JAVA_HOME=/usr/lib/jvm/default-runtime export GROOVY_HOME=/home/nemo/apps/groovy pathadd "$GROOVY_HOME/bin" export EC2_HOME=/home/nemo/apps/ec2 +export TF_PLUGIN_CACHE_DIR="$HOME/.terraform.d/plugin-cache" # added by travis gem [ -f /home/nemo/.travis/travis.sh ] && source /home/nemo/.travis/travis.sh diff --git a/files/display/.config/nitrogen/bg-saved.cfg b/files/display/.config/nitrogen/bg-saved.cfg index b2c67a7..c29c73e 100644 --- a/files/display/.config/nitrogen/bg-saved.cfg +++ b/files/display/.config/nitrogen/bg-saved.cfg @@ -4,11 +4,11 @@ mode=4 bgcolor=#000000 [xin_1] -file=/home/nemo/Pictures/Wallpapers/wallhaven-575741.jpg -mode=0 +file=/home/nemo/Pictures/Wallpapers/wallhaven-560816.png +mode=5 bgcolor=#000000 [xin_0] -file=/home/nemo/Pictures/Wallpapers/wallhaven-597113.jpg -mode=0 +file=/home/nemo/Pictures/Wallpapers/wallhaven-575741.jpg +mode=5 bgcolor=#000000 diff --git a/files/display/.config/nitrogen/nitrogen.cfg b/files/display/.config/nitrogen/nitrogen.cfg index 84df991..ab9bdb5 100644 --- a/files/display/.config/nitrogen/nitrogen.cfg +++ b/files/display/.config/nitrogen/nitrogen.cfg @@ -1,6 +1,6 @@ [geometry] posx=0 -posy=300 +posy=0 sizex=1440 sizey=879 diff --git a/files/display/.screenlayout/office.sh b/files/display/.screenlayout/office.sh index cb3c0ef..757545d 100755 --- a/files/display/.screenlayout/office.sh +++ b/files/display/.screenlayout/office.sh @@ -1,2 +1,4 @@ #!/bin/sh -xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1440x900 --pos 0x300 --rotate normal --output DP1 --off --output DP1-1 --off --output HDMI2 --off --output HDMI1 --off --output DP1-8 --mode 1920x1200 --pos 1440x0 --rotate normal --output DP2 --off +MONITOR=${1:-DP1} +xrandr --output eDP1 --primary --mode 1440x900 --pos 0x300 --rotate normal \ + --output $MONITOR --mode 1920x1200 --pos 1440x0 --rotate normal \ No newline at end of file diff --git a/files/dl/.wgetrc b/files/dl/.wgetrc index d7df22b..6d8c70b 100644 --- a/files/dl/.wgetrc +++ b/files/dl/.wgetrc @@ -34,4 +34,5 @@ robots = off # Print the HTTP and FTP server responses server_response = on -# user_agent = Mozilla/Gecko/Firefox/58.0 \ No newline at end of file +# user_agent = Mozilla/Gecko/Firefox/58.0 +content_disposition = on \ No newline at end of file diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 828fe09..e1f3dfe 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -25,7 +25,7 @@ exec urxvtd -q -f -o exec xbacklight -set 15 # Code Workspace -exec i3-msg "workspace $WS1; exec subl3" +exec i3-msg "workspace $WS1; exec subl" exec i3-msg "workspace $WS1; exec cwdterm.sh" # Web workspace diff --git a/files/mpv/.config/mpv/mpv.conf b/files/mpv/.config/mpv/mpv.conf index 6f39ad4..6634f6d 100644 --- a/files/mpv/.config/mpv/mpv.conf +++ b/files/mpv/.config/mpv/mpv.conf @@ -1 +1 @@ -sub-font="Serif"sub-auto=fuzzy +# sub-font="Serif"sub-auto=fuzzy diff --git a/files/x11/.xinitrc b/files/x11/.xinitrc index c510063..42c0a4f 100755 --- a/files/x11/.xinitrc +++ b/files/x11/.xinitrc @@ -1,6 +1,6 @@ #!/bin/sh xrdb ~/.Xresources xset -b -export PATH="${PATH}:/home/nemo/.nvm/versions/node/v8.9.1/bin:/home/nemo/projects/scripts" +export PATH="${PATH}:/home/nemo/projects/scripts" dbus-update-activation-environment --systemd DISPLAY exec i3 \ No newline at end of file