You are not logged in.
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).
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]
*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...
Last edited by parchd (2015-12-08 12:45:13)
Offline
I'm not usually a screenshot person, but this made me cheery:
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
May the force be with you!
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
betseg wrote:May the force be with you!
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
Just a simple bspwm setup.
Clean:
Clean Screenshot
Fake busy:
Fake Busy Screenshot
Last edited by ChiefWizard (2015-12-09 08:30:30)
Offline
Its been awhile, hope you guys like the new colors and slight changes.
Offline
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
@parazyd: nice 666GiB /home folder
Offline
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
Nice and minimal.
Offline
SANREMEMBER wrote:Nice and minimal.
Thank You
Offline
What panel is that?
Offline
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.
Offline