Update dwmblocks status bar in SXHkD instead of using notify-send
This commit is contained in:
@@ -104,20 +104,20 @@ Scroll_Lock
|
||||
|
||||
# Brightness
|
||||
XF86MonBrightness{Down,Up}
|
||||
xbacklight -{dec,inc} 25; \
|
||||
notify-send -u low "Brightness: $(xbacklight)"
|
||||
kill -37 $(pidof dwmblocks); \
|
||||
xbacklight -{dec,inc} 5;
|
||||
|
||||
shift + XF86MonBrightness{Down,Up}
|
||||
xbacklight -{dec,inc} 5; \
|
||||
notify-send -u low "Brightness: $(xbacklight)"
|
||||
kill -37 $(pidof dwmblocks); \
|
||||
xbacklight -{dec,inc} 1;
|
||||
|
||||
super + F{3,4}
|
||||
xbacklight -{dec,inc} 25; \
|
||||
notify-send -u low "Brightness: $(xbacklight)"
|
||||
kill -37 $(pidof dwmblocks); \
|
||||
xbacklight -{dec,inc} 5;
|
||||
|
||||
super + shift + F{3,4}
|
||||
xbacklight -{dec,inc} 5; \
|
||||
notify-send -u low "Brightness: $(xbacklight)"
|
||||
kill -37 $(pidof dwmblocks); \
|
||||
xbacklight -{dec,inc} 1;
|
||||
|
||||
;; Local Variables:
|
||||
;; mode: conf
|
||||
|
||||
Reference in New Issue
Block a user