MX Fluxbox Screenshots

Help for MX Fluxbox
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
ceeslans
Posts: 829
Joined: Sun Apr 14, 2019 3:48 am

Re: MX Fluxbox Screenshots

#411 Post by ceeslans »

wdscharff wrote: Sat Sep 18, 2021 10:39 am I assume this has something to do with the font used, because you have these typical bracket boxes when the OS doesn't know the font.
Unfortunately I don't know which one it was. Fontawsome? Conkysymbols or ConkyWind?
@siamhie Please install fonts-fork-awesome, which is available in MXPI stable repo.
Then change in the conkyrc every occurance of 'Fontawesome' to 'forkawesome'
That should do the trick
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+

User avatar
siamhie
Global Moderator
Posts: 3380
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#412 Post by siamhie »

ceeslans wrote: Sat Sep 18, 2021 10:47 am
wdscharff wrote: Sat Sep 18, 2021 10:39 am I assume this has something to do with the font used, because you have these typical bracket boxes when the OS doesn't know the font.
Unfortunately I don't know which one it was. Fontawsome? Conkysymbols or ConkyWind?
@siamhie Please install fonts-fork-awesome, which is available in MXPI stable repo.
Then change in the conkyrc every occurance of 'Fontawesome' to 'forkawesome'
That should do the trick
Unfortunately that didn't work. Here's what the config section looks like on my end.

${if_up $template3}\
${voffset -10}${font Open Sans:bold:size=8}WiFi $font${wireless_bitrate $template2} $alignr ${addr $template3}
${voffset -14}$alignc${wireless_essid $template3}
$alignc${color2}${wireless_link_bar 4,260 $template3}${color E9E9E9}
↑ ${upspeedf $template3} kb/s $alignr ${totalup $template3}
${voffset -14}$alignc${upspeedgraph $template3 10,120 ff0000 0000ff}
↓ ${downspeedf $template3} kb/s $alignr ${totaldown $template3}

You'll notice there's the arrows showing (on the left side) but conky doesn't display them. I also looked at the MX-Full file on git-hub and it also shows the same thing.

https://github.com/MX-Linux/mx-conky-da ... oO/MX-Full

UPDATE: I think (not sure) I may have found the problem. At the top of the config file, it calls for a font I don't have installed but I'm not sure which one to install.

