You are not logged in.

  1. Index
  2. » Artwork & Screenshots
  3. » November 2015 Screenshots

#1 2015-11-01 12:03:30

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

November 2015 Screenshots

Please use thumbnails

Do not embed images larger than approx 250x250px (62,500px) into posts, use thumbnails linking to a hosted image instead

Avoid the large thumbnail www.imgur.com code, use the "medium" link thumbnail.  An example of the code:

[url=http://imgur.com/your_image_code][img]http://i.imgur.com/your_image_codem.jpg[/img][/url]

Notice the m in your_image_codem.jpg in the IMG code block

Users have been using www.postimage.org lately which does a nice job and is Multi-lingual as well.  Upload your image to the site and grab the Thumbnail for Forums (1) code.

Example BB-code from imgbox.com:

[URL=http://imgbox.com/xxxxxx][IMG]http://t.imgbox.com/xxxxxx.jpg[/IMG][/URL]
                   ^ fullsize image                ^ thumbnail

Here is a generic piece of code if you need to create your own thumbnail:

[url=http://link.to.your.fullsized.image][img]http://link.to.your.thumbnail.image[/img][/url]

Please use the Report button to let moderators know of images that are too large. Thank you!

2015_11_01_120151_1280x800_scrot.jpg

Offline

#2 2015-11-01 12:18:05

fog
Member
From: Athens, Greece
Registered: 2015-10-28
Posts: 112
Website

Re: November 2015 Screenshots

Have a good month everybody

d5dexLjm.png


Toshiba Satellite P50-C-17C (i7-6700HQ/12GB/1TB + 128GB/GeForce GTX 950M/FHD)
Where there's a shell, there is a way.
github || photos || blog || dArt

Offline

#3 2015-11-01 12:21:42

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: November 2015 Screenshots

^ Amazing work as usual fog smile

Can you post your dzenbar.sh please?

Also, which font are you using to get the xbm icons?

Offline

#4 2015-11-01 12:33:07

fog
Member
From: Athens, Greece
Registered: 2015-10-28
Posts: 112
Website

Re: November 2015 Screenshots

@HoaS: Thank you smile
My config files (heavily based on arpinux 's work):

dzicons

dzenbar.sh:

#! /bin/bash

RC="$HOME/.conky/conkyrc_dzen_mine"
FG="#E0DED3"
BG="#33333D"
ALIGN="center"
WIDTH="1366"
HEIGHT="12"
FONT="Ohsnap:size=7"
XPOS="0"
YPOS="756"

conky -c $RC | dzen2 -e 'button2=;' -fg $FG -bg $BG -ta $ALIGN -h $HEIGHT -x $XPOS -y $YPOS -fn "$FONT" &

exit 0

conkyrc_dzen_mine:

########################################################################
# dzen conkyrc                                                         #
########################################################################
#                                                                      #
#  /!\ WARNING /!\                                                     #
#                                                                      #
#  if you add/delete a line, be sure to modify                         #
#  the $LIN var in your ~/bin/dzenbar.sh                               #
#                                                                      #
#  /!\ don't add empty lines /!\                                       #
#                                                                      #
########################################################################
#  Settings                                                            #
########################################################################
background yes
out_to_x no
out_to_console yes
update_interval 1.0
total_run_times 0
top_name_width 10
use_spacer none
double_buffer yes
cpu_avg_samples 2
text_buffer_size 2048
override_utf8_locale yes
if_up_strictness address

########################################################################
#  Output                                                              #
########################################################################
TEXT
${if_up wlan0}^fg(\#417F40)^i(/home/fog/.conky/dzicons/dish.xbm) ^fg()${execi 1800 /home/fog/.scripts/weather.sh "EUR|GR|GR007|Athens"} \
^fg(\#A36028)^i(/home/fog/.conky/dzicons/info9.xbm) ^fg()${uptime_short} ^fg(\#497B8D)^i(/home/fog/.conky/dzicons/info6.xbm) ^fg()${nodename} \
^fg(\#7F4061)^i(/home/fog/.conky/dzicons/info2.xbm) ^fg()${exec uname -r | cut -c1-21} \
^fg(\#6FDF03)^i(/home/fog/.conky/dzicons/temp6.xbm) ^fg(\#52B3FF)${acpitemp}°C \
^fg(\#417F40)^i(/home/fog/.conky/dzicons/info10.xbm) ^fg()${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq | cut -c 19-40} \
^fg(\#A36028)^i(/home/fog/.conky/dzicons/cpu.xbm) ^fg()${cpu cpu0}% ${cpu cpu1}% ${cpu cpu2}% ${cpu cpu3}% \
^fg(\#497B8D)^i(/home/fog/.conky/dzicons/mem.xbm) ^fg(\#52B3FF)${mem}^fg()/${memmax} \
^fg()${if_existing /sys/class/power_supply/BAT0}${if_match ${battery_percent BAT0} >=26}^fg()^i(/home/fog/.conky/dzicons/bat_full_01.xbm)${else}\
^fg(\#CC0000)^i(/home/fog/.conky/dzicons/bat_low_01.xbm)^fg()${endif} ^fg()${battery_percent BAT0}% \
${else}${endif}${if_existing /sys/class/power_supply/BAT1}${if_match ${battery_percent BAT1} >=26}^fg(\#7cfc00)^i(/home/fog/.conky/dzicons/bat_full_01.xbm)${else}\
^fg(\#CC0000)^i(/home/fog/.conky/dzicons/bat_low_01.xbm)^fg()${endif} ^fg()${battery_percent BAT1}%${else}${endif} \
^fg(\#7F4061)^i(/home/fog/.conky/dzicons/home.xbm) ^fg()${fs_used_perc /}% \
^fg(\#6FDF03)^i(/home/fog/.conky/dzicons/mail.xbm) ^fg(\#52B3FF)${execpi 120 python /home/fog/.scripts/gmail.py}^fg()${endif} \
${if_gw}^fg()${if_up eth0}^i(/home/fog/.conky/dzicons/net_wired.xbm) \
^fg(\#417F40)^i(/home/fog/.conky/dzicons/net_up_02.xbm) ^fg()${upspeedf eth0} \
^fg(\#A36028)^i(/home/fog/.conky/dzicons/net_down_02.xbm) ^fg()${downspeedf eth0} \
^fg()${endif}${if_up wlan0}^fg(\#7F4061)^i(/home/fog/.conky/dzicons/wifi_02.xbm) ^fg()${wireless_essid wlan0} ${wireless_link_qual wlan0}% \
^fg(\#417F40)^i(/home/fog/.conky/dzicons/net_up_02.xbm) ^fg()${upspeedf wlan0} \
^fg(\#A36028)^i(/home/fog/.conky/dzicons/net_down_02.xbm) ^fg()${downspeedf wlan0} \
^fg()${endif}${endif} \
^fg(\#417F40)^i(/home/fog/.conky/dzicons/pacman.xbm) ^fg()${execi 3000 aptitude search "~U" | wc -l} \
^fg(\#6FDF03)^i(/home/fog/.conky/dzicons/alien.xbm) ^fg(\#52B3FF)${if_match ${execi 2 xset -q | grep -A 0 'LED' | cut -c63} == 0}us^fg()${else}gr^fg()${endif} \
^fg(\#497B8D)^i(/home/fog/.conky/dzicons/cal.xbm) ^fg()${time %d/%m}^fg(\#7F4061) ^i(/home/fog/.conky/dzicons/clock.xbm) ^fg()${time %H:%M} \
 ${if_running exaile}^fg(\#497B8D)^i(/home/fog/.conky/dzicons/phones.xbm) ^fg()${execi 10 exaile --get-title} -  ${execi 10 exaile --get-artist} ${else}^fg(\#417F40)^i(/home/fog/.conky/dzicons/note.xbm) ^fg()Music is your only friend^fg()${endif}

Toshiba Satellite P50-C-17C (i7-6700HQ/12GB/1TB + 128GB/GeForce GTX 950M/FHD)
Where there's a shell, there is a way.
github || photos || blog || dArt

Offline

#5 2015-11-01 12:37:50

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: November 2015 Screenshots

Thank you!
smile

Offline

#6 2015-11-01 12:54:52

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: November 2015 Screenshots

Great job there fog & hoas , you guys are way out of my league here ! lol

Keep on the great work .


My Linux installs are as in my music; it s on Metal

Offline

#7 2015-11-01 15:28:11

nore
>2⁹
From: squirrels' nest
Registered: 2015-09-29
Posts: 537

Re: November 2015 Screenshots

It's the month of the Blob.
2015_11_01_171426_1280x800_scrot.jpg
Tint2 in the bottom gets covered by windows; it is mainly for checking, if I still have open windows when I'm going to shut down.  Ugly but handy xfce4-panel carries the system tray. It is peeking from the left only when requested.  I may remove the window buttons from it.

Offline

#8 2015-11-01 15:46:14

gako
Member
Registered: 2015-10-02
Posts: 241

Re: November 2015 Screenshots

Nice start everyone.

Starting off the month with Openbox
Icons are Paper except the launcher which I made
2015_11_01_104228_2646x768_scrot.jpg

Offline

#9 2015-11-01 16:13:17

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,030
Website

Re: November 2015 Screenshots

Wow, those are all very pretty scrots!

I know that this is mostly because of our inheriting the #! forums, but I'm pretty pleased that our forum's been open only a month yet we already have one of the most active Linux scrot threads around (our Off Topic>"What are you listening to now?" thread is pretty bitchin' too).

October was 17 pages! And if you go through it, it's mostly scrots and the chatter is mostly on topic, bravo! Don't forget to click on the links to scrots that damo and I removed because the thumbnails were too large (sorry!)

blah blah blah, where's you scrot, hhh?


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#10 2015-11-01 17:22:16

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

Re: November 2015 Screenshots

oh gako, you really hacked firefox/iceweasel pretty badly tongue

ditto hhh!


Tumbleweed | KDE Plasma

Offline

#11 2015-11-01 17:43:34

deleted0
Guest

Re: November 2015 Screenshots

gako wrote:

Starting off the month with Openbox

Nicely minimal, great colors. Very nice.

Regards,
8bit

#12 2015-11-01 18:39:23

nobody0
Disabled account
Registered: 2015-09-29
Posts: 664

Re: November 2015 Screenshots

Jessie Xfce Kwin with Thunar wobbling away,  Debian_Xfce_Kwin_Installed.jpg This is installed.
The live screeny, https://forums.bunsenlabs.org/viewtopic … 4917#p4917
With DockbarX plugin, Debian_Xfce_Kwin_Dockbar_X.jpg
Wallpaper stays put.

Offline

#13 2015-11-01 19:06:47

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: November 2015 Screenshots

@ostrolek -- interesting combination, how's the resource usage compared to XFWM?

Offline

#14 2015-11-01 20:17:47

lowrider
Member
From: Germany
Registered: 2015-09-29
Posts: 358

Re: November 2015 Screenshots

nice shots all
2015_11_01_211127_1366x768_scrot.jpg

Offline

#15 2015-11-01 20:19:37

ututo
Member
Registered: 2015-09-29
Posts: 326

Re: November 2015 Screenshots

gako wrote:

Nice start everyone.

Starting off the month with Openbox
Icons are Paper except the launcher which I made
http://s30.postimg.org/ub3mg3qwd/2015_11_01_104228_2646x768_scrot.jpg

Looks really great! I love those colors


BunsenLabs on deviantArt
Don't touch my git!

Offline

#16 2015-11-01 21:23:40

gako
Member
Registered: 2015-10-02
Posts: 241

Re: November 2015 Screenshots

@Nili Just don't zoom in too close on my iceweasel icon =P

@eight.bit.al @ututo - thanks very much added to theme thread

Offline

#17 2015-11-01 21:52:35

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,030
Website

Re: November 2015 Screenshots

Screenshot_11012015_04_47_32_PM.jpg

If I release this as a theme/wallpaper combo, I'd like to incorporate Ututo's penguin-flame into the wallpaper. Do you have it as an svg or png w/ transparency, Ututo?


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#18 2015-11-01 21:58:38

nobody0
Disabled account
Registered: 2015-09-29
Posts: 664

Re: November 2015 Screenshots

Head_on_a_Stick wrote:

@ostrolek -- interesting combination, how's the resource usage compared to XFWM?

Too many processes are on at startup, with Kwin RAM is 303MB, and without Kwin and with same processes RAM is 247MB.

Offline

#19 2015-11-01 21:59:27

djzk
Member
Registered: 2015-10-31
Posts: 28
Website

Re: November 2015 Screenshots

Current desktop. Clean look & window look

iG9YhnZp.jpg ItcWhL5R.jpg

Offline

#20 2015-11-01 22:15:44

pingu
Member
Registered: 2015-09-29
Posts: 128

Re: November 2015 Screenshots

Finally got second decent sized monitor. smile
CjStA8nm.jpg
it's time for the conkys to grow now.. they look funny, like when kids outgrow their clothes. lol


"Chuck Norris can compile syntax errors."

Offline

  1. Index
  2. » Artwork & Screenshots
  3. » November 2015 Screenshots

Board footer

Powered by FluxBB