Code: Select all
$ acpi
No support for device type: power_supply
...
$ acpi 2>/dev/null
$
Code: Select all
$ acpi
No support for device type: power_supply
...
$ acpi 2>/dev/null
$
Code: Select all
acpi 2>/dev/null && echo $?
Code: Select all
$ acpi 2>/dev/null && echo $?
0
Code: Select all
bash -c "[[ -z $(acpi 2>/dev/null) ]] && { ;} || { notify-send 'battery low'; }"
We'll be doing a complete review of the tint2s next week and I hope you'll join usMelber wrote: Sat Aug 21, 2021 6:17 pm @m_pav I changed the boot parameters from the default quiet splasht nosplash to what I have in MX19 ro no quiet
Hey presto, start up time more than halved! Correct 1920x1200 screen resolution! Shutdown and reboot work without hanging!
@Jerry3904 Nice to see greyblue tint2, even if it's spelled wrong![]()
One very minor quibble, background 4 (the MX button) doesn't need a border because the MX icon you're using already has one.
The "no" in your startup line is not a recognised startup switch. I tested the altered startup on my VM with only "ro quiet" and there was no change whatsoever in the time it took from keypress to first sighting of the wallpaper, so this may be simply a solution that is particular to your hardware. Be interesting to see if others can report the same or similar things.Melber wrote: Sat Aug 21, 2021 6:17 pm @m_pav I changed the boot parameters from the default quiet splasht nosplash to what I have in MX19 ro no quiet
Hey presto, start up time more than halved! Correct 1920x1200 screen resolution! Shutdown and reboot work without hanging!