diff options
author | EuAndreh <eu@euandre.org> | 2023-02-18 10:01:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-18 10:01:14 -0300 |
commit | f80e1cb077b4a018ca0866e2c0516136cfade3b2 (patch) | |
tree | ed65dfa4457b1c0f50c36a23bfc162405ad3c439 /etc/xmobar | |
parent | bin/upgrade: Explicitly define $HOSTNAME (diff) | |
download | dotfiles-f80e1cb077b4a018ca0866e2c0516136cfade3b2.tar.gz dotfiles-f80e1cb077b4a018ca0866e2c0516136cfade3b2.tar.xz |
etc/xmobar/xmobarrc: Don't flood DBus when "wms mpris" fails
Diffstat (limited to 'etc/xmobar')
-rw-r--r-- | etc/xmobar/xmobarrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/xmobar/xmobarrc b/etc/xmobar/xmobarrc index 90f701e..943c1ef 100644 --- a/etc/xmobar/xmobarrc +++ b/etc/xmobar/xmobarrc @@ -18,7 +18,7 @@ Config { "-h", "green", "-l", "red"] 10 - , Run CommandReader "forever x wms mpris AND sleep 1 2>/dev/null" "mpris" + , Run CommandReader "forever x sleep 1 AND wms mpris 2>/dev/null" "mpris" ] , template = " %default:Master%| %mpris% } { %wlp0s20f3wi% | %cpu% | %battery% | %disku% | %memory% * %swap% | <fc=#5ea2a4>%date%</fc> " } |