LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-09-2022, 07:23 PM   #4831
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,810

Rep: Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447

Hello Tonus. Thank you and certainly....

Code:
  conky.config = {
-- Based on conky-jc and the default .conkyrc.
-- INCLUDES:
-- - tail of /var/log/messages
-- - netstat connections to your computer

-- -- Pengo (conky@pengo.us)

-- Create own window instead of using desktop (required in nautilus)
	background = false,
	own_window = true,
	own_window_type = 'normal',
    own_window_argb_visual = true,
	own_window_transparent = true,
--own_window_class = 'override',
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
	own_window_argb_value = 85,--#decrease for darker
	maximum_width = 720,
--added Dec 5
	update_interval = 0.3,
	total_run_times = 0,

-- Use double buffering (reduces flicker, may not work for everyone)
	double_buffer = true,

-- fiddle with window
--use_spacer true
	use_xft = true,

-- Update interval in seconds
	update_interval = 1.0,

-- Minimum size of text area
	minimum_width = 120, minimum_height = 5,

-- Draw shades?
	draw_shades = false,

-- Text stuff
	draw_outline = false,-- amplifies text if yes
	draw_borders = false,

	uppercase = false,-- set to yes if you want all text to be in uppercase

-- Stippled borders?
	stippled_borders = 8,

-- border margins
--border_margin 4

-- border width
	border_width = 1,

-- Default colors and also border colors, grey90 == #e5e5e5
	default_color = 'white',
	default_shade_color = 'black',
	default_outline_color = 'white',

-- Text alignment, other possible values are commented
--alignment top_left
	alignment = 'top_right',
--alignment bottom_left
--alignment bottom_right

-- Gap between borders of screen and text
	gap_x = 10,
	gap_y = 40,

-- stuff after 'TEXT' will be formatted on screen

	override_utf8_locale = false,
	font = 'Terminus:size=14',
	xftalpha = 0.8,
	color0 = 'orange',
	color2 = '#FFA300',
};

