You are not logged in.

#1 2015-12-08 12:11:55

parchd
Member
Registered: 2014-03-08
Posts: 421

December 2015 Screenshot Thread

I assume anyone may start the new month's thread?

Posting Guidelines

· DO NOT post full resolution screenshots!  You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:

$ convert -resize 250x250 screenie.png thumb-screenie.png

Sizes Twenty percent of the original size is great for 1024x768 screenies. For bigger sizes (and especially for multi-monitor setups), we ask you to keep in mind not everyone uses broadband, and use an even smaller size (10% of a Full HD setup will still be 192x108, for example).

NOTE: Anything wider than 250px or over 50Kb in size will be removed.

You can then upload these images to your server and use the following code to show them on the forum:

[url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]

thumb-20090621-3647748995.png
*Thanks to Thayer for the screenie (more...)

· Several websites offer free image hosting.

Use the "thumbnail for forums" link code that is supplied by the image host to post your thumbnail link.

· Once the new month begins please do not post new screenies in the old threads.

· If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.

· Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.

***** Your screenshot will be replaced by a reminder if you do not follow these guidelines *****


* As a simple way to include information about your setup in the screenshot, you can use a tool like screenfetch (in [community]) or Archey, screenfo or alsi (all in AUR) to print out details about your window manager, font, shell etc., with a very attractive ASCII Arch logo...

archey-small.png

Last edited by parchd (2015-12-08 12:45:13)

Offline

#2 2015-12-08 12:30:55

parchd
Member
Registered: 2014-03-08
Posts: 421

Re: December 2015 Screenshot Thread

I'm not usually a screenshot person, but this made me cheery:

December2015.jpg
December2015_busy.jpg

openbox+conky
wallpaper (slightly modified) from: http://www.smashingmagazine.com/2015/11 … mber-2015/

The bottom right bauble shows the new emails in my many email accounts

Configs:

Conky and lua (concatenated)

==> conky.lua <==
function conky_many_symbols (symbol, count, zero)
  if not zero then
    zero = ""
  end
  count = tonumber(conky_parse(count))

  if count > 0 then
    if count > 6 then
      color="${color yellow}"
    else
      color=""
    end

    return string.format("${font Noto Emoji}%s%s${color}${font}",color,string.rep(symbol, count))
  else
    return zero
  end
end

==> conkyrc_xmas <==
-- vim: ts=4 sw=4 noet ai cindent syntax=lua

conky.config = {
    alignment = 'top_left',
    background = false,
    border_width = 0,
    cpu_avg_samples = 2,
	default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'black',
    draw_borders = false,
    draw_graph_borders = true,
    draw_outline = false,
    draw_shades = true,
    use_xft = true,
    font = 'Noto Sans:size=12',
    gap_x = 888,
    gap_y = 251,
	minimum_width = 331,
    minimum_height = 253,
    net_avg_samples = 2,
    --no_buffers = true,
    out_to_console = false,
    out_to_stderr = false,
    extra_newline = false,
    own_window = true,
    own_window_class = 'Conky',
    own_window_type = 'desktop',
	double_buffer = true,
	own_window_transparent = true,
	own_window_argb_visual = true,
    stippled_borders = 0,
    update_interval = 1.0,
    uppercase = false,
    use_spacer = 'none',
    show_graph_scale = false,
    show_graph_range = false,
}

conky.text = [[
${alignc}${font Noto Serif:size=36} ${time %A}${font}
${alignc}${font Noto Serif:size=36}${time %e %B}${font}
${alignc}${font Noto Serif:size=64}${time %H:%M}${font}
]]

==> conkyrc_xmas2 <==
-- vim: ts=4 sw=4 noet ai cindent syntax=lua

conky.config = {
    alignment = 'top_left',
    background = false,
    border_width = 0,
    cpu_avg_samples = 2,
	default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'black',
    draw_borders = false,
    draw_graph_borders = true,
    draw_outline = false,
    draw_shades = true,
    use_xft = true,
    font = 'Noto Sans:size=12',
    gap_x = 477,
    gap_y = 477,
	minimum_width = 358,
    minimum_height = 287,
    net_avg_samples = 2,
    --no_buffers = true,
    out_to_console = false,
    out_to_stderr = false,
    extra_newline = false,
    own_window = true,
    own_window_class = 'Conky',
    own_window_type = 'desktop',
	double_buffer = true,
	own_window_transparent = true,
	own_window_argb_visual = true,
    stippled_borders = 0,
    update_interval = 1.0,
    uppercase = false,
    use_spacer = 'none',
    show_graph_scale = false,
    show_graph_range = false,
	lua_load = ".conky/xmas.lua"
}

