summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-28 17:14:05 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-28 17:14:05 -0700
commit3d822887103658e04f7dc0326fa72f6606e50bf2 (patch)
tree0a5c473733de0de6875863d9abe00059a183bffb
parenta4e2913b5b44ae03876b9f124da93ba7a9457c1b (diff)
Fix keybinds for playerctl and small tweaks
-rw-r--r--.config/dunst/dunstrc4
-rw-r--r--.config/mpd/mpd.conf2
-rw-r--r--.config/sxhkd/sxhkdrc6
-rwxr-xr-x.local/bin/statusbar/player_mpris_zscroll_module4
4 files changed, 8 insertions, 8 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index a239311..43ca4b6 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -2,7 +2,7 @@
[global]
monitor = 0
follow = mouse
- geometry = "300x4-15+30"
+ geometry = "300x4-15+40"
indicate_hidden = yes
shrink = yes
transparency = 0
@@ -47,7 +47,7 @@
sticky_history = yes
history_length = 20
- ## Misc advanced.
+ ## Misc advanced.
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox -new-tab
always_run_script = true
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index ee4282e..59ef90e 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -26,7 +26,7 @@ auto_update "yes"
#auto_update_depth "3"
# Not present in example config:
max_output_buffer_size "16384"
-buffer_time "100000"
+#buffer_time "100000"
# Symbolic link behavior
#follow_outside_symlinks "yes"
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 987bb60..1af3ed8 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -154,13 +154,13 @@ super + {Left,Down,Up,Right}
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle
-F86AudioPrev
+XF86AudioPrev
playerctl previous
-F86AudioNext
+XF86AudioNext
playerctl next
-F86AudioPlay
+XF86AudioPlay
playerctl play-pause
# XF86AudioMedia
diff --git a/.local/bin/statusbar/player_mpris_zscroll_module b/.local/bin/statusbar/player_mpris_zscroll_module
index 5930182..6645e4c 100755
--- a/.local/bin/statusbar/player_mpris_zscroll_module
+++ b/.local/bin/statusbar/player_mpris_zscroll_module
@@ -3,10 +3,10 @@
# This is a static status module, for a dynamic one, there is the option
# with zscroll.
-icon=" "
+icon=""
length=50
delay=0.1
-b_padding=$icon
+b_padding="$icon "
a_padding=""
p_padding="  |  "