From 910422efec6d7a8c71c2152e098a6049c43aa580 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 5 Nov 2023 15:20:55 +0100 Subject: [PATCH] xorg: reload statusbar volume after some time --- .config/xorg/xprofile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.config/xorg/xprofile b/.config/xorg/xprofile index ac207bc..e36b676 100644 --- a/.config/xorg/xprofile +++ b/.config/xorg/xprofile @@ -1,11 +1,12 @@ #!/bin/sh -xset r rate 300 50 & # Speed xrate up -unclutter & # Remove mouse when idle -dunst & # dunst for notifications -dunstctl rule dnd_low disable & # disable dnd for low urgencies -dunstctl rule dnd_normal disable & # disable dnd for normal urgencies -redshift & # redshift for saving your eyes -$STATUSBAR & # for refreshing the statusbar -xcompmgr & # compositor for transparency -sxhkd & # for shortcuts +xset r rate 300 50 & # Speed xrate up +unclutter & # Remove mouse when idle +dunst & # dunst for notifications +dunstctl rule dnd_low disable & # disable dnd for low urgencies +dunstctl rule dnd_normal disable & # disable dnd for normal urgencies +redshift & # redshift for saving your eyes +$STATUSBAR & # for refreshing the statusbar +xcompmgr & # compositor for transparency +sxhkd & # for shortcuts +(sleep 10 ; pkill -RTMIN+4 $STATUSBAR) & # reload volume section of statusbar