Search found 4 matches

by oblus
04 Apr 2026 14:48
Forum: General
Topic: Is Martin OK?
Replies: 4
Views: 33856

Re: Is Martin OK?

bump
by oblus
04 Apr 2026 13:51
Forum: Flow Sharing Area
Topic: ChargeBar
Replies: 14
Views: 50757

Re: ChargeBar

Code: Select all

wm size
this must be Execute by root command and

Code: Select all

geometry = split(replace(stdout, "Physical size: ", ""), "x");
chane to:

Code: Select all

xline=findAll(stdout,'Physical size.*');
geometry = split(replace(xline[0], "Physical size: ", ""), "x");