diff --git a/config/xmobar/xmobarrc b/config/xmobar/xmobarrc
index 67b3a6e5..278e5eaa 100644
--- a/config/xmobar/xmobarrc
+++ b/config/xmobar/xmobarrc
@@ -12,7 +12,7 @@ Config {
-- layout
, sepChar = "%" -- delineator between plugin names and straight text
, alignSep = "}{" -- separator between left-right alignment
- , template = " %XMonadLog% | %battery% | %multicpu% | %memory% }{ %Volume% | %date% | %kbd% %_XMONAD_TRAYPAD%"
+ , template = " %XMonadLog% | %battery% | %multicpu% | %memory% }{ %vol% | %date% | %kbd% %_XMONAD_TRAYPAD%"
-- general behavior
, lowerOnStart = True -- send to bottom of window stack on start
@@ -82,8 +82,6 @@ Config {
, "--high" , "darkred"
] 10
, Run XPropertyLog "_XMONAD_TRAYPAD"
-
- , Run Com "/home/sako/.config/xmobar/scripts/volume.sh" [] "vol" 30
-- battery monitor
, Run Battery [ "--template" , "Batt: "
@@ -101,7 +99,7 @@ Config {
-- charged status
, "-i" , "Charged"
] 50
- , Run Volume "default" "Master" [] 10
+ , Run Com "/home/sako/.config/xmobar/scripts/pulsevol.sh" [] "vol" 10
-- time and date indicator
-- (%F = y-m-d date, %a = day of week, %T = h:m:s time)