Unix screen-shots thread! - Desktop Customization & Workflow

Users browsing this thread: 8 Guest(s)
DotDev
Long time nixers
(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
DotDev
Long time nixers
[Image: wjd8XM7.png]
... still a work in progress what i want to accomplish with it
dunz0r
Members
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]
cyberpunkz
Members
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/2...7t96v3.png

Thanks for the watch.
Cheers!
smlb
Members
Arch Linux with Bspwm -> http://i.imgur.com/UXSuJ8r.png
DotDev
Long time nixers
2BWM | Arch Linux
[Image: e3HIHrz.png]
xero
Long time nixers
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]
Nihility
Members
dwm
[Image: dwm_again_by_zerdnem-d7txv7w.png]
zr0
Members
Gentoo + Openbox + Compton + Urxvt + Weechat + Htop + Emerge + Ncmpcpp – Modest Mouse

[Image: 06O4aGA.png?1]
b4dtR1p
Members
the borderless idea it's fantastic in openbox!
░ ░░▒░ ░ ░ ░ ▒ ░ ░▒ ▒░

░ ░ ░ ░ ░
DotDev
Long time nixers
[Image: dw6YbKT.png]

Scrot The Rainbow
Nihility
Members
mate with compiz and emerald, heh

[Image: nostalgia_by_zerdnem-d7vna85.png]
venam
Administrators
(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.
z3bra
Grey Hair Nixers
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 !
Nihility
Members
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.
venam
Administrators
(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.
earsplit
Members
Trying out some new colors
[Image: hvznhh.png]
z3bra
Grey Hair Nixers
It goes well with your wall. Looks pretty nice, GJ !
zr0
Members
very nice earsplit \o/
Foggalong
Members
(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?
delucks
Members
Working on adding more contrast to my system.
[Image: DZ67CG6.png]
JDF
Members
(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?
I wish that when someone started telling a story, a progress bar would appear. ~ /u/lportx

[Image: g63wdpgl.jpg]
Mafia
Long time nixers
heh
[Image: adD]
venam
Administrators
(27-08-2014, 04:12 AM)Mafia Wrote: heh
[Image: adD]

WOW, Mafia is back in the ricing game. I love it, very original.
Mafia
Long time nixers
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.
z3bra
Grey Hair Nixers
Now that's a good news. We see too few no FVWM this days
Mafia
Long time nixers
(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.
JDF
Members
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
I wish that when someone started telling a story, a progress bar would appear. ~ /u/lportx

[Image: g63wdpgl.jpg]
dunz0r
Members
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]

pvtmert
Members
>> just riced laptop in my lab...
[Image: 2lYeyWa.jpg]
Code:
Slax 7.0.8 (32-bits + PAE)
----- BEGIN GEEK CODE BLOCK-----
Version: 3.1
GE/CS/CM/S d+@ s-:- a--- C++++(++) UL+++ P+ L+++ E?() W+++(++) N? o? K- w+
O M-- V- PS+ PE Y? PGP- t+ 5? X++++(+++) R- !tv b+ DI? D- G e- h+ r-- z--
------END GEEK CODE BLOCK------