conky.text = [[

${alignc}${font Noto Serif:size=64}${lua days_til_xmas} days${font}
${alignc}${font Noto Serif:size=36}until${font}
${alignc}${font Noto Serif:size=36}christmas${font}
]]

==> conkyrc_xmas3 <==
-- vim: ts=4 sw=4 noet ai cindent syntax=lua

conky.config = {
    alignment = 'top_left',
    background = false,
    border_width = 0,
    cpu_avg_samples = 2,
	default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'black',
    draw_borders = false,
    draw_graph_borders = true,
    draw_outline = false,
    draw_shades = true,
    use_xft = true,
    font = 'Noto Sans:size=12',
    gap_x = 883,
    gap_y = 758,
	maximum_width = 200,
    net_avg_samples = 2,
    --no_buffers = true,
    out_to_console = false,
    out_to_stderr = false,
    extra_newline = false,
    own_window = true,
    own_window_class = 'Conky',
    own_window_type = 'desktop',
	double_buffer = true,
	own_window_transparent = true,
	own_window_argb_visual = true,
    stippled_borders = 0,
    update_interval = 1.0,
    uppercase = false,
    use_spacer = 'none',
    show_graph_scale = false,
    show_graph_range = false,
	lua_load = ".conky/conky.lua"
}

conky.text = [[
${offset 35}${font Noto Emoji}? ${lua_parse many_symbols ✉ ${new_mails /home/parchd/Mail/parchd/INBOX}}${font}
-- and more for my other inboxen
]]

==> xmas.lua <==
today = os.date("*t")
if today.month == 12 and today.day > 25 then
  year = today.year+1
else
  year = today.year
end

christmas = os.time({year=year, month=12, day=25})

function conky_days_til_xmas ()
  seconds = os.difftime(christmas, os.time())
  days = seconds/60/60/24
  return math.ceil(days)
end

Last edited by parchd (2015-12-08 12:43:08)

Offline

#3 2015-12-08 20:32:57

betseg
Member
From: Turkey
Registered: 2015-04-25
Posts: 182

Re: December 2015 Screenshot Thread

May the force be with you!

2015_12_08_22_30_36.jpg

Offline

#4 2015-12-09 01:17:02

flammenwurfer
Member
Registered: 2009-02-04
Posts: 118

Re: December 2015 Screenshot Thread

betseg wrote:

That looks nice and simple.  Are you running it on a netbook?  What's the dock and icon theme you have at the bottom?

Offline

#5 2015-12-09 05:37:13

betseg
Member
From: Turkey
Registered: 2015-04-25
Posts: 182

Re: December 2015 Screenshot Thread

flammenwurfer wrote:
betseg wrote:

That looks nice and simple.  Are you running it on a netbook?  What's the dock and icon theme you have at the bottom?

The Dock is the Dash to Dock extension for GNOME. Icon theme is Super Flat Remix.

Last edited by betseg (2015-12-09 05:37:54)

Offline

#6 2015-12-09 08:27:48

ChiefWizard
Member
From: Ontario Canada
Registered: 2015-09-22
Posts: 7

Re: December 2015 Screenshot Thread

Just a simple bspwm setup.

Clean:
Clean Screenshot


Fake busy:
Fake Busy Screenshot

Last edited by ChiefWizard (2015-12-09 08:30:30)

Offline

#7 2015-12-10 20:10:04

Zvnrt
Member
From: Tacoland
Registered: 2013-12-13
Posts: 9

Re: December 2015 Screenshot Thread

6J1V3Eh.png

Offline

#8 2015-12-10 21:17:56

parazyd
Member
From: Amsterdam
Registered: 2012-10-14
Posts: 259
Website

Re: December 2015 Screenshot Thread

AwesomeWM this time, keeping it forever!

uqrtaq.png
oawgpb.png

Offline

#9 2015-12-16 21:10:31

agahnim
Member
Registered: 2013-07-03
Posts: 151

Re: December 2015 Screenshot Thread

Its been awhile, hope you guys like the new colors and slight changes.

BSPWM: http://i.imgur.com/BcHdkjb.png
BcHdkjbs.png

Offline

#10 2015-12-17 09:21:09

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: December 2015 Screenshot Thread

qykzpi.png

i3 + conky, termite

Last edited by Gigamo (2015-12-17 09:22:54)

Offline

#11 2015-12-17 09:39:14

Silkworm205
Member
From: UK
Registered: 2012-05-21
Posts: 267

Re: December 2015 Screenshot Thread

