Jump to content

Hello LTT forum members. I've got a question.

I recently switched to fedora on my trusty G62 laptop.

 

Does anybody know of any Rainmeter like programs for linux?

 

Preferably one with the same amount/more customization options.

I have googled this and found conky but i thought i'd see if you have any other suggestions.

 

And since im still learning i'd like some tips about how to install general programs in a simple manner.

I followed a guide that showed me how to use the Sudo yum install "program name" command in the terminal.

But that did not seem to work with conky :/

 

 

Any help will be appreciated

====>The car thread<====>Dark Souls thread<====>Placeholder<====
"Life is like a raging river, Its gonna get rough downstream. And people's gonna piss in it" 

"Who discovered we could get milk from cows, and what did he THINK he was doing at the time?"

Link to comment
https://linustechtips.com/topic/165689-rainmeter-equivalent-on-linux/
Share on other sites

Link to post
Share on other sites

Right.. so i just spent two whole self study lessons on getting conky to sort of work. I'll upload a screenshot of the problem when i get home. The text

Doesn't go away and the new text appears on top of it. Making it unreadable..

====>The car thread<====>Dark Souls thread<====>Placeholder<====
"Life is like a raging river, Its gonna get rough downstream. And people's gonna piss in it" 

"Who discovered we could get milk from cows, and what did he THINK he was doing at the time?"

Link to post
Share on other sites

Definitely conky.

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to post
Share on other sites

Right so here's the problem i have right now.

As you can probably see. some of the text has just become a mess.. And that's because the old text doesn't go away....
Screenshotfrom2014-06-1314_45_43_zpsccfa

 

Here's the conkyrc files contents


background no
xftfont Terminus:size=8
xftalpha 0.8
update_interval 10.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer no
minimum_size 215 5
maximum_width 300
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color black
alignment top_right
gap_x 8
gap_y 32
no_buffers yes
cpu_avg_samples 2
override_utf8_locale no
uppercase yes

TEXT
$stippled_hr
$nodename - $sysname $kernel ($machine)
$stippled_hr

Kernel: $alignr $kernel
Uptime: $alignr $uptime

$stippled_hr
SYSTEM
$stippled_hr

CPU1: ${alignr} ${cpu cpu1}%
CPU2: ${alignr} ${cpu cpu2}%
${cpugraph 20}
Load: $alignr $loadavg

Processes: $alignr $processes
Running: $alignr $running_processes

RAM: $alignr $mem/$memmax
${membar 3}
Swap: $alignr $swap / $swapmax
${swapbar 3}

$stippled_hr
TOP
$stippled_hr


