Search:

Type: Posts; User: 1inux; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    3,621

    [all variants] Conky - Symbol for battery status

    For conky, is there an if-then statement that could display a '-' or '+' depending on whether my laptop battery is charging of discharging.

    Usually, i will use:

    ${if_match <conky variable> >=...
  2. Replies
    5
    Views
    1,352

    [all variants] Re: Conky Sensors in Fahrenheit

    Thanks for helping! but, i already figured it out.

    ${exec sensors | grep 'temp1' | cut -c15-16 | awk '{print ($1*9)/5+32}'}
  3. Replies
    5
    Views
    1,352

    [all variants] Conky Sensors in Fahrenheit

    I am using conky with the code:

    ${exec sensors | grep 'temp1' | cut -c15-16}°C / ${exec sensors | grep 'temp1' | cut -c32-36 }

    This displays the current and critical temperature of the CPU in...
  4. Thread: gtk panel issues

    by 1inux
    Replies
    1
    Views
    435

    [gnome] gtk panel issues

    I am using the elementary gtk theme, but i wanted to have my gnome-panel have a set custom background, so i went into the 'gtkrc' and commented out "#include "Apps/panel.rc"". This worked perfectly...
Results 1 to 4 of 4