conky.text = [[
${offset 380}${color orange}${hr 2}$color
${offset 380}${color yellow} SLACKWARE 15.0 FINAL
${offset 380}${color orange}${hr 2}$color
${offset 380}${color steel blue}${image ~/SlackNew.png -p 260,20 -s 100x100}$color
${offset 380}${color green} Slack-XFS
${offset 380}${color steel blue}${hr 2}$color
${offset 380}${color lightgrey} Asus ROG Maximus XII Hero
${offset 380}${color steel blue}${hr 2}$color
${offset 380}${color slate grey}UpTime: ${color }$uptime
${offset 380}${color slate grey}$sysname ${color }$kernel $machine
${offset 380}${color slate white}${execi 1000 cat /proc/cpuinfo | grep 'model name' | cut -d " " -f "3-13" | sort -u}
${offset 350}${color red} CPU Frequency:${color white} $freq ${color yellow} Maximum:${color lightgreen} $freq_g
${offset 360}${color cyan}CPU:${color } $cpu% ${color steel blue}${execi 30 sensors |grep "CPU Temperature" |cut -d " " -f6}${hr 2}$color
${offset 380}${color slate grey}${cpugraph 20,200}

${offset 400}${color red}${exec sensors | grep 'Core 0' | awk '{print $0,$1,$2,$3}'| cut -c1-24} 
${offset 410}${color red}${exec sensors | grep 'Core 1' | awk '{print $0,$1,$2,$3}'| cut -c1-24}
${offset 420}${color red}${exec sensors | grep 'Core 2' | awk '{print $0,$1,$2,$3}'| cut -c1-24}
${offset 430}${color red}${exec sensors | grep 'Core 3' | awk '{print $0,$1,$2,$3}'| cut -c1-24}
${offset 440}${color red}${exec sensors | grep 'Core 4' | awk '{print $0,$1,$2,$3}'| cut -c1-24}
${offset 450}${color red}${exec sensors | grep 'Core 5' | awk '{print $0,$1,$2,$3}'| cut -c1-24}

${offset 350}${color orange}Highest CPU:${hr 2}$color
${offset 380}${color yellow} ${top name 1}${top_mem cpu 1}
${offset 380}${color lightgrey} ${top name 2}${top cpu 2}
${offset 380}${color lightgrey} ${top name 3}${top cpu 3}
${offset 380}${color lightgrey} ${top name 4}${top cpu 4}
### GPU Temps 
###${offset 380}${color cyan}GPU Temp: ${execi 7 nvidia-settings -query gpucoretemp -t}
${offset 320}${color green}NVIDIA:${hr 2}$color
${offset 340}${color2}GPU Temp ${alignr}${color0}${nvidia temp} °C
${offset 340}${color2}Fan Speed ${alignr}${color0}${execi 5 nvidia-settings -q [fan:0]/GPUCurrentFanSpeed -t} %
${offset 340}${color2}GPU Clock ${alignr}${color0}${nvidia gpufreq} MHz
${offset 340}${color2}Mem Used ${alignr}${color0}${execi 5 nvidia-settings -q [gpu:0]/UsedDedicatedGPUMemory -t} / ${exec nvidia-settings -q [gpu:0]/TotalDedicatedGPUMemory -t} MiB
${offset 340}${image ~/NvidiaGF.png -p 480,550 -s 76x76}
${offset 340}${color cyan}RAM Usage: ${hr 2}$color
${offset 380}${color } $memperc% $mem/$memmax
${offset 380}${color slate grey}${memgraph 20,200}

${offset 340}${color orange}Highest MEM:${hr 2}$color
${offset 380}${color yellow} ${top_mem name 1}${top_mem mem 1}
${offset 380}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${offset 380}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${offset 380}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
${offset 355}${color cyan}Disks: ${hr 2}$color
${offset 380}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
${offset 380}${color lightgrey}${swapbar 2,100}
${offset 380}${color slate grey}ROOT: ${color }${fs_free /}/${fs_size /}
${offset 380}${color lightgrey}${fs_bar 2,100 /}
${offset 340}${color red}NETWORK: ${hr 2}$color
${offset 340}${color orange} ${addr eth1}      #${wireless_essid wlan0} ${wireless_link_qual wlan0}%

#${offset 380}${color slate grey}IP: ${addr eth1}
${offset 380}${color}Up: ${color }${upspeed eth1} k/s
${offset 380}${color slate grey}${upspeedgraph eth1 20,200}

${offset 380}${color}Down: ${color }${downspeed eth1}k/s${color}
${offset 380}${color slate grey}${downspeedgraph eth1 20,200}

${offset 280}${color steel blue}${hr 2}$color
${offset 280}${color lightblue}Port(s)${offset 240}Connections:
${offset 280}${color lightgrey} ALL: ${offset 280}${tcp_portmon 1 65535 count}
${offset 280}${color lightgrey} mpd: ${offset 280}${tcp_portmon 6600 6600 count}
${offset 280}${color lightgrey} del 1 - 1024: ${offset 190}${tcp_portmon 1 1024 count}
${offset 280}${color lightgrey} del 1025 - 65535: ${offset 150}${tcp_portmon 1024 65535 count}
${offset 280}${color steel blue}${hr 2}$color

### Logins Monitor
${offset 380}${color orange}LOGINS:${hr 2}$color 
${offset 280}${color yellow}${user_names}${hr 2}$color
]];
I probably should change the # comments to ; but it works without error. The one for wireless is just to avoid forgetting wireless specifics and be able to switch quickly.

Last edited by enorbet; 02-09-2022 at 07:27 PM.
 
2 members found this post helpful.
Old 02-09-2022, 10:41 PM   #4832
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by enorbet View Post
Hello Tonus. Thank you and certainly....