conky.config = {
background = false,
use_xft = true,
font = 'Terminus:size=8',
xftalpha = 0.5,
update_interval = 1,
You do not have the required permissions to view the files attached to this post.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
ceeslans
Posts: 829
Joined: Sun Apr 14, 2019 3:48 am

Re: MX Fluxbox Screenshots

#413 Post by ceeslans »

Perhaps you can try to download and install the 'terminus' font then?
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+

User avatar
siamhie
Global Moderator
Posts: 3380
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX Fluxbox Screenshots

#414 Post by siamhie »

ceeslans wrote: Sat Sep 18, 2021 12:54 pm Perhaps you can try to download and install the 'terminus' font then?
Turns out fonts-terminus-otb is required. All other terminus fonts won't work.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
ceeslans
Posts: 829
Joined: Sun Apr 14, 2019 3:48 am

Re: MX Fluxbox Screenshots

#415 Post by ceeslans »

siamhie wrote: Sat Sep 18, 2021 1:34 pmTurns out fonts-terminus-otb is required. All other terminus fonts won't work.
@siamhie: you are correct. sorry for not being more specific...

@wdscharff: That's a nice compilation of all useful system details.
I did cleanup the code a bit (e.g many references to unrecognized $align variable), edited network "if/else/endif" config and made some cosmetic changes to the layout.
Fwiw, below is my updated conkyrc"

Code: Select all

conky.config = {

	xftalpha = 0.5,
	update_interval = 1,
	total_run_times = 0,
	double_buffer = true,
	no_buffers = true,
	cpu_avg_samples = 2,
	net_avg_samples = 2,
	use_spacer = 'none',

	background = false,
	own_window = true,
	own_window_type = 'normal',
	own_window_colour = '000000',		
	own_window_transparent = true,
	-- own_window_argb_visual = true,
	-- own_window_argb_value = 0,	
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',

	draw_shades = false,
	draw_outline = false,
	draw_borders = false,
	draw_graph_borders = false,
	border_width = 5,
	-- default_shade_color = 'red',
	-- default_outline_color = 'green',
	-- default_bar_size 0 6

	use_xft = true,
	font = 'Terminus:size=8',
	override_utf8_locale = true,
	uppercase = false,

	minimum_width = 250, maximum_width = 250,
	minimum_height = 0,
	gap_x = 25,
	gap_y = 45,
	alignment = 'top_right',

	default_color = 'white',
	-- color0 = 'dodgerblue3',
	color1 = 'EC0100',
	color2 = 'E9E101',
	color3 = '18FF00',
	color4 = '66aaff',
	
-- network $templates
	template0 = 'eth0',
	template1 = 'eth1',
	template2 = 'wlan0',
	template3 = 'wlan1',

};

conky.text = [[

# SYS
${voffset -8}${font forkawesome:size=10}${color}  ${font Open Sans:Bold:size=10}${color} SYSTEM ${color EC0100}${hr 3}${color}${font}${voffset 5}
OS ${alignr} ${execi 86400 awk -F'"' '/PRETTY/{gsub(/GNU\/Linux /, "");print $2}' /etc/lsb-release} - ${execi 86400 inxi -S|awk '{print $10}'} ${voffset -12}
Kernel${alignr}$sysname $kernel
Uptime ${alignr} $uptime
${voffset 5}\
${alignr}${color2}Updates:  ${color}${execi 360 aptitude search "~U" | wc -l | tail}${voffset 5}

# MEMORY
${voffset -5}${font forkawesome:size=10}  ${font Open Sans:Bold:size=10}${color} MEMORY ${color EC0100}${hr 3}${font}${voffset 5}
${color}RAM on Startup: ${alignr}${execi 999999 free -m | grep -i mem |  awk '{print $3}'}MiB
${color}RAM user: ${alignr}${mem}
${color}RAM free / absolute : ${alignr}${memfree} / ${memmax}
${color}RAM Buffers / Cached:${alignr}$buffers / $cached
${color}Freed easily: ${alignr}${memeasyfree}
${voffset 5}\
${color}RAM: ${goto 60}${color}${memperc}% ${alignr}${color2}${membar 8,100}
${color}SWAP: ${goto 60}${color}${swap}/ ${swapmax} ${alignr}${color2}${swapbar 8,100}

# CPU
${voffset 0}${font forkawesome:size=10}${color}  ${font Open Sans:Bold:size=10}${color} CPU ${color EC0100}${hr 3}
${color}${font}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq | cut -c 1-27} ${offset 10}${freq_g cpu0}GHz ${alignr}$cpu%
#${color}${font}${execi 86400 sed -ne '/model name.*: /{s///;s/@.*//;p;q}' /proc/cpuinfo} ${freq_g cpu0}GHz ${alignr}$cpu%

Core 1: ${goto 50}${cpu cpu1}% ${goto 90}${color}${freq 1} MHz ${alignr}${color2}${cpubar cpu1 6,100}${color}
Core 2: ${goto 50}${cpu cpu2}% ${goto 90}${color}${freq 2} MHz ${alignr}${color2}${cpubar cpu2 6,100}${color}
Core 3: ${goto 50}${cpu cpu3}% ${goto 90}${color}${freq 3} MHz ${alignr}${color2}${cpubar cpu3 6,100}${color}
Core 4: ${goto 50}${cpu cpu4}% ${goto 90}${color}${freq 4} MHz ${alignr}${color2}${cpubar cpu4 6,100}${color}
Core 5: ${goto 50}${cpu cpu5}% ${goto 90}${color}${freq 5} MHz ${alignr}${color2}${cpubar cpu5 6,100}${color}
Core 6: ${goto 50}${cpu cpu6}% ${goto 90}${color}${freq 6} MHz ${alignr}${color2}${cpubar cpu6 6,100}${color}
Core 7: ${goto 50}${cpu cpu7}% ${goto 90}${color}${freq 7} MHz ${alignr}${color2}${cpubar cpu7 6,100}${color}
Core 8: ${goto 50}${cpu cpu8}% ${goto 90}${color}${freq 7} MHz ${alignr}${color2}${cpubar cpu8 6,100}${color}
${voffset 5}${goto 50} ${font Open Sans:size=10}${color2}CPU: ${color}${hwmon 0 temp 1}°C ${alignr 50}${font Open Sans:size=10}${color2}GPU: ${color}${hwmon 2 temp 1}°C

# NETWORK
${voffset -10}${font Open Sans:Bold:size=10}${color0}NETWORK ${color EC0100}${hr 3}${color}
\
${if_existing /proc/net/route $template0}${voffset 3}${font Open Sans:bold:size=8}Ethernet ${font}${alignr}${addr $template0}
↑ ${upspeedf $template0} kb/s  -  total ${totalup $template0} ${alignr 5}${upspeedgraph $template0 10,90 ff0000 0000ff}
↓ ${downspeedf $template0} kb/s  -  total ${totaldown $template0} ${alignr 5}${downspeedgraph $template0 10,90 ff0000 0000ff}${else}\
${if_existing /proc/net/route $template1}${voffset 3}${font Open Sans:bold:size=8}Ethernet ${font}${alignr}${addr $template1}
↑ ${upspeedf $template1} kb/s  -  total ${totalup $template1} ${alignr 5}${upspeedgraph $template1 10,90 ff0000 0000ff}
↓ ${downspeedf $template1} kb/s  -  total ${totaldown $template1} ${alignr 5}${downspeedgraph $template1 10,90 ff0000 0000ff}${else}\
${voffset 3}${font Open Sans:bold:size=8}Ethernet ${font}${alignr}Not connected\
${endif}${endif}
\
${if_existing /proc/net/route $template2}${voffset 8}${font Open Sans:bold:size=8}WiFi ${alignc -20}${font}${wireless_bitrate $template2} ${alignr}${addr $template2}
${voffset 5}${color}signal ${alignc -15}${voffset 1}${color2}${wireless_link_bar 4,160 $template2}${color E9E9E9} ${alignr}${voffset -1}${color}${wireless_link_qual_perc $template2}%${voffset 2}
↑ ${upspeedf $template2} kb/s  -  total ${totalup $template2} ${alignr 5}${upspeedgraph $template2 10,90 ff0000 0000ff} 
↓ ${downspeedf $template2} kb/s  -  total ${totaldown $template2} ${alignr 5}${downspeedgraph $template2 10,90 ff0000 0000ff}${else}\
${if_existing /proc/net/route $template3}${voffset 8}${font Open Sans:bold:size=8}WiFi ${alignc -20}${font}${wireless_bitrate $template3} ${alignr}${addr $template3}
${voffset 5}${voffset 1}${color}signal ${alignc -15}${voffset 1}${color2}${wireless_link_bar 4,160 $template3}${color E9E9E9} ${alignr}${voffset -1}${color}${wireless_link_qual_perc $template3}%${voffset 2}
↑ ${upspeedf $template3} kb/s  -  total ${totalup $template3} ${alignr 5}${upspeedgraph $template3 10,90 ff0000 0000ff}
↓ ${downspeedf $template3} kb/s  -  total ${totaldown $template3} ${alignr 5}${downspeedgraph $template3 10,90 ff0000 0000ff}${else}\
${voffset 8}${font Open Sans:bold:size=8}Wifi ${font}${alignr}Not connected\
${endif}${endif}

# HDD
${voffset 0}${font Open Sans:Bold:size=10}${color0}DISKS ${color EC0100}${hr 3}
${color}${font Open Sans:bold:size=8}${font Open Sans:bold:size=8}${voffset 5}\
ROOT ${font} ${alignc -20}${color}${fs_used /} / ${fs_size /} ${alignr}${fs_type /}
#${color aaddff}write: ${diskio_write} ${alignc -20}${color6}read:${diskio_read} 
${color}${fs_used_perc /}% ${goto 40}${color2}${fs_bar /}${color}
${if_mounted /home}${font}${voffset 5}\
${font Open Sans:bold:size=8}HOME ${font}${alignc -20}${color}${fs_used /home} / ${fs_size /home} ${alignr}${fs_type /home}
${fs_used_perc /home} % ${goto 40}${fs_bar /home}${endif}

# Mounted
${font Open Sans:Bold:size=10}${color0}MOUNTS ${color1}${hr 3}${color}${font}
${voffset 20}${execpi 10 sh ~/.conky/scripts/semplice-conky-harddisks.sh}\
${voffset -20}]];
and a screen capture:
You do not have the required permissions to view the files attached to this post.
Last edited by ceeslans on Sun Sep 19, 2021 10:43 am, edited 1 time in total.
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+

