How do I install/see coolbits in my x sever settings window? I added the Coolbits option 1 line to the xorg.config file but I see nothing called Coolbits.
Thanks for any help
Thanks for any help
#!/bin/bash sleep 20 && # 0 good for Xfce - use 20 to 30 for Gnome conky -c ~/Conky/conkymain & #sleep 0 && #conky -c ~/Conky/conkyweather & sleep 20 nvidia-settings -a GPUOverclockingState=1 & sleep 1 nvidia-settings -a GPU2DClockFreqs=300,300 & sleep 1 nvidia-settings -a GPU3DClockFreqs=713,1230 & sleep 1 fusion-icon #end
Comment