Code:
  conky.config = {
-- Based on conky-jc and the default .conkyrc.
-- INCLUDES:
-- - tail of /var/log/messages
-- - netstat connections to your computer

-- -- Pengo (conky@pengo.us)

-- Create own window instead of using desktop (required in nautilus)
	background = false,
	own_window = true,
	own_window_type = 'normal',
    own_window_argb_visual = true,
	own_window_transparent = true,
--own_window_class = 'override',
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
	own_window_argb_value = 85,--#decrease for darker
	maximum_width = 720,
--added Dec 5
	update_interval = 0.3,
	total_run_times = 0,

-- Use double buffering (reduces flicker, may not work for everyone)
	double_buffer = true,

-- fiddle with window
--use_spacer true
	use_xft = true,

-- Update interval in seconds
	update_interval = 1.0,

-- Minimum size of text area
	minimum_width = 120, minimum_height = 5,

-- Draw shades?
	draw_shades = false,

-- Text stuff
	draw_outline = false,-- amplifies text if yes
	draw_borders = false,

	uppercase = false,-- set to yes if you want all text to be in uppercase

-- Stippled borders?
	stippled_borders = 8,

-- border margins
--border_margin 4

-- border width
	border_width = 1,

-- Default colors and also border colors, grey90 == #e5e5e5
	default_color = 'white',
	default_shade_color = 'black',
	default_outline_color = 'white',

-- Text alignment, other possible values are commented
--alignment top_left
	alignment = 'top_right',
--alignment bottom_left
--alignment bottom_right

-- Gap between borders of screen and text
	gap_x = 10,
	gap_y = 40,

-- stuff after 'TEXT' will be formatted on screen

	override_utf8_locale = false,
	font = 'Terminus:size=14',
	xftalpha = 0.8,
	color0 = 'orange',
	color2 = '#FFA300',
};

