Lots: Change active wallpaper directory, reorganize Polybar
This commit is contained in:
parent
0b0ca65a1e
commit
108c4ed40a
@ -73,7 +73,7 @@ xset s off
|
|||||||
|
|
||||||
## SERVICES AND DAEMONS
|
## SERVICES AND DAEMONS
|
||||||
sxhkd & # Simple hotkey daemon
|
sxhkd & # Simple hotkey daemon
|
||||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
|
feh --randomize --bg-fill ~/Pictures/Wallpapers/.active &
|
||||||
if [[ $(pgrep polybar) ]]; then
|
if [[ $(pgrep polybar) ]]; then
|
||||||
# Just covering bases here. Makes it easy to reload settings.
|
# Just covering bases here. Makes it easy to reload settings.
|
||||||
killall polybar
|
killall polybar
|
||||||
|
@ -85,11 +85,11 @@ exec_always --no-startup-id "killall polybar && ~/.config/polybar/start.sh"
|
|||||||
#exec --no-startup-id "redshift"
|
#exec --no-startup-id "redshift"
|
||||||
#exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
#exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
||||||
#exec_always --no-startup-id "dunst"
|
#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 "mopidy"
|
||||||
#exec --no-startup-id "syncthing -no-browser"
|
#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
|
## Settings
|
||||||
|
@ -76,8 +76,8 @@ monitor = ${env:PB_MONITOR}
|
|||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
|
||||||
modules-left = i3 bspwm cpu memory update-arch
|
modules-left = i3 bspwm cpu memory fs-home update-arch
|
||||||
modules-center = xwindow
|
modules-center =
|
||||||
modules-right = wlan battery xbacklight volume date
|
modules-right = wlan battery xbacklight volume date
|
||||||
|
|
||||||
[bar/secondary-top]
|
[bar/secondary-top]
|
||||||
|
@ -26,7 +26,7 @@ alt + Escape
|
|||||||
|
|
||||||
# Reset wallpaper
|
# Reset wallpaper
|
||||||
alt + shift + w
|
alt + shift + w
|
||||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3
|
feh --randomize --bg-fill ~/Pictures/Wallpapers/.active
|
||||||
|
|
||||||
# Pulse controls
|
# Pulse controls
|
||||||
XF86Audio{Raise,Lower}Volume
|
XF86Audio{Raise,Lower}Volume
|
||||||
|
Loading…
Reference in New Issue
Block a user