Name $alignr PID CPU% MEM%
${color #ddaa00} ${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top mem 1}$color
${top name 2} $alignr ${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3} ${top mem 3}

Mem usage$color
${color #ddaa00} ${top_mem name 1} $alignr ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}$color
${top_mem name 2} $alignr ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${top_mem name 3} $alignr ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}

$stippled_hr
Temp
$stippled_hr

${color #ddaa00} CPU: ${alignr}${acpitemp}C$color
GPU: $alignr ${execi 30 nvidia-settings -q [gpu:0]/GPUCoreTemp | grep '):' | awk '{print $4}' | sed 's/\.//'}C

$stippled_hr
HDD
$stippled_hr

I/O:

Write: $alignr $diskio_write
${diskiograph_write 20}
Read: $alignr $diskio_read
${diskiograph_read 20}

ROOT: $alignr ${fs_free /} / ${fs_size /}
${fs_bar 3 /}

HOME: $alignr ${fs_free /home} / ${fs_size /home}
${fs_bar 3 /home}
HDD1: $alignr ${fs_free /media/HDD1} / ${fs_size /media/HDD1}
${fs_bar 3 /media/HDD1}
HDD2: $alignr ${fs_free /media/HDD2} / ${fs_size /media/HDD2}
${fs_bar 3 /media/HDD2}

$stippled_hr
Network
$stippled_hr

Down:
${color #ddaa00} Speed: $alignr ${downspeed eth0} k/s$color
Tot: $alignr ${totaldown eth0}

${downspeedgraph eth0 20} ${alignr}${upspeedgraph eth0 20}

Up:
${color #ddaa00} Speed: $alignr ${upspeed eth0} k/s$color
Tot: $alignr ${totalup eth0}

${upspeedgraph eth0 20} ${alignr}${upspeedgraph eth0 20}

====>The car thread<====>Dark Souls thread<====>Placeholder<====
"Life is like a raging river, Its gonna get rough downstream. And people's gonna piss in it" 

"Who discovered we could get milk from cows, and what did he THINK he was doing at the time?"

Link to post
Share on other sites

How many instances of Conky did you ran? Care to check TOP/HTOP?

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to post
Share on other sites

How many instances of Conky did you ran? Care to check TOP/HTOP?

Htop is showing it twice even though i only start it once. 

====>The car thread<====>Dark Souls thread<====>Placeholder<====
"Life is like a raging river, Its gonna get rough downstream. And people's gonna piss in it" 

"Who discovered we could get milk from cows, and what did he THINK he was doing at the time?"

Link to post
Share on other sites

It got much better when i changed

background no


xftfont Terminus:size=8
xftalpha 0.8
update_interval 10.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer no
minimum_size 215 5
maximum_width 300
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color black
alignment top_right
gap_x 8
gap_y 32
no_buffers yes
cpu_avg_samples 2
override_utf8_locale no
uppercase yes

 

to

 


xftfont Terminus:size=8
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_type desktop
own_window_hints undecorated,below,sticky
own_window_argb_visual yes
own_window_argb_value 0
own_window_transparent yes
Use_spacer_right
use_xft yes
double_buffer yes
minimum_size 215 6
maximum_width 300
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
default_color black
default_shade_color white
alignment top_right
gap_x 6
gap_y 25
no_buffers yes
cpu_avg_samples 2
override_utf8_locale yes
uppercase yes

background yes

 

10380426_10202784791879968_3469662151757

 

But it still happens from time to time.

====>The car thread<====>Dark Souls thread<====>Placeholder<====
"Life is like a raging river, Its gonna get rough downstream. And people's gonna piss in it" 

"Who discovered we could get milk from cows, and what did he THINK he was doing at the time?"

Link to post
Share on other sites

Conky FTW

My PC: Intel Core i3-3220 | Alpenföhn Civetta | XFX HD 7770 1GB | ASRock B75-Pro3-M | Kingston HyperX Blu 8GB | beQuiet PurePower L8 430W | Seagate Barracuda 7200.14 1TB | Kingston V200+ 60GB | NZXT Vulcan | Soundblaster Play Replaced by Notebook + eGPU

My Notebook:   Apple MacBook Pro Retina 13-inch, Late 2013; Core i5 4258U @2.4-2.9 Ghz, 8GB RAM, 256GB PCIe SSD, Iris Graphics 5100 + GTX 960 eGPU

My Phone: OnePlus One with CM12      Camera: Nikon D3200 + 50mm f/1.8G + Kit lenses

Link to post
Share on other sites

Conky FTW

Now that it's working it's really nice  :)

====>The car thread<====>Dark Souls thread<====>Placeholder<====
"Life is like a raging river, Its gonna get rough downstream. And people's gonna piss in it" 

"Who discovered we could get milk from cows, and what did he THINK he was doing at the time?"

Link to post
Share on other sites

Now that it's working it's really nice  :)

 

Did you managed to fix it?

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to post
Share on other sites

Did you managed to fix it?

Yup. The Conkyrc file just needed a bit of work^^

====>The car thread<====>Dark Souls thread<====>Placeholder<====
"Life is like a raging river, Its gonna get rough downstream. And people's gonna piss in it" 

"Who discovered we could get milk from cows, and what did he THINK he was doing at the time?"

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×