nixers
Unix screen-shots thread! - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Desktop Customization, Efficiency, and Aesthetics (https://nixers.net/Forum-Desktop-Customization-Efficiency-and-Aesthetics)
+--- Forum: Desktop Customization & Workflow (https://nixers.net/Forum-Desktop-Customization-Workflow)
+--- Thread: Unix screen-shots thread! (/Thread-Unix-screen-shots-thread)


RE: Unix screen-shots thread! - DotDev - 24-07-2014

(23-07-2014, 02:14 PM)earsplit Wrote:
(13-07-2014, 04:25 AM)zr0 Wrote: Compton Config ---> ~/.compton.conf

Code:
# Shadow
shadow = true;                  # Enabled client-side shadows on windows.
no-dock-shadow = true;          # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true;           # Don't draw shadows on DND windows.
clear-shadow = true;            # Zero the part of the shadow's mask behind the
                                # window. Fix some weirdness with ARGB windows.
shadow-radius = 7;              # The blur radius for shadows. (default 12)
shadow-offset-x = -7;           # The left offset for shadows. (default -15)
shadow-offset-y = -7;           # The top offset for shadows. (default -15)
# shadow-opacity = 0.7;         # The translucency for shadows. (default .75)
# shadow-red = 0.0;             # Red color value of shadow. (0.0 - 1.0, defaults to 0)
# shadow-green = 0.0;           # Green color value of shadow. (0.0 - 1.0, defaults to 0)
# shadow-blue = 0.0;            # Blue color value of shadow. (0.0 - 1.0, defaults to 0)
shadow-exclude = [ "n:e:Notification" ];        # Exclude conditions for shadows.
# shadow-exclude = "n:e:Notification";
# shadow-exclude = [ "_GTK_FRAME_EXTENTS@:c" ] # Fix dual shadow on some gtk3 powered applications
shadow-ignore-shaped = true;    # Avoid drawing shadow on all shaped windows
                                # (see also: --detect-rounded-corners)

# Opacity
menu-opacity = 0.9;                     # The opacity for menus. (default 1.0)
inactive-opacity = 0.9;                 # Default opacity of inactive windows. (0.0 - 1.0)
# active-opacity = 0.8;                 # Default opacity for active windows. (0.0 - 1.0)
# frame-opacity = 0.8;                  # Opacity of window titlebars and borders. (0.1 - 1.0)
# inactive-opacity-override = true;     # Let inactive opacity set by 'inactive-opacity' overrides
                                        # value of _NET_WM_OPACITY. Bad choice.
alpha-step = 0.06;                      # XRender backend: Step size for alpha pictures. Increasing
                                        # it may result in less X resource usage,
                                        # Yet fading may look bad.
# inactive-dim = 0.2;                   # Dim inactive windows. (0.0 - 1.0)
# inactive-dim-fixed = true;            # Do not let dimness adjust based on window opacity.
# blur-background = true;               # Blur background of transparent windows.
                                        # Bad performance with X Render backend.
                                        # GLX backend is preferred.
# blur-background-frame = true;         # Blur background of opaque windows with transparent
                                        # frames as well.
blur-background-fixed = false;          # Do not let blur radius adjust based on window opacity.
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
                                        # Exclude conditions for background blur.

# Fading
fading = true;                  # Fade windows during opacity changes.
# fade-delta = 30;              # The time between steps in a fade in milliseconds. (default 10).
fade-in-step = 0.03;            # Opacity change between steps while fading in. (default 0.028).
fade-out-step = 0.03;           # Opacity change between steps while fading out. (default 0.03).
# no-fading-openclose = true;   # Avoid fade windows in/out when opening/closing.
fade-exclude = [ ];             # Exclude conditions for fading.

# Other
backend = "xrender"             # Backend to use: "xrender" or "glx". GLX backend is typically
                                # much faster but depends on a sane driver.
mark-wmwin-focused = true;      # Try to detect WM windows and mark them as active.
mark-ovredir-focused = true;    # Mark all non-WM but override-redirect windows active (e.g. menus).
use-ewmh-active-win = false;    # Use EWMH _NET_WM_ACTIVE_WINDOW to determine which window is focused
                                # instead of using FocusIn/Out events. Usually more reliable but
                                # depends on a EWMH-compliant WM.
detect-rounded-corners = true;  # Detect rounded corners and treat them as rectangular when --shadow-ignore- shaped is on.
detect-client-opacity = true;   # Detect _NET_WM_OPACITY on client windows, useful for window
                                # managers not passing _NET_WM_OPACITY of client windows to frame
                                # windows.
refresh-rate = 0;               # For --sw-opti: Specify refresh rate of the screen. 0 for auto.
vsync = "none";         # "none", "drm", "opengl", "opengl-oml", "opengl-swc", "opengl-mswc"
                                # See man page for more details.
dbe = false;                    # Enable DBE painting mode. Rarely needed.
paint-on-overlay = false;       # Painting on X Composite overlay window. Recommended.
sw-opti = false;                # Limit compton to repaint at most once every 1 / refresh_rate.
                                # Incompatible with certain VSync methods.
unredir-if-possible = false;    # Unredirect all windows if a full-screen opaque window is
                                # detected, to maximize performance for full-screen windows.
focus-exclude = [ ];            # A list of conditions of windows that should always be considered
                                # focused.
detect-transient = true;        # Use WM_TRANSIENT_FOR to group windows, and consider windows in
                                # the same group focused at the same time.
detect-client-leader = true;    # Use WM_CLIENT_LEADER to group windows.
invert-color-include = [ ];     # Conditions for windows to be painted with inverted color.

# GLX backend                   # GLX backend fine-tune options. See man page for more info.
# glx-no-stencil = true;        # Recommended.
glx-copy-from-front = false;    # Useful with --glx-swap-method,
# glx-use-copysubbuffermesa = true; # Recommended if it works. Breaks VSync.
# glx-no-rebind-pixmap = true;  # Recommended if it works.      
glx-swap-method = "undefined";  # See man page.

# Window type settings
wintypes:
{
  tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
  # fade: Fade the particular type of windows.
  # shadow: Give those windows shadow
  # opacity: Default opacity for the type of windows.
  # focus: Whether to always consider windows of this type focused.
};

OpenBSD 5.5 + Openbox + Conky + Ncmpcpp + Ranger + Weechat + Scrot + Compton

[Image: m4r00n3d.png?1405209280]

I modified your colors a bit:

[Image: dxkzsa.png]

http://dotshare.it/dots/852/

beautiful as all ways, nice screenie


RE: Unix screen-shots thread! - DotDev - 26-07-2014

[Image: wjd8XM7.png]
... still a work in progress what i want to accomplish with it


RE: Unix screen-shots thread! - dunz0r - 29-07-2014

Running Awesome on Debian Jessie.

Dirty:
[Image: 2014-07-29-1042-rice-scrot-thumb.png]

Clean:
[Image: 2014-07-29-1044-riceclean-scrot-thumb.png]



RE: Unix screen-shots thread! - cyberpunkz - 01-08-2014

DragonflyBSD 3.8 with Fluxbox 1.3.5 (custom)

Here it is
[Image: my_fluxbox_setup_on_dragonfly_bsd_3_8_by...7t96v3.png]

Regular Size:
http://fc01.deviantart.net/fs70/f/2014/213/6/a/my_fluxbox_setup_on_dragonfly_bsd_3_8_by_ipodpunker-d7t96v3.png

Thanks for the watch.
Cheers!


RE: Unix screen-shots thread! - smlb - 02-08-2014

Arch Linux with Bspwm -> http://i.imgur.com/UXSuJ8r.png


RE: Unix screen-shots thread! - DotDev - 04-08-2014

2BWM | Arch Linux
[Image: e3HIHrz.png]



RE: Unix screen-shots thread! - xero - 04-08-2014

herbstluftwm | arch linux
[Image: y13bKOr.png]
http://git.io/.files

also, playing a little fez! now that i got my usb controller setup
[Image: ZrhTRCz.png]



RE: Unix screen-shots thread! - Nihility - 06-08-2014

dwm
[Image: dwm_again_by_zerdnem-d7txv7w.png]



RE: Unix screen-shots thread! - zr0 - 07-08-2014

Gentoo + Openbox + Compton + Urxvt + Weechat + Htop + Emerge + Ncmpcpp – Modest Mouse

[Image: 06O4aGA.png?1]


RE: Unix screen-shots thread! - b4dtR1p - 08-08-2014

the borderless idea it's fantastic in openbox!


RE: Unix screen-shots thread! - DotDev - 15-08-2014

[Image: dw6YbKT.png]

Scrot The Rainbow


RE: Unix screen-shots thread! - Nihility - 18-08-2014

mate with compiz and emerald, heh

[Image: nostalgia_by_zerdnem-d7vna85.png]



RE: Unix screen-shots thread! - venam - 18-08-2014

(18-08-2014, 09:31 AM)Nihility Wrote: mate with compiz and emerald, heh

[Image: nostalgia_by_zerdnem-d7vna85.png]

Faenza, Compiz, and lxpanel I suppose. I miss those days when I used to have the same thing.


RE: Unix screen-shots thread! - z3bra - 19-08-2014

I think I'm gonna install Linux Mint on my second partition and use compiz as a standalone, along with conky and those kind of stuff... I really miss this time, too !


RE: Unix screen-shots thread! - Nihility - 19-08-2014

Compiz works just fine but not perfect with the setup. I have some flickering issues with my nvidia graphics card and emerald randomly crashes but it's all fine now. I just kinda miss this because it is one of the reason why I switch to linux, all those desktop effects like the cube..lol..don't judge.


RE: Unix screen-shots thread! - venam - 19-08-2014

(19-08-2014, 01:07 PM)Nihility Wrote: Compiz works just fine but not perfect with the setup. I have some flickering issues with my nvidia graphics card and emerald randomly crashes but it's all fine now.
Weird, I also experienced those. Compiz used to crash a lot and that was the reason I stopped using it.


RE: Unix screen-shots thread! - earsplit - 21-08-2014

Trying out some new colors
[Image: hvznhh.png]



RE: Unix screen-shots thread! - z3bra - 22-08-2014

It goes well with your wall. Looks pretty nice, GJ !


RE: Unix screen-shots thread! - zr0 - 22-08-2014

very nice earsplit \o/


RE: Unix screen-shots thread! - Foggalong - 23-08-2014

(21-08-2014, 02:14 PM)earsplit Wrote: Trying out some new colors

Not sure on how close to each other some of them are. How well does it work with syntax highlighting?


RE: Unix screen-shots thread! - delucks - 25-08-2014

Working on adding more contrast to my system.
[Image: DZ67CG6.png]


RE: Unix screen-shots thread! - JDF - 26-08-2014

(25-08-2014, 05:35 PM)delucks Wrote: Working on adding more contrast to my system.

Very Nice! The colours seem to blend well with the wall, although had you described it to me first I wouldn't have thought so. I have a feeling that you just taught me that brown and white blends spectacularly! Is that vim or a minimalist emacs config?


RE: Unix screen-shots thread! - Mafia - 27-08-2014

heh
[Image: adD]


RE: Unix screen-shots thread! - venam - 27-08-2014

(27-08-2014, 04:12 AM)Mafia Wrote: heh
[Image: adD]

WOW, Mafia is back in the ricing game. I love it, very original.


RE: Unix screen-shots thread! - Mafia - 27-08-2014

I'm back in the game all around, I just got back online. I haven't touched a computer or laptop in 4 months ^_^
I come in and out of the interweb. You and most of the old original members know this, but I think this time I'll be back for good. I've got a good job and am currently investing in multiple new systems, you'll see me a lot more.


RE: Unix screen-shots thread! - z3bra - 27-08-2014

Now that's a good news. We see too few no FVWM this days


RE: Unix screen-shots thread! - Mafia - 27-08-2014

(27-08-2014, 07:30 AM)z3bra Wrote: Now that's a good news. We see too few no FVWM this days
Well that's shitty, Just for that I'll post a new FVWM setup tomorrow. We can't have 0 FVWM members here!! That's just madness.


RE: Unix screen-shots thread! - JDF - 29-08-2014

First desktop contribution... Arch + 2bwm. Very "meh". Week ~2 of ricing, so I suppose that might account for the newbile feel!

https://imgur.com/IH2Q8sA.png


RE: Unix screen-shots thread! - dunz0r - 31-08-2014

Redid my colours, backgrounds and stuff:
Clean:
[Image: 2014-08-31-2003-august-clean-scrot-thumb.png]
Dirty:
[Image: 2014-08-31-2008-august-dirty-scrot-thumb.png]




RE: Unix screen-shots thread! - pvtmert - 02-09-2014

>> just riced laptop in my lab...
[Image: 2lYeyWa.jpg]