Tagged Questions
0
votes
1answer
129 views
Add USB space in conky
I'm setting conky and I'd like to add the usb space, I use:
$font${color DimGray}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
for the full hdd, what should I write ...
1
vote
2answers
230 views
How does CPU frequency work in conky?
I'm setting up conky and I would like to add the CPU frequency, but if I put
${freq_g cpu0} Ghz
I get 1.2Ghz. Why is that? My CPU is 2.8Ghz.
1
vote
2answers
290 views
How cpu works in conky
I' m trying to setup conky and I saw that I can use from cpu0 to cpu4
CPU0 ${cpu cpu0}% ${cpubar cpu0}
CPU1 ${cpu cpu1}% ${cpubar cpu1}
CPU2 ${cpu cpu2}% ${cpubar cpu2}
CPU3 ${cpu cpu3}% ${cpubar ...
3
votes
1answer
345 views
Help w/ Minimal Notifications? (Pipes?)
I am trying to instate a more minimally-graphic notification scenario in Arch Linux. Specifically, I've taken interest with programs such as dzen2 or conky that allow for more text-based status bars.
...