Closed FuGangqiang closed 4 years ago
Do you observe that it is consuming a lot of CPU resources (e.g. in htop
)?
when I move mouse quickly,
the Xorg
's CPU%
is around 20%
in both of cases,
and i3status-rs
's CPU%
is very slowlow
(0.x%
).
When I use htop
, i3status-rs
and move mouse quickly, I find that xorg
's State
changes from time to time to D: disk sleep (uninterruptible)
and i3status-rs's CPU% is very slow.
By "slow" do you mean "high"? Higher than 20%?
oh, that's my misnomer, I'm sorry,
i3status-rs
's CPU%
is very slowlow
(0.x%
).
corrected above
@FuGangqiang try disabling the xrandr
block, and see https://github.com/greshake/i3status-rust/issues/274
I had the same issue (slowness when using the xrandr block).
thanks for @x123
when I use config as bellow, it looks better:
[[block]]
block = "xrandr"
interval = 10
When I use
i3status
, I don't feel the system delay, But when I switch toi3status-rs(master branch)
, I can feel the mouse delay using chrome or vscode.If you need some command output, please let me know
here is my
i3status
config:and my
i3status-rs
config: