LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Member Desktop Screenshots (https://www.linuxquestions.org/questions/linux-member-desktop-screenshots-94/)
-   -   Post your screenshots... (https://www.linuxquestions.org/questions/linux-member-desktop-screenshots-94/post-your-screenshots-923619/)

portaro 09-01-2016 06:11 PM

Quote:

Originally Posted by ondoho (Post 5599353)
sure.
wallpaper
openbox + tint2

and the conky:
Code:

#<conkyrc>
own_window yes
own_window_transparent yes
own_window_type override
own_window_title Conky

background yes
update_interval 3

cpu_avg_samples 2
net_avg_samples 2
diskio_avg_samples 5

pad_percents 0

override_utf8_locale yes
short_units yes
double_buffer yes
no_buffers yes

text_buffer_size 2048

border_width 0
border_inner_margin 0
border_outer_margin 0

imlib_cache_size 0

minimum_size 180 950
maximum_width 180
alignment tr
gap_x 10
gap_y 20

# # Graphics settings # #
draw_outline no
draw_shades no
draw_borders no
draw_graph_borders no
default_color cccccc
color1 ffffff
color2 aaaaaa
# colors for fs_bars
color3 4A4D30
color4 4A4D30
color5 4A4D30
color6 4A4D30
# colors for cpu temp - warn, max, crit
color7 ccaa00
color8 cc5500
color9 cc0000
default_shade_color 969696

use_xft yes
xftfont DejaVu Sans Mono:size=8
format_human_readable yes
use_spacer none

top_name_width 15

TEXT
${voffset 20}${offset 9}${cpugraph cpu1 40,80 323221 7C8050 -l -t}$alignr${cpugraph cpu2 40,80 323221 7C8050 -l -t}
${voffset -68}${font dejavu sans:style=extralight:size=20}$color2$alignr C P U${voffset 42}$font
${offset 10}$color1${voffset -23}${freq_g 1}GHz ${cpu cpu1}%$alignr${freq_g 2}GHz ${cpu cpu2}%
${offset 9}${voffset -7}${cpugraph cpu3 40,80 323221 7C8050 -l -t}$alignr${cpugraph cpu4 40,80 323221 7C8050 -l -t}
${offset 10}$color1${voffset -23}${freq_g 3}GHz ${cpu cpu3}%$alignr${freq_g 4}GHz ${cpu cpu4}%
${offset 10}$color${voffset 7}$font${execp ~/.config/conky/sys/cpu-conky-temp.sh temp1}
${offset 10}$color${voffset -1}${execp ~/.config/conky/sys/cpu-conky-temp.sh temp2}
${offset 10}$color${voffset -1}${execp ~/.config/conky/sys/cpu-conky-temp.sh temp3}$color
${offset 10}${voffset 4}${top name 1}${alignr}${top cpu 1}%
${offset 10}${voffset -1}${top name 2}${alignr}${top cpu 2}%
${offset 10}${voffset -1}${top name 3}${alignr}${top cpu 3}%
${offset 10}${voffset -1}${top name 4}${alignr}${top cpu 4}%
${voffset 16}${font dejavu sans:style=extralight:size=20}$color2$alignr M E M$font$color
${offset 10}${voffset 8}$alignr${mem}/${memmax} - ${memperc}%
${offset 10}${voffset -1}${alignr}SWAP: $swap/$swapmax - ${swapperc}%
${offset 10}${voffset 2}${top_mem name 1}${alignr}${top_mem mem 1}%
${offset 10}${voffset -1}${top_mem name 2}${alignr}${top_mem mem 2}%
${offset 10}${voffset -1}${top_mem name 3}${alignr}${top_mem mem 3}%
${offset 10}${voffset -1}${top_mem name 4}${alignr}${top_mem mem 4}%
${offset 10}${offset -1}${voffset 35}$color2${diskiograph_read /dev/sda 40,80 7C8050 323221 -t -l}$alignr${diskiograph_write /dev/sda 40,80 7C8050 323221 -t -l}
${voffset -63}${font dejavu sans:style=extralight:size=20}$color2$alignr I / O${voffset 37}$font
${offset 10}$color1${voffset -23}Read: ${diskio_read /dev/sda}${alignr}Write: ${diskio_write /dev/sda}$color
${offset 10}${voffset 6}${top_io name 1}$alignr${top_io io_perc 1}%
${offset 10}${voffset -1}${top_io name 2}$alignr${top_io io_perc 2}%
${offset 10}${voffset -1}${top_io name 3}$alignr${top_io io_perc 3}%
${offset 10}${voffset -1}${top_io name 4}$alignr${top_io io_perc 4}%
${offset 10}${voffset 15}${font dejavu sans:style=extralight:size=20}$color2$alignr F S$font
${offset 10}${voffset 4}$color3${fs_bar 15 /}$color1
${offset 10}${voffset -22}root: $fs_used/$fs_size
${offset 10}${voffset 2}$color4${fs_bar 15 /home/data}$color1
${offset 10}${voffset -22}data: ${fs_used /home/data}/${fs_size /home/data}
${offset 10}${voffset 2}$color5${fs_bar 15 /home/data2}$color1
${offset 10}${voffset -22}data2: ${fs_used /home/data2}/${fs_size /home/data2}
${offset 10}${voffset 2}$color6${fs_bar 15 /home/server}$color1
${offset 10}${voffset -22}server: ${fs_used /home/server}/${fs_size /home/server}
${offset 10}${voffset 15}${font dejavu sans:style=extralight:size=20}$color2$alignr N E T$color$font
${voffset 6}${offset 10}Interface:$alignr$gw_iface
${offset 10}Internal IP:$alignr$addrs
${offset 10}DNS:$alignr${nameserver 0}
${offset 10}${voffset -1}$alignr${nameserver 1}
${voffset 2}${execpi 600 cat /tmp/conky-opennic-nearest}
${offset 9}${downspeedgraph eth0 40,80 323221 7C8050 -t}$alignr${upspeedgraph eth0 40,80 323221 7C8050 -t}
${offset 10}${voffset -23}${color1}Down: ${downspeed eth0}${alignr}Up: ${upspeed eth0}


Amazing , thanks for share.:D

kcirick 09-06-2016 07:47 PM

1 Attachment(s)
Moving from Openbox to PekWM (mainly because of its ability to be able to group windows) with lemonbar (with trayer as systray).

portaro 09-13-2016 05:37 PM

My Desktop


[img=400x400]]https://framapic.org/EWQHzeBatkCh/Azpd5135vXk5.png[/img]

Myk267 01-08-2017 11:51 AM

1 Attachment(s)
Good morning, LQ!

cykodrone 01-08-2017 12:18 PM

Devuan 1.0 Beta2 Xfce installed on my second SSD, complete with a full set of system sounds (just use the same hacks as you would for Debian).

https://cdn.scrot.moe/images/2017/01...6-12-12.th.png

Style=Greybird (found in the murrine-themes/gtk2-engines-murrine packages)
Icons=GNOME-Noble (keep in step with Devuan's light purple colour scheme)
Window Manager Style=Shiki-Colors-Easy-Metacity (easier to mouse grab and resize, decent looking, found in the shiki-colors-xfwm-theme package, I try to stay away from Gnome and MATE themes to avoid making a 'mess' in Xfce)

Hungry ghost 02-01-2017 09:47 PM

2 Attachment(s)
This is my current desktop, Enlightenment on OpenSUSE 42.2.

david57alaska 02-04-2017 11:04 AM

My OpenSUSE Leap 42.2 With Gnome Tweaked.
 
1 Attachment(s)
This is my desk today.

Hannes Worst 02-07-2017 02:20 PM

1 Attachment(s)
Armbian on Banana Pi

sasongko 02-10-2017 11:41 AM

my desktop
 
http://sasongko.web.id/gambar/wallpaper-boni-2.png

DJ Shaji 02-10-2017 12:43 PM

My dual monitor set up on Rawhide
https://lh3.googleusercontent.com/xv...jPGhUqhBRYH2yw

Sector11 04-15-2017 09:13 AM

Been a while ...
https://cdn.scrot.moe/images/2017/04...Scrot11.th.png
My current - probably the same as the last - I don't change things much.

Habitual 04-16-2017 03:50 PM

Quote:

Originally Posted by Sector11 (Post 5697282)
Been a while ...
I don't change things much.

Now, why don't I believe that?
How ya been?

jamison20000e 04-16-2017 03:55 PM

1 Attachment(s)
Attachment 24794 ...like a moth? :D

Sector11 04-17-2017 07:41 AM

Quote:

Originally Posted by Habitual (Post 5697780)
Now, why don't I believe that?
How ya been?

Maybe because you know me more than some folks here? OR ...
No it's true, these conkys have been here a LONG time. Well, long for me. :D

Doing fine here. We've moved to a little apartment upstairs in my MIL's place, she's getting on and it's good to be here to help her. I'll get use to her as she'll get use to me over time. Mean time I'm gritting my teeth at times, as is she but for the most part we get along just fine. As a MIL she is GREAT I really don't have any complaints other than the odd :banghead: My wife of course is adapting much fast than I am. Can't think of why!

How you doing mt friend. It's been a while.

On Topic ... last scrot was Desktop #1 this is Desktop #4 - my wife's desktop.
https://cdn.scrot.moe/images/2017/04...Scrot11.th.jpg

Habitual 04-17-2017 08:20 AM

Well, contents may settle during shipping.

I went native Debian. Dumped all of it and started over.

My current desktop of me at work.
http://susepaste.org/13157847


All times are GMT -5. The time now is 10:01 AM.