Conky swap in Debian Mint

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
colyn

Conky swap in Debian Mint

Post by colyn »

I installed Debian Mint on my laptop with everything going smooth as silk.

When I setup conky it does not read swap (no swap%) However I do have a swap partition since I manually partitioned it and it does show up in Disk Utility.

Below is the line in my .conkyrc file

Code: Select all

${color #00ff00}Swap:       $color $swap/$swapmax - ${alignr}$swapperc%
${swapbar 4} 
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
vrkalak

Re: Conky swap in Debian Mint

Post by vrkalak »

Here is the SWAP line from my Conky in Debian.

Code: Select all

SWAP:$alignr$swap/$swapmax - ${swapperc}%
Experiment with it ... Conky is 'fun'
colyn

Re: Conky swap in Debian Mint

Post by colyn »

Got it working..

I had to edit my /etc/fstab and add the line

Code: Select all

/dev/sda5  swap  swap  defaults 0 0
Locked

Return to “Compiz, Conky, Docks & Widgets”