From 7af27d5644868e7969811b4a3a34990894b51053 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 31 Jul 2022 18:02:18 -0400 Subject: [PATCH] Replace `volctl` with Volume Polybar Module - Reduce `MAXLEN` in Xresources to 25 - Add volume module to dwm polybar - Remove volctl from startup - Update `doom-emacs` submodule --- .Xresources | 2 +- .config/doom-emacs | 2 +- .config/dwm-flexipatch | 2 +- .scripts/startup.sh | 2 -- README.org | 4 +--- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.Xresources b/.Xresources index bd84257..a7dfcb2 100644 --- a/.Xresources +++ b/.Xresources @@ -51,7 +51,7 @@ #define BORDER_SIZE 2 #define INNER_GAPS 20 #define OUTER_GAPS 10 -#define MAXLEN 40 +#define MAXLEN 25 #define CURSOR_SIZE 16 ! DWM diff --git a/.config/doom-emacs b/.config/doom-emacs index 35a89bd..61d7200 160000 --- a/.config/doom-emacs +++ b/.config/doom-emacs @@ -1 +1 @@ -Subproject commit 35a89bdfa6064e507f8848b1d162433fe92ca829 +Subproject commit 61d7200e649d005ce80df0b74a6ee47b4db0a9d0 diff --git a/.config/dwm-flexipatch b/.config/dwm-flexipatch index 60a4347..d6393f1 160000 --- a/.config/dwm-flexipatch +++ b/.config/dwm-flexipatch @@ -1 +1 @@ -Subproject commit 60a43475a9355888aaca84ec042b747692537355 +Subproject commit d6393f1f36e449d4a876728c1264ce8b81bfdf5e diff --git a/.scripts/startup.sh b/.scripts/startup.sh index 1327c97..2887097 100755 --- a/.scripts/startup.sh +++ b/.scripts/startup.sh @@ -29,7 +29,6 @@ declare -a delay_array=(\ "/usr/bin/kdeconnect-indicator" \ # KDE Connect Indicator "/usr/bin/flameshot" \ # Flameshot Screenshot Tool "/usr/bin/xfce4-power-manager" \ # XFCE4 Power Manager - "/usr/bin/volctl" \ # PulseAudio Volume Control "/usr/bin/udiskie -a -n -s" \ # Udiskie "/usr/bin/openrgb" \ # OpenRGB # System Restore Processes @@ -45,7 +44,6 @@ declare -a kill_delay_array=(\ "killall kdeconnect-indicator" \ # KDE Connect Indicator "killall flameshot" \ # Flameshot Screenshot Tool "killall xfce4-power-manager" \ # XFCE4 Power Manager - "killall volctl" \ # PulseAudio Volume Control "killall udiskie" \ # Udiskie "killall openrgb" \ # OpenRGB ) diff --git a/README.org b/README.org index c94f892..557c258 100644 --- a/README.org +++ b/README.org @@ -7485,7 +7485,7 @@ exec dwm #define BORDER_SIZE 2 #define INNER_GAPS 20 #define OUTER_GAPS 10 -#define MAXLEN 40 +#define MAXLEN 25 #define CURSOR_SIZE 16 #+END_SRC @@ -8062,7 +8062,6 @@ declare -a delay_array=(\ "/usr/bin/kdeconnect-indicator" \ # KDE Connect Indicator "/usr/bin/flameshot" \ # Flameshot Screenshot Tool "/usr/bin/xfce4-power-manager" \ # XFCE4 Power Manager - "/usr/bin/volctl" \ # PulseAudio Volume Control "/usr/bin/udiskie -a -n -s" \ # Udiskie "/usr/bin/openrgb" \ # OpenRGB # System Restore Processes @@ -8078,7 +8077,6 @@ declare -a kill_delay_array=(\ "killall kdeconnect-indicator" \ # KDE Connect Indicator "killall flameshot" \ # Flameshot Screenshot Tool "killall xfce4-power-manager" \ # XFCE4 Power Manager - "killall volctl" \ # PulseAudio Volume Control "killall udiskie" \ # Udiskie "killall openrgb" \ # OpenRGB )