IbqJqO7m.png
Mate, Compiz, and Conky.


I think I know enough to know I don't know enough.

Offline

#12 2015-12-17 10:50:54

Est
Member
Registered: 2015-08-16
Posts: 28

Re: December 2015 Screenshot Thread

agahnim wrote:

Its been awhile, hope you guys like the new colors and slight changes.

BSPWM: http://i.imgur.com/BcHdkjb.png
http://i.imgur.com/BcHdkjbs.png

Could you please share dotfiles.

Offline

#13 2015-12-17 13:48:36

Asbestbrezel
Member
Registered: 2014-07-27
Posts: 67

Re: December 2015 Screenshot Thread

2015-12-17-144317_192xca0r.png

openbox, compton, tint2

Offline

#14 2015-12-17 13:52:55

LCvanDinteren
Member
From: Netherlands
Registered: 2015-10-27
Posts: 153

Re: December 2015 Screenshot Thread

@parazyd: nice 666GiB /home folder tongue

Offline

#15 2015-12-17 15:03:05

smirky
Member
From: Bulgaria
Registered: 2013-02-23
Posts: 277
Website

Re: December 2015 Screenshot Thread

Gigamo wrote:

http://a.pomf.cat/qykzpi.png

i3 + conky, termite

The wallpaper, nao!

EDIT: Found it: http://wallpaperswide.com/space_27-wallpapers.html
EDIT #2: Even better: http://www.story-pictures.com/images/ba … g_img5.jpg

Last edited by smirky (2015-12-17 15:09:31)


Personal spot  ::  https://www.smirky.net/  ::  Try not to get lost!

Offline

#16 2015-12-18 12:02:04

parazyd
Member
From: Amsterdam
Registered: 2012-10-14
Posts: 259
Website

Re: December 2015 Screenshot Thread

LCvanDinteren wrote:

@parazyd: nice 666GiB /home folder tongue

Yeah haha, that actually happened by accident when I was installing on a new hard drive big_smile

Offline

#17 2015-12-18 14:26:44

michis
Member
Registered: 2015-12-12
Posts: 77

Re: December 2015 Screenshot Thread

Screenshot.jpg

Last edited by michis (2015-12-18 14:29:28)

Offline

#18 2015-12-18 17:54:04

Bastian
Member
Registered: 2012-05-17
Posts: 43

Re: December 2015 Screenshot Thread

GNOME 3.18 Vanilla with the wallpaper of the month.

Busy  Screenshot-from-2015-12-18-18-48-26thumb.png
Clean Screenshot-from-2015-12-18-18-49-05thumb.png

Offline

#19 2015-12-19 08:24:16

Silkworm205
Member
From: UK
Registered: 2012-05-21
Posts: 267

Re: December 2015 Screenshot Thread

PJycBH8t.png
Is it cheating to post twice? I'm quite enjoying messing around with Conky this week.


I think I know enough to know I don't know enough.

Offline

#20 2015-12-20 02:42:55

SANREMEMBER
Member
Registered: 2015-12-06
Posts: 5

Re: December 2015 Screenshot Thread

ea2180b.png

22127fe.png

Last edited by SANREMEMBER (2015-12-20 02:46:02)

Offline

#21 2015-12-20 03:37:19

Dobbie03
Member
Registered: 2011-07-24
Posts: 118

Re: December 2015 Screenshot Thread

Offline

#22 2015-12-20 04:02:44

SANREMEMBER
Member
Registered: 2015-12-06
Posts: 5

Re: December 2015 Screenshot Thread

Dobbie03 wrote:

Thank You

Offline

#23 2015-12-20 11:18:53

parchd
Member
Registered: 2014-03-08
Posts: 421

Re: December 2015 Screenshot Thread

Offline

#24 2015-12-20 14:34:29

betseg
Member
From: Turkey
Registered: 2015-04-25
Posts: 182

Re: December 2015 Screenshot Thread

This little OS X thing smile

2015_12_20_16_25_30.png 2015_12_20_16_25_36.png
2015_12_20_16_25_41.png 2015_12_20_16_25_46.png

Offline

#25 2015-12-20 19:14:09

agahnim
Member
Registered: 2013-07-03
Posts: 151

Re: December 2015 Screenshot Thread

Est wrote:
agahnim wrote:

Its been awhile, hope you guys like the new colors and slight changes.

Could you please share dotfiles.

My dotfiles are a mess, anything specific? Here is a folder with relevant stuffs.


https://mega.nz/#F!Jtt2SR5A!Pmt-NZ8RewccsmLbLbkq5A

Offline

Board footer

Powered by FluxBB