User avatar
Jerry3904
Administrator
Posts: 23224
Joined: Wed Jul 19, 2006 6:13 am

Re: MX Fluxbox Screenshots

#416 Post by Jerry3904 »

Nice looking conky for people who like seeing all that information all the time.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
ceeslans
Posts: 829
Joined: Sun Apr 14, 2019 3:48 am

Re: MX Fluxbox Screenshots

#417 Post by ceeslans »

New month --> new screenshot....

Showing the wonderful style "allegheny" by fluxbox-guru @packrat
The tint2 toolbar is created by moi, with colors obviously based on packrat's fluxbox style.
Systemtray is populated with (standard) white 'papirus' icons, which are colored to black(ish) using the icon_asb value setting, in order to be displayed on the lightgrey bar. And same goes for the originally-white launcher icons.
Wallpaper was greyscaled/colored to match the overall color scheme

Image link to fullsize image
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+

User avatar
Jerry3904
Administrator
Posts: 23224
Joined: Wed Jul 19, 2006 6:13 am

Re: MX Fluxbox Screenshots

#418 Post by Jerry3904 »

Terrific!
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
kobaian
Posts: 369
Joined: Fri Jan 03, 2020 5:49 am

Re: MX Fluxbox Screenshots

#419 Post by kobaian »

ceeslans wrote: Fri Oct 01, 2021 1:30 pm New month --> new screenshot....
Image link to fullsize image
Nice!

And what about the good old theme, but the new fresh wallpaper? ;)

Image
Desktop PC: AMD Ryzen 5 5600 3.5GHz, MSI B550M PRO-VDH, 32GB RAM, Gigabyte RX 570. Laptop: MacBook Late 2008, Core2Duo 2.0GHz, 8GB RAM. Netbook: Asus EEEPC Intel Atom 1.6GHz, 2GB RAM. System: MX23 64bit/32bit Fluxbox.

User avatar
Jerry3904
Administrator
Posts: 23224
Joined: Wed Jul 19, 2006 6:13 am

Re: MX Fluxbox Screenshots

#420 Post by Jerry3904 »

You guys are killing me with these fabulous creations!
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

Post Reply

Return to “MX Fluxbox Official Release”