Linux - Member Desktop Screenshots This forum is for the discussion and display of Linux Desktop screenshots. Please remember that many members browse LQ from work, so NSFW screenshots are not appropriate. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-22-2016, 03:59 PM
|
#301
|
LQ Newbie
Registered: Feb 2012
Location: Scotland
Distribution: Ubuntu 16.04 / Debian 8 / Arch
Posts: 25
Rep: 
|
I put ubuntu 16.04 onto the laptop so as the wife didnt get too confused with my dwm arch install :P
Numix GTK theme, Numix Circle Icons and Numix "Name of the Doctor" Wallpaper. All of which can be found on DeviantArt.

|
|
|
05-31-2016, 06:32 PM
|
#302
|
Senior Member
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,206
|
WM: Fluxbox
Panel: xfce4-panel + dockbarx
Theme: Breeze-Dark

|
|
|
05-31-2016, 07:20 PM
|
#303
|
Senior Member
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
|
KDE &c...
Sidelicious!

Xfce
Last edited by jamison20000e; 06-01-2016 at 12:05 AM.
|
|
|
06-07-2016, 12:37 PM
|
#304
|
Senior Member
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,076
|
|
|
|
06-10-2016, 11:40 AM
|
#305
|
Member
Registered: Apr 2012
Location: California
Posts: 422
Rep: 
|
This is the most recent Fluxbox (Ubuntu packages some ancient version) which has some basic support for tiling windows.
Programs: Firefox, gnome-terminal, gkrellm, moc. Oh, and my custom randomly generated fluxbox color theme!
I don't show it off much, but I really like menumaker, the tool for generating menu files for the *box WMs.
|
|
|
06-11-2016, 01:26 AM
|
#306
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
Quote:
Originally Posted by Myk267
Fluxbox... which has some basic support for tiling windows.
|
interesting!
can you elaborate on this?
all i can find is
Quote:
Originally Posted by man fluxbox
session.screen0.rowPlacementDirection: LeftToRight|RightToLeft These settings control the direction in which windows are tiled using the RowSmartPlacement and ColSmartPlacement strategies described above.
Default: LeftToRight
session.screen0.colPlacementDirection: TopToBottom|BottomToTop These settings control the direction in which windows are tiled using the RowSmartPlacement and ColSmartPlacement strategies described above.
Default: TopToBottom
|
how does it work, how is it automated, when does it tile and when not?
Quote:
Oh, and my custom randomly generated fluxbox color theme!
|
that is evil! 
|
|
|
06-14-2016, 01:44 PM
|
#307
|
Member
Registered: Apr 2012
Location: California
Posts: 422
Rep: 
|
Quote:
Originally Posted by ondoho
interesting!
can you elaborate on this?
all i can find is
how does it work, how is it automated, when does it tile and when not?
that is evil! 
|
You can find the options in `man fluxbox-keys`, if you have the right version of fluxbox, hopefully, the man pages to go with it.
Here's some of the new commands in my ~/.fluxbox/keys
Code:
Mod4 a :arrangewindows
Mod4 t :ArrangeWindowsStackRight
Mod4 v :ArrangeWindowsVertical
Mod4 h :ArrangeWindowsHorizontal
The way it works is very "stupid", in a good way. When you press the keys, it tiles things. Otherwise, it's just your regular Fluxbox session.
There's some fancy options for each of those commands, but I'm just getting along with using the defaults for the moment, and the keys I'm using aren't even set in stone.
Most of the time I just ArrangeWindowsStackRight with 2-3 windows open and it puts the focused window on the left with the other two split on the right, which is about 80% of my tiling WM usage.
Try it out if you get the chance to. I like it.
|
|
|
06-16-2016, 11:16 PM
|
#308
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
Quote:
Originally Posted by Myk267
Here's some of the new commands in my ~/.fluxbox/keys
Code:
Mod4 a :arrangewindows
Mod4 t :ArrangeWindowsStackRight
Mod4 v :ArrangeWindowsVertical
Mod4 h :ArrangeWindowsHorizontal
The way it works is very "stupid", in a good way. When you press the keys, it tiles things. Otherwise, it's just your regular Fluxbox session.
There's some fancy options for each of those commands, but I'm just getting along with using the defaults for the moment
...
Try it out if you get the chance to. I like it.
|
thanks, i just did.
i like it too.
the fancy options are that you can add a pattern to each of these commands, so they don't apply to all windows but e.g. only to gimp windows.
drawback: it doesn't UNtile. the original layout is lost when i press the same keycombo again.
(i also have other gripes with fluxbox. manually resizing/tiling windows is a pain, because it doesn't have the "GrowToEdge..." options like openbox has, so there's always a few pixels overlap.
strangely, it's doing the same with the above commands.
and there's a general slight bugginess about it; sometimes commands just don't behave as they should for no apparent reason; this is fluxbox 1.3.7 on archlinux)
Last edited by ondoho; 06-16-2016 at 11:18 PM.
|
|
|
06-25-2016, 12:20 PM
|
#309
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
after a major wm tour:
back to openbox!

|
|
|
07-06-2016, 07:47 PM
|
#310
|
Member
Registered: Dec 2006
Distribution: Slackware 14.1; LFS 7.9-Systemd; Debian Jessie
Posts: 169
Rep:
|
Still with Openbox, but ditching tint2 in favour of lemonbar

|
|
|
07-06-2016, 08:11 PM
|
#311
|
LQ Veteran
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,296
|
icewm is still relevant to this old scooter tramp

|
|
|
07-06-2016, 09:25 PM
|
#312
|
Senior Member
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
|
Rokytnji:
looks like was a hot day there?  (I thought I had some sunburn...)
|
|
|
08-20-2016, 04:18 AM
|
#313
|
LQ Newbie
Registered: Aug 2016
Posts: 4
Rep: 
|
Ubuntu Gnome, theme:adapta, icon:numix circe, gnome shell extension: Dash to dock, Transparent top bar & hide top bar.

|
|
|
09-01-2016, 04:07 AM
|
#314
|
Member
Registered: Mar 2015
Location: Portugal
Distribution: Ubuntu
Posts: 57
Rep: 
|
Quote:
Originally Posted by ondoho
after a major wm tour:
back to openbox!

|
Amazing its like my favorite type of desktop, can you share the wallpaper, tint panel theme , conky and the name of the theme of obmenu ?
My Flavitu 14.04 screenshot→

|
|
|
09-01-2016, 11:58 AM
|
#315
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
Quote:
Originally Posted by portaro
Amazing its like my favorite type of desktop, can you share the wallpaper, tint panel theme , conky and the name of the theme of obmenu ?
|
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}
|
|
|
All times are GMT -5. The time now is 08:18 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|