diff options
author | EuAndreh <eu@euandre.org> | 2024-06-16 11:06:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-06-16 11:07:32 -0300 |
commit | 04ad12241d3555d82b1a9265400ec0b8a7138ca2 (patch) | |
tree | 1ea6c4939ebfd9fc1d561765017b30d02e2a717f /etc/xmobar | |
parent | etc/xmonad/xmonad.hs: Add keybindings for switching monitors setup (diff) | |
download | dotfiles-04ad12241d3555d82b1a9265400ec0b8a7138ca2.tar.gz dotfiles-04ad12241d3555d82b1a9265400ec0b8a7138ca2.tar.xz |
Simplify code used by xmobar
Remove the endless loop, and stop polling the system while doing
nothing.
Diffstat (limited to 'etc/xmobar')
-rw-r--r-- | etc/xmobar/velhinho | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/xmobar/velhinho b/etc/xmobar/velhinho index bfcfcf1..1581b7d 100644 --- a/etc/xmobar/velhinho +++ b/etc/xmobar/velhinho @@ -18,7 +18,7 @@ Config { "-h", "green", "-l", "red"] 10 - , Run CommandReader "forever -q x sleep 1 AND player synopsis" "mpris" + , Run CommandReader "player synopsis-f" "mpris" ] , template = " %default:Master%| %mpris% } { %wlp1s0wi% | %cpu% | %battery% | %disku% | %memory% * %swap% | <fc=#5ea2a4>%date%</fc> " } |