Package Details: alsi 0.4.9-1

Git Clone URL: https://aur.archlinux.org/alsi.git (read-only, click to copy)
Package Base: alsi
Description: ALSI: a configurable system information tool for Arch Linux.
Upstream URL: https://github.com/trizen/alsi
Keywords: ascii
Licenses: GPLv3
Submitter: trizen
Maintainer: trizen
Last Packager: trizen
Votes: 179
Popularity: 0.000275
First Submitted: 2010-10-04 18:06 (UTC)
Last Updated: 2020-10-12 13:26 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »

mohlerm commented on 2014-04-18 15:07 (UTC)

Thanks for the fix, works here

farnsworth commented on 2014-04-13 09:34 (UTC)

In order to have a good used RAM value I've changed this in /usr/bin/alsi, lines 297/298 are now like these : $freeram += $1 / 1024 if $. > 1 and $. != 3 and $ram_line =~ /$match_ram/o; last if $. == 5; I have excluded the 3rd line of meminfo and read one line further Don't know if this is a good solution but it's working fine ;) Max

steadybright commented on 2014-04-10 22:41 (UTC)

Thanks for the link. I'll check it out. Thanks for all of your help today.

trizen commented on 2014-04-10 22:15 (UTC)

Ah, I was almost sure that you will ask about this. It's not possible. :) Well, it is, but you need to hardcode the color inside the alsi.output file. Here is a working example: https://github.com/trizen/config-files/blob/master/.config/alsi/alsi.output

steadybright commented on 2014-04-10 21:38 (UTC)

Sorry, one more thing: how may I get the percetage color working again for the RAM usage? The "OTHER" case we're presently using for RAM usage does not employ this capability as is. Thanks!

steadybright commented on 2014-04-10 21:27 (UTC)

Thank you for your help! That was not intuitive to me.

trizen commented on 2014-04-10 21:07 (UTC)

Set: green => 50, yellow: 85, red: 100; alsi does this: if usage <= value_of(green): use green elsif usage <= value_of(yellow): use yellow elsif usage <= value_of(red): use red

steadybright commented on 2014-04-10 20:18 (UTC)

@trizen, thanks, that got me Yellow. In the alsi.conf, I've set green to => 0, yellow => 65, and red => 90. But all I get for partition usage in alsi is yellow. Could a .bashrc setting mess up these alsi colors?

trizen commented on 2014-04-10 18:45 (UTC)

Try to execute alsi with the argument '-u' or '-ub' (for bold usage colors). To make the option permanent, change the value of 'USAGE_COLORS' (or 'USAGE_COLORS_BOLD') to one (1) in ~/.config/alsi/alsi.conf.