System monitoring on Salix Ratpoison
Posted: 8. Mar 2015, 13:31
I still think that Salix Ratpoison is a nice distribution. But all the time it has been a little bit unhandsome to use on a laptop since it was hard to monitor clock, battery status and wifi signal strength.
My current solution is letting Ratpoison start the Conky system monitor when booting up.
I added a "goto Conky window" line to my main.sh file
in combination with .ratpoisonrc
I get a quite direct access to the Conky window showing all important information.
I think monitoring the battery on a laptop is quite important, also when using Ratpoison. My suggestion is to add Conky to the preinstalled programs of Ratpoison and auto start it on bootup..
My current solution is letting Ratpoison start the Conky system monitor when booting up.
I added a "goto Conky window" line to my main.sh file
Code: Select all
"CONKY" "ratpoison -c 'select Conky'" \
Code: Select all
definekey top Menu exec ~/.ratmenu/main.sh

I think monitoring the battery on a laptop is quite important, also when using Ratpoison. My suggestion is to add Conky to the preinstalled programs of Ratpoison and auto start it on bootup..