Skip to content

Commit

Permalink
🚸 polybar[mic]: use tail output for mic status
Browse files Browse the repository at this point in the history
Use tail = true instead of using interval
  • Loading branch information
cristianmiranda committed Aug 5, 2024
1 parent 23a5dbc commit 506e135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ label-foreground = ${colors.foreground}

[module/microphone]
type = custom/script
interval = 2
tail = true
format = <label>
label = "%output%"
exec = .config/polybar/scripts/mic-status
Expand Down

0 comments on commit 506e135

Please sign in to comment.