diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 99c2637e..ba0dcf63 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -73,7 +73,7 @@ xset s off ## SERVICES AND DAEMONS sxhkd & # Simple hotkey daemon -feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 & +feh --randomize --bg-fill ~/Pictures/Wallpapers/.active & if [[ $(pgrep polybar) ]]; then # Just covering bases here. Makes it easy to reload settings. killall polybar diff --git a/.config/i3/config b/.config/i3/config index 468b4bee..ffe1a5e8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -85,11 +85,11 @@ exec_always --no-startup-id "killall polybar && ~/.config/polybar/start.sh" #exec --no-startup-id "redshift" #exec_always --no-startup-id "compton --config ~/.config/compton.conf" #exec_always --no-startup-id "dunst" -#exec_always --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3" +#exec_always --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/.active" #exec --no-startup-id "mopidy" #exec --no-startup-id "syncthing -no-browser" -bindsym $mod+$shift+w exec --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3" +bindsym $mod+$shift+w exec --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/.active" ################### ## Settings diff --git a/.config/polybar/config b/.config/polybar/config index 478b9117..3c79e3e9 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -76,8 +76,8 @@ monitor = ${env:PB_MONITOR} inherit = template/bar tray-position = right -modules-left = i3 bspwm cpu memory update-arch -modules-center = xwindow +modules-left = i3 bspwm cpu memory fs-home update-arch +modules-center = modules-right = wlan battery xbacklight volume date [bar/secondary-top] diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index d2fc3a7c..d8cefb0b 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -26,7 +26,7 @@ alt + Escape # Reset wallpaper alt + shift + w - feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 + feh --randomize --bg-fill ~/Pictures/Wallpapers/.active # Pulse controls XF86Audio{Raise,Lower}Volume