symon icon indicating copy to clipboard operation
symon copied to clipboard

Symon refresh rate extremely high

Open miikanissi opened this issue 5 years ago • 1 comments

I want to slow down the symon refresh rate but it only goes higher no matter what value I give symon-refresh-rate. Even the default value 4 updates the values hundreds of times per second. I'm on Emacs 27.1.

(use-package symon :ensure t :init (setq symon-refresh-rate 1) (setq symon-delay 2) (setq symon-sparkline-type 'plain) (symon-mode) :bind ("M-s-h" . symon-mode))

miikanissi avatar Mar 05 '21 10:03 miikanissi

see fix here: https://gitlab.com/stanleyj/symon/-/commit/dd95a7580421a2b6ce11503601c783df1fcf0b63

stanleyjwpp avatar May 24 '22 10:05 stanleyjwpp