conky.text = [[
${offset 380}${color orange}${hr 2}$color
${offset 380}${color yellow} SLACKWARE 15.0 FINAL
${offset 380}${color orange}${hr 2}$color
${offset 380}${color steel blue}${image ~/SlackNew.png -p 260,20 -s 100x100}$color
${offset 380}${color green} Slack-XFS
${offset 380}${color steel blue}${hr 2}$color
${offset 380}${color lightgrey} Asus ROG Maximus XII Hero
${offset 380}${color steel blue}${hr 2}$color
${offset 380}${color slate grey}UpTime: ${color }$uptime
${offset 380}${color slate grey}$sysname ${color }$kernel $machine
${offset 380}${color slate white}${execi 1000 cat /proc/cpuinfo | grep 'model name' | cut -d " " -f "3-13" | sort -u}
${offset 350}${color red} CPU Frequency:${color white} $freq ${color yellow} Maximum:${color lightgreen} $freq_g
${offset 360}${color cyan}CPU:${color } $cpu% ${color steel blue}${execi 30 sensors |grep "CPU Temperature" |cut -d " " -f6}${hr 2}$color
${offset 380}${color slate grey}${cpugraph 20,200}

${offset 400}${color red}${exec sensors | grep 'Core 0' | awk '{print $0,$1,$2,$3}'| cut -c1-24} 
${offset 410}${color red}${exec sensors | grep 'Core 1' | awk '{print $0,$1,$2,$3}'| cut -c1-24}
${offset 420}${color red}${exec sensors | grep 'Core 2' | awk '{print $0,$1,$2,$3}'| cut -c1-24}
${offset 430}${color red}${exec sensors | grep 'Core 3' | awk '{print $0,$1,$2,$3}'| cut -c1-24}
${offset 440}${color red}${exec sensors | grep 'Core 4' | awk '{print $0,$1,$2,$3}'| cut -c1-24}
${offset 450}${color red}${exec sensors | grep 'Core 5' | awk '{print $0,$1,$2,$3}'| cut -c1-24}

${offset 350}${color orange}Highest CPU:${hr 2}$color
${offset 380}${color yellow} ${top name 1}${top_mem cpu 1}
${offset 380}${color lightgrey} ${top name 2}${top cpu 2}
${offset 380}${color lightgrey} ${top name 3}${top cpu 3}
${offset 380}${color lightgrey} ${top name 4}${top cpu 4}
### GPU Temps 
###${offset 380}${color cyan}GPU Temp: ${execi 7 nvidia-settings -query gpucoretemp -t}
${offset 320}${color green}NVIDIA:${hr 2}$color
${offset 340}${color2}GPU Temp ${alignr}${color0}${nvidia temp} °C
${offset 340}${color2}Fan Speed ${alignr}${color0}${execi 5 nvidia-settings -q [fan:0]/GPUCurrentFanSpeed -t} %
${offset 340}${color2}GPU Clock ${alignr}${color0}${nvidia gpufreq} MHz
${offset 340}${color2}Mem Used ${alignr}${color0}${execi 5 nvidia-settings -q [gpu:0]/UsedDedicatedGPUMemory -t} / ${exec nvidia-settings -q [gpu:0]/TotalDedicatedGPUMemory -t} MiB
${offset 340}${image ~/NvidiaGF.png -p 480,550 -s 76x76}
${offset 340}${color cyan}RAM Usage: ${hr 2}$color
${offset 380}${color } $memperc% $mem/$memmax
${offset 380}${color slate grey}${memgraph 20,200}

${offset 340}${color orange}Highest MEM:${hr 2}$color
${offset 380}${color yellow} ${top_mem name 1}${top_mem mem 1}
${offset 380}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${offset 380}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${offset 380}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
${offset 355}${color cyan}Disks: ${hr 2}$color
${offset 380}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
${offset 380}${color lightgrey}${swapbar 2,100}
${offset 380}${color slate grey}ROOT: ${color }${fs_free /}/${fs_size /}
${offset 380}${color lightgrey}${fs_bar 2,100 /}
${offset 340}${color red}NETWORK: ${hr 2}$color
${offset 340}${color orange} ${addr eth1}      #${wireless_essid wlan0} ${wireless_link_qual wlan0}%

#${offset 380}${color slate grey}IP: ${addr eth1}
${offset 380}${color}Up: ${color }${upspeed eth1} k/s
${offset 380}${color slate grey}${upspeedgraph eth1 20,200}

${offset 380}${color}Down: ${color }${downspeed eth1}k/s${color}
${offset 380}${color slate grey}${downspeedgraph eth1 20,200}

${offset 280}${color steel blue}${hr 2}$color
${offset 280}${color lightblue}Port(s)${offset 240}Connections:
${offset 280}${color lightgrey} ALL: ${offset 280}${tcp_portmon 1 65535 count}
${offset 280}${color lightgrey} mpd: ${offset 280}${tcp_portmon 6600 6600 count}
${offset 280}${color lightgrey} del 1 - 1024: ${offset 190}${tcp_portmon 1 1024 count}
${offset 280}${color lightgrey} del 1025 - 65535: ${offset 150}${tcp_portmon 1024 65535 count}
${offset 280}${color steel blue}${hr 2}$color

### Logins Monitor
${offset 380}${color orange}LOGINS:${hr 2}$color 
${offset 280}${color yellow}${user_names}${hr 2}$color
]];
I probably should change the # comments to ; but it works without error. The one for wireless is just to avoid forgetting wireless specifics and be able to switch quickly.
RE:wireless:
You do realize there are commands (scroll to find them in my example below) for automatic switching?

Code:
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo

Any original torsmo code is licensed under the BSD license

All code written since the fork of torsmo is licensed under the GPL

Please see COPYING for details

Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.
]]

conky.config = {
    background = no,
    use_xft = yes,
    font = "-*-dejavu sans-medium-r-*-*-10-*-*-*-*-*-*-*",
    xftalpha = 0.5,
    update_interval = 4.0,
    total_run_times = 0,
    own_window = true,
    own_window_title = 'conky sysmon',
    own_window_type = 'normal',
    own_window_class = 'conky-semy',
    own_window_hints = 'undecorated,sticky,skip_pager',
    own_window_transparent = false,
    own_window_argb_visual = true,
    own_window_argb_value = 128,
    double_buffer = false,
    minimum_width = 220,
    maximum_width = 220,
    default_shade_color = 'gray',
    default_outline_color = 'gray',
    draw_shades = false,
    draw_outline = false,
    draw_borders = false,
    border_width = 0,
    draw_graph_borders = yes,
    default_color = 'grey',
    color0 = 'darkgray',
    color1 = 'blue',
    color2 = 'violet',
    color3 = 'cyan',
    alignment = 'top_right',
    gap_x = 12,
    gap_y = 20,
    no_buffers = yes,
    uppercase = no,
    pad_percents = 2,
    show_graph_units = yes,
    show_graph_scale= yes,
    short_units = yes,
    cpu_avg_samples = 2,
    if_up_strictness = 'link',
    override_utf8_locale = no,
    template0 = [[${exec ~/.config/conky/extdisk.sh}]],
    custom = test
}

