Wrote dmenu bg-chooser script

This commit is contained in:
2019-01-05 17:48:36 -05:00
parent 453d2febc2
commit 5139bb33f6
9 changed files with 33 additions and 16 deletions

View File

@@ -135,9 +135,9 @@ bindsym control+Shift+x kill
# backgrounds
# set $colors_sh "~/.cache/wal/colors.sh"
bindsym $mod+q exec wal -i "$HOME/Pictures/Backgrounds/vibrant"; exec ~/.cache/wal/colors.sh
bindsym $mod+w exec wal -i "$HOME/Pictures/Backgrounds/dim"; exec ~/.cache/wal/colors.sh
# bindsym $mod+w exec wal -i "$HOME/Pictures/Backgrounds/dim"; exec ~/.cache/wal/colors.sh
bindsym $mod+r exec wal -i "$HOME/Pictures/Backgrounds/"; exec ~/.cache/wal/colors.sh
bindsym $mod+z exec feh --bg-fill ~/Pictures/Backgrounds/dim/black.jpg
bindsym $mod+w exec ~/linux-config/scripts/bg-chooser
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle

View File

@@ -37,10 +37,10 @@ label=
# color=#3da061
interval=5
[wifi]
label=
instance=wlp4s0
interval=10
# [wifi]
# label=
# instance=wlp4s0
# interval=10
[name]
# label=🎅

View File

@@ -674,8 +674,12 @@ map rr source ~/.config/ranger/rc.conf
# backgrounds
map w shell /usr/bin/wal -i %f
map bgd shell mv %f dim
map bgb shell mv %f vibrant
map bdc shell mv %f dim/editing
map bdn shell mv %f dim/non-editing
# map bbc shell mv %f bright/editing
# map bbn shell mv %f bright/non-editing
map bc shell mv %f editing
map bn shell mv %f non-editing
# bulk rename
map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ")