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
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
#define BORDER_SIZE 2
|
#define BORDER_SIZE 2
|
||||||
#define INNER_GAPS 20
|
#define INNER_GAPS 20
|
||||||
#define OUTER_GAPS 10
|
#define OUTER_GAPS 10
|
||||||
#define MAXLEN 40
|
#define MAXLEN 25
|
||||||
#define CURSOR_SIZE 16
|
#define CURSOR_SIZE 16
|
||||||
|
|
||||||
! DWM
|
! DWM
|
||||||
|
Submodule .config/doom-emacs updated: 35a89bdfa6...61d7200e64
Submodule .config/dwm-flexipatch updated: 60a43475a9...d6393f1f36
@@ -29,7 +29,6 @@ declare -a delay_array=(\
|
|||||||
"/usr/bin/kdeconnect-indicator" \ # KDE Connect Indicator
|
"/usr/bin/kdeconnect-indicator" \ # KDE Connect Indicator
|
||||||
"/usr/bin/flameshot" \ # Flameshot Screenshot Tool
|
"/usr/bin/flameshot" \ # Flameshot Screenshot Tool
|
||||||
"/usr/bin/xfce4-power-manager" \ # XFCE4 Power Manager
|
"/usr/bin/xfce4-power-manager" \ # XFCE4 Power Manager
|
||||||
"/usr/bin/volctl" \ # PulseAudio Volume Control
|
|
||||||
"/usr/bin/udiskie -a -n -s" \ # Udiskie
|
"/usr/bin/udiskie -a -n -s" \ # Udiskie
|
||||||
"/usr/bin/openrgb" \ # OpenRGB
|
"/usr/bin/openrgb" \ # OpenRGB
|
||||||
# System Restore Processes
|
# System Restore Processes
|
||||||
@@ -45,7 +44,6 @@ declare -a kill_delay_array=(\
|
|||||||
"killall kdeconnect-indicator" \ # KDE Connect Indicator
|
"killall kdeconnect-indicator" \ # KDE Connect Indicator
|
||||||
"killall flameshot" \ # Flameshot Screenshot Tool
|
"killall flameshot" \ # Flameshot Screenshot Tool
|
||||||
"killall xfce4-power-manager" \ # XFCE4 Power Manager
|
"killall xfce4-power-manager" \ # XFCE4 Power Manager
|
||||||
"killall volctl" \ # PulseAudio Volume Control
|
|
||||||
"killall udiskie" \ # Udiskie
|
"killall udiskie" \ # Udiskie
|
||||||
"killall openrgb" \ # OpenRGB
|
"killall openrgb" \ # OpenRGB
|
||||||
)
|
)
|
||||||
|
@@ -7485,7 +7485,7 @@ exec dwm
|
|||||||
#define BORDER_SIZE 2
|
#define BORDER_SIZE 2
|
||||||
#define INNER_GAPS 20
|
#define INNER_GAPS 20
|
||||||
#define OUTER_GAPS 10
|
#define OUTER_GAPS 10
|
||||||
#define MAXLEN 40
|
#define MAXLEN 25
|
||||||
#define CURSOR_SIZE 16
|
#define CURSOR_SIZE 16
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
@@ -8062,7 +8062,6 @@ declare -a delay_array=(\
|
|||||||
"/usr/bin/kdeconnect-indicator" \ # KDE Connect Indicator
|
"/usr/bin/kdeconnect-indicator" \ # KDE Connect Indicator
|
||||||
"/usr/bin/flameshot" \ # Flameshot Screenshot Tool
|
"/usr/bin/flameshot" \ # Flameshot Screenshot Tool
|
||||||
"/usr/bin/xfce4-power-manager" \ # XFCE4 Power Manager
|
"/usr/bin/xfce4-power-manager" \ # XFCE4 Power Manager
|
||||||
"/usr/bin/volctl" \ # PulseAudio Volume Control
|
|
||||||
"/usr/bin/udiskie -a -n -s" \ # Udiskie
|
"/usr/bin/udiskie -a -n -s" \ # Udiskie
|
||||||
"/usr/bin/openrgb" \ # OpenRGB
|
"/usr/bin/openrgb" \ # OpenRGB
|
||||||
# System Restore Processes
|
# System Restore Processes
|
||||||
@@ -8078,7 +8077,6 @@ declare -a kill_delay_array=(\
|
|||||||
"killall kdeconnect-indicator" \ # KDE Connect Indicator
|
"killall kdeconnect-indicator" \ # KDE Connect Indicator
|
||||||
"killall flameshot" \ # Flameshot Screenshot Tool
|
"killall flameshot" \ # Flameshot Screenshot Tool
|
||||||
"killall xfce4-power-manager" \ # XFCE4 Power Manager
|
"killall xfce4-power-manager" \ # XFCE4 Power Manager
|
||||||
"killall volctl" \ # PulseAudio Volume Control
|
|
||||||
"killall udiskie" \ # Udiskie
|
"killall udiskie" \ # Udiskie
|
||||||
"killall openrgb" \ # OpenRGB
|
"killall openrgb" \ # OpenRGB
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user