You are not logged in.
things in pic: monsterwm, tmux, archey3, weechat/bitlbee, dzen, urxvt
Last edited by rakka (2012-12-10 03:12:14)
Arch x86_64 - GitHub
Offline
@tdy,
what font is that ?
Looks awesome
It's monaco. Just recently made the switch a couple months ago.. used dina for the previous few years.
Offline
I like it? Are you using tmux? Can you share its conf? And also .Xdefaults? Thanks in advance
Offline
Offline
Offline
Good colors and contrast. Keep at it.
Offline
@Avatar-J Nice desktop what is this wm ?
Thanks Kamlang, my WM is OpenBox with Tint2.
Last edited by Avatar-J (2012-12-07 18:01:39)
Offline
Offline
Just taking a break from homework/learning LaTeX; this is a hold-over from about 6 weeks ago, and will likely change later today. Nothing fancy.
Offline
Changed some fonts etc.
http://ompldr.org/tZ21hNg
You, Sir, need to share your config
Offline
More StumpWM.. updated some.. trying out an "info bar" that looks a bit Lispy (non-functional, of course). Probably go back to no bar soon but at least it's something new for a while.. (never leave StumpWM though)
Edit: First screenshot is a bit small due to file size upload restriction.. it's an empty shot anyway.
Last edited by milomouse (2012-12-09 19:09:13)
Offline
Changed some fonts etc.
http://ompldr.org/tZ21hNg
What bar is that, I like it a lot. Where could I find your bar and ranger configs?
Offline
Offline
Offline
@milomouse
That's some beautiful colors you have there (i have stolen some of them i believe). What font is that in your terminals? Geekiest statusbar ever.
Why, thank you! I quite like the look of your screenshot, as well.
I'm using a font I did a [very very] minor edit to. It's full unicode semicondensed "Fixed" but I edited the Zeros to look different than the alphabetic O's.
Dubbed "FixedZero", I had uploaded it here:
https://github.com/milomouse/dotfiles/tree/master/fonts
Edit: Just click the font file and "View Raw", it should download font. There may be another way but that's the quickest I saw just now.
Last edited by milomouse (2012-12-09 21:31:41)
Offline
burninate wrote:@milomouse
That's some beautiful colors you have there (i have stolen some of them i believe). What font is that in your terminals? Geekiest statusbar ever.Why, thank you! I quite like the look of your screenshot, as well.
I'm using a font I did a [very very] minor edit to. It's full unicode semicondensed "Fixed" but I edited the Zeros to look different than the alphabetic O's.
Dubbed "FixedZero", I had uploaded it here:
https://github.com/milomouse/dotfiles/tree/master/fontsEdit: Just click the font file and "View Raw", it should download font. There may be another way but that's the quickest I saw just now.
Thanks buddy. How did you edit the font?
Offline
Thanks buddy. How did you edit the font?
I used 'FontForge' from Arch's "Extra" repository. It's pretty easy once you start messing around with it.
Offline
Shinryuu wrote:Changed some fonts etc.
http://ompldr.org/tZ21hNgYou, Sir, need to share your config
Shinryuu wrote:Changed some fonts etc.
http://ompldr.org/tZ21hNgWhat bar is that, I like it a lot. Where could I find your bar and ranger configs?
I use monsterwm and panel is called bar, you'll have to make a script to pipe your information there. Also I use a terminal called termite but you can still grab the colors for urxvt etc. Font in the bar is cure and in terminals I use tewi.
Get LemonBoy's bar from here, https://github.com/LemonBoy/bar
Here's my configurations:
termite.cfg
[options]
resize_grip = false
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
visible_bell = false
mouse_autohide = false
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
font = tewi 11
scrollback_lines = 1000
search_wrap = true
#icon_name = terminal
geometry = 350x200
term = xterm-termite
# 0.0: opaque, 1.0: transparent
transparency = 0.0
pseudo_transparency = false
# "system", "on" or "off"
cursor_blink = off
# "block", "underline" or "ibeam"
cursor_shape = block
# $BROWSER is used by default
browser = dwb
# word characters used for word selection
# (default if unset: all graphic non-punctuation/space characters)
#word_chars = -A-Za-z0-9,./?%&#:_=+@~
[colors]
foreground = #eeeeee
foreground_bold = #fedfed
#foreground_dim = #888888
background = #121213
#cursor = #dcdccc
color0 = #2c2c2c
color1 = #a54242
color2 = #b7ce42
color3 = #e0a524
color4 = #66aabb
color5 = #612737
color6 = #5e7175
color7 = #ddeedd
color8 = #4d4d4d
color9 = #cc6666
color10 = #bde077
color11 = #edB85c
color12 = #aaccbb
color13 = #591f2f
color14 = #a3babf
color15 = #6c887a
bar (config.def.h)
/* The height of the bar (in pixels) */
#define BAR_HEIGHT 16
/* The width of the bar. Set to -1 to fit screen */
#define BAR_WIDTH -1
/* Offset from the left. Set to 0 to have no effect */
#define BAR_OFFSET 0
/* Choose between an underline or an overline */
#define BAR_UNDERLINE 1
/* The thickness of the underline (in pixels). Set to 0 to disable. */
#define BAR_UNDERLINE_HEIGHT 3
/* Default bar position, overwritten by '-b' switch */
#define BAR_BOTTOM 0
/* The fonts used for the bar, comma separated. Only the first 2 will be used. */
#define BAR_FONT "-*-stlarch-medium-r-normal-*-10-*-*-*-*-*-*-*","-*-cure-medium-r-normal-*-11-*-*-*-*-*-*-*"
/* Some fonts don't set the right width for some chars, pheex it */
#define BAR_FONT_FALLBACK_WIDTH 2
/* Color palette */
#define COLOR0 0x121213 /* Background */
#define COLOR1 0xc4c4c4 /* Foreground */
#define COLOR2 0x283B5D /* Blue */
#define COLOR3 0x852a52 /* Red */
#define COLOR4 0xadbd00 /* Green */
#define COLOR5 0xec9d08 /* Orange */
#define COLOR6 0x6b0f38 /* Magenta */
#define COLOR7 0x212122 /* Black'n'Gray I */
#define COLOR8 0x333333 /* Black'n'Gray II */
#define COLOR9 0xdedede /* White */
wine.py (ranger colorscheme)
# Ranger theme
# Hello
from ranger.gui.colorscheme import ColorScheme
from ranger.gui.color import *
class Default(ColorScheme):
def use(self, context):
fg, bg, attr = default_colors
if context.reset:
return default_colors
elif context.in_browser:
if context.selected:
attr = reverse
else:
attr = normal
if context.empty or context.error:
bg = red
if context.border:
attr = normal
fg = black
if context.media:
if context.image:
fg = magenta
else:
fg = magenta
if context.container:
attr |= bold
fg = cyan
if context.directory:
attr |= normal
fg = black
elif context.executable and not \
any((context.media, context.container,
context.fifo, context.socket)):
attr |= normal
fg = magenta
if context.socket:
fg = magenta
if context.fifo or context.device:
fg = yellow
if context.device:
attr |= bold
if context.link:
fg = context.good and cyan or magenta
if context.tag_marker and not context.selected:
attr |= bold
if fg in (red, magenta):
fg = black
else:
fg = red
if not context.selected and (context.cut or context.copied):
fg = magenta
attr |= bold
if context.main_column:
if context.selected:
attr |= normal
if context.marked:
attr |= bold
fg = yellow
if context.badinfo:
if attr & reverse:
bg = magenta
else:
fg = green
elif context.in_titlebar:
attr |= normal
if context.hostname:
attr |= bold
fg = context.bad and red or black
elif context.directory:
fg = magenta
elif context.tab:
if context.good:
bg = green
elif context.link:
fg = cyan
elif context.in_statusbar:
if context.permissions:
if context.good:
fg = cyan
elif context.bad:
fg = magenta
if context.marked:
attr |= bold | reverse
fg = yellow
if context.message:
if context.bad:
attr |= bold
fg = red
if context.text:
if context.highlight:
attr |= reverse
if context.in_taskview:
if context.title:
fg = blue
if context.selected:
attr |= reverse
return fg, bg, attr
wmrun.sh (to launch wm)
#!/usr/bin/env sh
: "${wm:=monsterwm}"
: "${ff:="/tmp/${wm}.fifo"}"
[ -p "$ff" ] || mkfifo -m 600 "$ff"
# spawn a statusbar
while read -t 60 -r line || true; do
echo "$line" | grep -qEx "(([[:digit:]]+:){4,6}[[:digit:]]+ ?)+" && prev="$line" || line=
statusinfo.sh ${line:-$prev}
done < "$ff" | bar &
# spawn a pager
#mopag < "$ff" &
"$wm" > "$ff"
statusinfo.sh (to pipe info)
#!/usr/bin/env sh
# expects a line from monsterwm's output as argument ("$1")
# prints formatted output to be used as input for bar
# reference: bar by LemonBoy -- https://github.com/LemonBoy/bar
# desktop status
for desk; do
d="${desk%%:*}" desk="${desk#*:}" # desktop id
w="${desk%%:*}" desk="${desk#*:}" # window count
l="${desk%%:*}" desk="${desk#*:}" # layout mode
c="${desk%%:*}" desk="${desk#*:}" # is current desktop
u="$desk" # has urgent hint
# desktop id
case "$d" in
0) d="\ue0aa term" ;; 1) d="\ue074 web" ;;
2) d="\ue107 img" ;;
esac
# current desktop
if [ $c -ne 0 ]
then bg="\b7" un="\u7" fg="\f3"
case "$l" in
0) s="Classic Rape Mode" ;; 1) s="Monocle Mode" ;; 2) s="Bstack Mode" ;;
3) s="Grid Mode" ;; 4) s="Bloat Mode" ;;
esac && s="\b8\u8 $s \br\ur"
fi
# has urgent hint or no windows
[ $u -ne 0 ] && un="\u3"
[ $w -eq 0 ] && w="\f8-\fr"
in="$in$bg$fg$un $d $w \ur\br\fr"
unset bg fg un
done
# music status
music="$(mpc current -f "[%title%|%file%] #\f8by#\fr %artist%")"
if [ -z "$music" ]; then music="nothing to see here" mstat="\ue0ae"
else
mstat="$(mpc | sed -rn '2s/\[([[:alpha:]]+)].*/\1/p')"
[ "$mstat" == "paused" ] && mstat="\ue09b" || mstat="\ue0fe"
fi
# volume status
if [ "$(amixer get Master | sed -nr '$ s:.*\[(.+)]$:\1:p')" == "off" ]
then vol="[m]" vstat="\ue04f"
else
vol="$(amixer get PCM | sed -nr '$ s:.*\[(.+%)].*:\1:p')"
if [ "${vol%\%}" -le 10 ]; then vstat="\ue04e"
elif [ "${vol%\%}" -le 20 ]; then vstat="\ue050"; else vstat="\ue05d"; fi
fi
# date and time
date="$(date +"%R")" dstat="\ue016"
# symbols
astat="\ue157"
printf '%s %s %s' "$in" "$astat " "$s" "\r"
printf ' \\b7\\u7\\f3 %s \\br\\ur\\fr %s' "$mstat" "$music" "$vstat" "$vol" "$dstat" "$date "
printf '\n'
I think I'll set a thing like github so I can share my configurations more easier.
Last edited by Shinryuu (2012-12-09 23:06:52)
Offline
http://i60.photobucket.com/albums/h3/burnmybodyforfuel/reference/th_2012_12_06-171238.png
http://i60.photobucket.com/albums/h3/burnmybodyforfuel/reference/th_2012_12_06-193920.png
More StumpWM.. updated some.. trying out an "info bar" that looks a bit Lispy (non-functional, of course). Probably go back to no bar soon but at least it's something new for a while.. (never leave StumpWM though)
Edit: First screenshot is a bit small due to file size upload restriction.. it's an empty shot anyway.
I would love to have your colors and wallpaper
€dit: Here's mine, still the same:
Last edited by null (2012-12-09 23:21:09)
Offline
I would love to have your colors and wallpaper
Here's two versions of the wallpaper:
no text: http://wallbase.cc/wallpaper/152144
with text: http://wallbase.cc/wallpaper/365515
The colors you're looking for are probably found in ~/.dir_colors and the Xdefaults file.
dir_colors: https://raw.github.com/milomouse/dotfil … dir_colors
Xdefaults: https://raw.github.com/milomouse/dotfil … /Xdefaults
In Xdefaults, the appropriate colors are under '!! astromouse'. Hope you like!
Edit: @null: What's that info script in your terminal? I like the ghoulish Arch text.
Last edited by milomouse (2012-12-09 23:34:04)
Offline
rakka wrote:I like it? Are you using tmux? Can you share its conf? And also .Xdefaults? Thanks in advance
Thank you That is tmux. Configs are available in github repo (linked in sig) I'll double check that everything's up to date and post current Xdefaults just incase.
Arch x86_64 - GitHub
Offline