conky.text = [[
${color1}Slackware $color2 14.2 $color0 $kernel on $machine
Hostname $alignr $nodename
Uptime $alignr $uptime
${color2}ENERGY${color0} $alignr  ${battery CMB1}
${color3}source:1 ${color0} $alignr ${battery_time CMB1}
 ${battery_bar CMB1}
${color2}DATA PROCESSING${color0} ${freq_g 0} GHz $alignr ${cpu cpu0}%
${cpugraph cpu0}
${color3}ACPI:${color0} FAN:${acpifan} $alignr TEMP: ${acpitemp} C
${color3}HwMon: ${color0} package $alignr ${hwmon 0 temp 1} C
 ${color3}CPU0${color0} ${freq_g 1} GHz $alignr ${cpu cpu1}%
 ${cpubar cpu1}
 ${color3}CPU1${color0} ${freq_g 2} GHz $alignr ${cpu cpu2}%
 ${cpubar cpu2}
 ${color3}CPU2${color0} ${freq_g 3} GHz $alignr ${cpu cpu3}%
 ${cpubar cpu3}
 ${color3}CPU3${color0} ${freq_g 4} GHz $alignr ${cpu cpu4}%
 ${cpubar cpu4}
$processes processes ($running_processes running)
System Load $alignr $loadavg
$loadgraph
${color2}DATA ACCESSING $color0$alignc $mem / $memmax $alignr $memperc%
$membar
${color2}DATA STORAGE $color0
${color3}transfer${color0} $alignr R:${diskio_read}/W:${diskio_write}
${diskiograph}
${color3}<root>${color0} $alignc ${fs_used /} (${fs_free /}) / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
${color3}/home${color0} $alignc ${fs_used /home} (${fs_free /home}) / ${fs_size /home} $alignr ${fs_free_perc /home}%
${fs_bar /home}
${color3}SDcard ${color0} $alignc ${fs_used /run/media/cest/backup} (${fs_free /run/media/cest/backup}) / ${fs_size /run/media/cest/backup} $alignr ${fs_free_perc /run/media/cest/backup}%
${fs_bar /run/media/cest/backup}
${color3}swap${color0} $alignc $swap / $swapmax $alignr $swapperc%
${swapbar}
${color2}DATA TRANSMSSION $color0 ${gw_iface}
${color3}inet${color0}  $alignr${color1} ${execi 10800 ~/.config/conky/extip.sh}${color0}${if_up wwan0}
${color3}wwan0${color0} $alignr${color1} ${addr wwan0}
 ${color3}Inbound${color0} $alignr ${downspeed wwan0} kb/s
 ${downspeedgraph wwan0}
 ${color3}Outbound${color0} $alignr ${upspeed wwan0} kb/s
 ${upspeedgraph wwan0}${endif}${if_up wlan0}
${color3}WiFi${color0} ${wireless_link_qual_perc wlan0} % @ ${wireless_bitrate wlan0} $alignr <<${wireless_essid}>>
 ${wireless_link_bar wlan0}
 ${color3}wlan0${color0} $alignr${color1} ${addr wlan0}
 ${color3}Inbound${color0} $alignr ${downspeed wlan0} kb/s
 ${downspeedgraph wlan0}
 ${color3}Outbound${color0} $alignr ${upspeed wlan0} kb/s
 ${upspeedgraph wlan0}${endif}${if_up eth0}
${color3}eth0${color0}  $alignr${color1} ${addr eth0}
 ${color3}Inbound${color0} $alignr ${downspeed eth0} kb/s
 ${downspeedgraph eth0}
 ${color3}Outbound${color0} $alignr ${upspeed eth0} kb/s
 ${upspeedgraph eth0}${endif}${if_up bnep0}
${color3}bnep0${color0}  $alignr${color1} ${addr bnep0}
 ${color3}Inbound${color0} $alignr ${downspeed bnep0} kb/s
 ${downspeedgraph bnep0}
 ${color3}Outbound${color0} $alignr ${upspeed bnep0} kb/s
 ${upspeedgraph bnep0}${endif}
${color2}RUNNING $color0
NAME $alignr PID    CPU
${color3}${top name 1}${color0} $alignr ${top pid 1} ${color1}${top cpu 1}
${color3}${top name 2}${color0} $alignr ${top pid 2} ${color1}${top cpu 2}
${color3}${top name 3}${color0} $alignr ${top pid 3} ${color1}${top cpu 3}
${color3}${top name 4}${color0} $alignr ${top pid 4} ${color1}${top cpu 4}
${color3}${top name 5}${color0} $alignr ${top pid 5} ${color1}${top cpu 5}
]]
I will leave as an exercise for the reader why the unearthly position in the code

