You are not logged in.
Posting Guidelines
· DO NOT post full resolution screenshots! You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
$ cp screenie.png thumb-screenie.png
$ mogrify -resize 250x250 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 192x180, 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]
*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 Archey, screenfetch or screenfo (all in AUR) to print out details about your window manager, font, shell etc., with a very attractive ASCII Arch logo...
Offline
dwm with a monospaced serif (thanks to ewloni for the infinality tip...)
Offline
Offline
Offline
dwm with a monospaced serif (thanks to ewloni for the infinality tip...)
Nice, as usual!
thayer williams ~ cinderwick.ca
Offline
Offline
Compactness and speed :cool::cool:
dwm
Good! Can you share your Xdefaults and colorscript?
.Xdefaults
!
! rxvt-unicode
!
URxvt.termName:rxvt-256color
URxvt*urgentOnBell: true
URxvt*visualBell: true
URxvt*skipBuiltinGlyphs: true
URxvt*borderless: true
URxvt*scrollBar: false
URxvt*saveLines: 5000
URxvt.buffered: true
!URxvt.shading: 100
!URxvt*transparent: True
URxvt*perl-lib: /usr/lib/urxvt/perl/
URxvt*perl-ext-common: default,matcher
URxvt*urlLauncher: /usr/bin/chromium
urxvt*matcher.button: 1
!FONTS
URxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-iso8859-2
URxvt*boldFont: -xos4-terminus-bold-*-*-*-12-*-*-*-*-*-iso8859-2
!Xft settings
Xft.dpi: 96
Xft.antialias: 1
Xft.rgba: rgb
Xft.hinting: 1
!Xft.hintstyle: hintslight
!Xft.lcdfilter: lcddefault
!Colors
*background: #1c1c1c
*foreground: #C0C0C0
!= Default colors =!
!0;30 Black
!0;31 Red
!0;32 Green
!0;33 Brown
!0;34 Blue
!0;35 Purple
!0;36 Cyan
!0;37 Light Gray
!1;30 Dark Gray
!1;31 Light Red
!1;32 Light Green
!1;33 Yellow
!1;34 Light Blue
!1;35 Pink
!1;36 Light Cyan
!1;37 White
!= sider = !
! Black
*color0: #1c1c1c
*color8: #333333
! Red
*color1: #B28284
*color9: #BD8A8C
! Green
*color2: #82B284
*color10: #8ABD8C
! Yellow
*color3: #B2B282
*color11: #BDBD8A
! Blue
*color4: #8292B2
*color12: #8A9BBD
! Magenta
*color5: #A082B2
*color13: #A082B2
! Cyan
*color6: #82B2A6
*color14: #8ABDB0
! White
*color7: #B2B2B2
*color15: #BDBDBD
!! jwr dark
!black
! *color0: #333333
! *color8: #3D3D3D
!red
! *color1: #8C4665
! *color9: #BF4D80
!green
! *color2: #287373
! *color10: #53A6A6
!yellow
! *color3: #7E5D7A
! *color11: #A270A3
!blue
! *color4: #395573
! *color12: #477AB3
!magenta
! *color5: #5E468C
! *color13: #7E62B3
!cyan
! *color6: #31658C
! *color14: #6096BF
!white
! *color7: #899CA1
! *color15: #C0C0C0
abcansi
#!/bin/sh
#
# Autor: Ivo
# ANSI Color -- use these variables to easily have different color
# and format output. Make sure to output the reset sequence after
# colors (f = foreground, b = background), and use the 'off'
# feature for anything you turn on.
#
initializeANSI()
{
esc=""
blackf="${esc}[30m"; redf="${esc}[31m"; greenf="${esc}[32m"
yellowf="${esc}[33m" bluef="${esc}[34m"; purplef="${esc}[35m"
cyanf="${esc}[36m"; whitef="${esc}[37m" whitef="${esc}[37m"
blackb="${esc}[40m"; redb="${esc}[41m"; greenb="${esc}[42m"
yellowb="${esc}[43m" blueb="${esc}[44m"; purpleb="${esc}[45m"
cyanb="${esc}[46m"; whiteb="${esc}[47m"
boldon="${esc}[1m"; boldoff="${esc}[22m"
italicson="${esc}[3m"; italicsoff="${esc}[23m"
ulon="${esc}[4m"; uloff="${esc}[24m"
invon="${esc}[7m"; invoff="${esc}[27m"
reset="${esc}[0m"
}
# note in this first use that switching colors doesn't require a reset
# first - the new color overrides the old one.
initializeANSI
cat << EOF
${boldon}${redf} ██████ ${reset} ${boldon}${greenf}██████ ${reset}${boldon}${yellowf} ██████${reset} ${boldon}${bluef}██████ ${reset} ${boldon}${purplef} ██████${reset} ${boldon}${cyanf} ███████${reset}
${boldon}${redf} ████████${reset} ${boldon}${greenf}██ ██ ${reset}${boldon}${yellowf}██ ${reset} ${boldon}${bluef}██ ██${reset} ${boldon}${purplef}██████ ${reset} ${boldon}${cyanf}█████████${reset}
${redf} ██ ████${reset} ${greenf}██ ████ ${reset}${yellowf}████ ${reset} ${bluef}████ ██${reset} ${purplef}████ ${reset} ${cyanf}█████ ${reset}
${redf} ██ ██${reset} ${greenf}██████ ${reset}${yellowf}████████${reset} ${bluef}██████ ${reset} ${purplef}████████${reset} ${cyanf}██ ${reset}
EOF
Last edited by ivoarch (2011-11-01 09:59:45)
Offline
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
http://farm7.static.flickr.com/6096/6297573081_9b7ba24369_t.jpg http://farm7.static.flickr.com/6240/6297573129_95fe91d710_t.jpg
dwm with a monospaced serif (thanks to ewloni for the infinality tip...)
I have to say that your dotfiles on dotshare.it are the origin of my switch to tiling window managers.
For now subtle, clean and fake busy:
Last edited by ewloni (2011-11-01 11:35:54)
Offline
Can I have your colours script?
Offline
Can I have your colours script?
Sure
#!/bin/bash
xdef="$HOME/.Xresources"
colors=( $( sed -re '/^!/d; /^$/d; /^#/d; s/(\*color)([0-9]):/\10\2:/g;' $xdef | grep 'color[01][0-9]:' | sort | sed 's/^.*: *//g' ) )
echo
for i in {0..7}; do echo -en "\e[$((30+$i))m ${colors[i]} \u2588\u2588 \e[0m"; done
echo
for i in {8..15}; do echo -en "\e[1;$((22+$i))m ${colors[i]} \u2588\u2588 \e[0m"; done
echo -e "\n"
Offline
OK100 wrote:Can I have your colours script?
Sure
#!/bin/bash xdef="$HOME/.Xresources" colors=( $( sed -re '/^!/d; /^$/d; /^#/d; s/(\*color)([0-9]):/\10\2:/g;' $xdef | grep 'color[01][0-9]:' | sort | sed 's/^.*: *//g' ) ) echo for i in {0..7}; do echo -en "\e[$((30+$i))m ${colors[i]} \u2588\u2588 \e[0m"; done echo for i in {8..15}; do echo -en "\e[1;$((22+$i))m ${colors[i]} \u2588\u2588 \e[0m"; done echo -e "\n"
Thanks
Offline
Wow, your desktop is awesome, one of the best dwm setup i have ever seen. Gratz.
Offline
Could you share your terminal color's config, please?
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
Could you share your terminal color's config, please?
Need to upload my dots, fairly new build so am still fiddling - http://www.meyithi.com/dots/dt/.Xresources
Offline
Offline
Offline
...on lovely dwm
http://ompldr.org/tYjJ5MQ
http://ompldr.org/tYjJ5Mg
nice dwm. how did you get the japanese letters?
Offline