(the code is old and probably already published here before)
 
1 members found this post helpful.
Old 02-10-2022, 12:23 AM   #4833
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,810

Rep: Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447
Quote:
Originally Posted by SCerovec View Post
RE:wireless:
You do realize there are commands (scroll to find them in my example below) for automatic switching?
NOW I do Thanks Scerovec!
 
Old 02-10-2022, 02:22 PM   #4834
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Talking

Quote:
Originally Posted by enorbet View Post
NOW I do Thanks Scerovec!
Nonononono

The updated script (Yours) and the mandatory screenshot - nothing short of that - and I do not hurry anywhere ;^P

(OFC you're welcome )
 
Old 02-10-2022, 04:52 PM   #4835
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 822

Rep: Reputation: 442Reputation: 442Reputation: 442Reputation: 442Reputation: 442
Slackware 15.0, finally, switched to KDE from Fluxbox. I am using vinceliuice's (my favorite designer) awesome KDE theme, all package; Style, Icons and cursors. The dashboard in first picture is a Conky by me using Lua.

Theme: Graphite-Dark
Icons: Tela Circle Dark
Cursor: Graphite Dark

EDIT: Full image: https://i.redd.it/6r20qubd83h81.png
Attached Thumbnails
Click image for larger version

Name:	full.jpg
Views:	189
Size:	236.4 KB
ID:	38331  

Last edited by Bindestreck; 02-10-2022 at 05:15 PM.
 
2 members found this post helpful.
Old 02-10-2022, 05:11 PM   #4836
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,810

Rep: Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447
Broken link, Bindestreck?
 
Old 02-10-2022, 05:14 PM   #4837
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 822

Rep: Reputation: 442Reputation: 442Reputation: 442Reputation: 442Reputation: 442
Quote:
Originally Posted by enorbet View Post
Broken link, Bindestreck?
Hmm, should work. I add a link to the full image here: https://i.redd.it/6r20qubd83h81.png
 
Old 02-10-2022, 07:26 PM   #4838
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 460

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
This is my fvwm3, running on Xwayland as a 'future-proofing' experiment.
Attached Thumbnails
Click image for larger version

Name:	pghvlaans.jpeg
Views:	264
Size:	231.0 KB
ID:	38335  
 
5 members found this post helpful.
Old 02-10-2022, 07:56 PM   #4839
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,810

Rep: Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447
Quote:
Originally Posted by Bindestreck View Post
Hmm, should work. I add a link to the full image here: https://i.redd.it/6r20qubd83h81.png
Ooops. Sorry I wasn't clear. The full image typed link worked fine. Clicking on the image errored out for me. Looks clean.
 
Old 02-19-2022, 07:27 PM   #4840
MightyBaba
LQ Newbie
 
Registered: Feb 2022
Distribution: Slackware
Posts: 28

Rep: Reputation: Disabled
Quote:
Originally Posted by GazL View Post
Continuing to work on my fvwm setup to give 15.0 a nice fresh face.
I am deeply jealous of your beautiful menu. Mine is gray and ugly with a tiny font, nothing I would dare to show on a forum! Would you mind sharing the MenuStyle part of your Fvwm script please?
 
Old 02-20-2022, 12:00 AM   #4841
LinBox2013
Member
 
Registered: Sep 2013
Location: Southern Kentucky
Distribution: Arch
Posts: 119

Rep: Reputation: 45
Click image for larger version

Name:	Screenshot_20220220_005739.jpg
Views:	151
Size:	192.5 KB
ID:	38407

Not much of a KDE person but giving it a shot because it's here. Not bad I suppose but I lean XFCE for sure.
 
2 members found this post helpful.
Old 02-20-2022, 02:16 AM   #4842
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by LinBox2013 View Post
Attachment 38407

Not much of a KDE person but giving it a shot because it's here. Not bad I suppose but I lean XFCE for sure.
I so miss KDE being lean and fast, maybe one day...
 
1 members found this post helpful.
Old 02-20-2022, 02:50 AM   #4843
deNiro
Member
 
Registered: Jun 2003
Distribution: Slackware-Current and Salix 14.2
Posts: 274
Blog Entries: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by pghvlaans View Post
This is my fvwm3, running on Xwayland as a 'future-proofing' experiment.
very nice!
Could you share your urxvt settings please?
 
Old 02-20-2022, 08:36 AM   #4844
thim
Member
 
Registered: Nov 2013
Location: Greece
Distribution: Slackware current, MX Linux, Salix
Posts: 116

Rep: Reputation: 57
something basic (usuall prefer clean desktops)
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20220220_162902.jpg
Views:	133
Size:	215.6 KB
ID:	38410  
 
3 members found this post helpful.
Old 02-20-2022, 09:35 AM   #4845
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 460

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Quote:
Originally Posted by deNiro View Post
Could you share your urxvt settings please?
Sure! Here's what I have in $HOME/.Xdefaults:
Code:
URxvt.color0: #000000
URxvt.color1: #c43535
URxvt.color2: #35c435
URxvt.color3: #c4c435
URxvt.color4: #2467ff
URxvt.color5: #c435ac
URxvt.color6: #08a0c8
URxvt.color7: #ababab
URxvt.color8: #556bd6
URxvt.color9: #d25a5a
URxvt.color10: #5ad25a
URxvt.color11: #d2d25a
URxvt.color12: #3875ff
URxvt.color13: #d25abe
URxvt.color14: #26aed2
URxvt.color15: #cacaca

URxvt.scrollBar: false

URxvt.background: black
URxvt.foreground: gray
URxvt.cursorColor: gray
URxvt.cursorBlink: true
URxvt.cursorUnderline: true

URxvt.geometry: 99x33
URxvt.jumpScroll: false
URxvt.skipScroll: true
URxvt.scrollTtyKeypress: true

URxvt.iconFile: /usr/share/icons/Tango/scalable/apps/utilities-terminal.svg

URxvt.font: xft:Iosevka Term Slab MdEx:pixelsize=14:antialias=true:autohint=true,\
            xft:Sarasa Term J Semibold:pixelsize=14:antialias=true:autohint=true
            xft:Unifont:pixelsize=14,\
            xft:Unifont Upper:pixelsize=14
Unifont is at SlackBuilds online under the name "gnu-unifont." Iosevka is here and Sarasa (CJK fallback) is here.
 
4 members found this post helpful.
  


Reply

Tags
background, cwm, dwm, framebuffer, gnome, gui, i3, ion3, kde, monitor, musca, screenshot, tmux, wallpaper, xfce4, xterm



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
3D Desktop on Slackware? darkhatter Slackware 3 10-10-2006 12:26 PM
Slackware 10.0 with NO Desktop NiPP Linux - Newbie 2 01-02-2006 10:43 AM
3d desktop on Slackware k1ll3r_x Linux - Software 1 09-20-2005 10:47 PM
Desktop Slackware s0no Slackware 5 12-04-2004 11:20 AM
I can't get my desktop in Slackware 10 DraGoNsLaYeR Linux - Newbie 1 06-27-2004 02:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration