You are not logged in.
Muchly appreciated!
meh
Offline
dwm with no panel
Mind sharing you Xresources/Xdefaults?
Offline
Offline
Offline
Here's mine, theme info's in the first screen.
Arch Linux + Gnome Shell + Mono-D + MyPaint, Gimp, Inkscape, and Blender = Awesome System;Clean:
http://reign-studios.com/screenshots/thumb_clean.pngCode:
http://reign-studios.com/screenshots/thumb_code.png
Nice work! Out of curiosity, what tablet are you running with? I'm considering of owning one.
- The Github -
Offline
Offline
Small update to my DWM: I removed the layout icons patch and added the viewontag patch (when moving a client to tag x, switch to tag x too). I haven't decided yet if viewontag is a keeper as it sometimes gets in my way.
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Offline
Small update:
http://ompldr.org/tZGgyOQ
http://ompldr.org/tZGgyYg
Nice font rendering in the browser! Done anything special?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Offline
@OK100 -- make this tiny shiny available for download, but with hardware included. Looks great (always does).
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
OK100 wrote:Small update:
http://ompldr.org/tZGgyOQ
http://ompldr.org/tZGgyYgNice font rendering in the browser! Done anything special?
Exactly what I was thinking. Fonts look dashing.
Offline
@bohoomil: lol Thanks!
@Unia, @donniezazen: The font is Droid Sans, and here is my fonts.conf:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
<dir>~/.fonts</dir>
</fontconfig>
Besides that I didn't make any modifications to font settings.
Offline
@OK100 Are you using Infinality for font rendering? Could you post your /etc/fonts/conf.avail/51-local.conf and if using Infinality /etc/profile.d/infinality-settings.sh? Thanks.
UPDATE:Installed ttf-droid-sans and yeah it looks amazing. Chromium though is still using Times New Roman.
Last edited by donniezazen (2012-04-22 21:33:24)
Offline
@donniezazen: I don't use Infinality or fontconfig-lcd, only default packages from extra. 51-local.conf file is default, but just in case I included it here:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Load local system customization file -->
<include ignore_missing="yes">local.conf</include>
</fontconfig>
Offline
Here's mine, theme info's in the first screen.
Arch Linux + Gnome Shell + Mono-D + MyPaint, Gimp, Inkscape, and Blender = Awesome System;Clean:
http://reign-studios.com/screenshots/thumb_clean.pngCode:
http://reign-studios.com/screenshots/thumb_code.png
Can you post the link of your futuristic city wallpaper?
If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau
Registered Linux User: #559057
Offline
Offline
Changed colors, the darker ones were getting kinda depressing
hi, would you mind having me take a look at the configs of your taskbar? I'm currently on monsterwm (which is a dwm fork) and haven't accomplished a bar that I like yet. Especially how you display icons is something I haven't figured out yet. How did you do it? Is it conky, dzen, etc.?
Thanks a lot
Offline
Unia wrote:Changed colors, the darker ones were getting kinda depressing
hi, would you mind having me take a look at the configs of your taskbar? I'm currently on monsterwm (which is a dwm fork) and haven't accomplished a bar that I like yet. Especially how you display icons is something I haven't figured out yet. How did you do it? Is it conky, dzen, etc.?
Thanks a lot
The icons are just glyphs in drawn in a font. AFAIK monsterwm comes with no bar and I am using the standard DWM one so I don't know how you can get the same result. Here's my status script:
#!/bin/bash
# DWM status script
# Colors: 1 = normal, 2 = selected, 3 = urgent
dte(){
dte="$(date +"%a %d, %H:%M")"
echo -e "\x02É \x01$dte"
}
bat(){
perc="$(awk 'NR==1 {print +$4}' <(acpi -V))"
online="$(grep "on-line" <(acpi -V))"
if [ -z "$online" ] && [ "$perc" -gt "50" ]; then
echo -e "\x02ô \x01$perc%"
elif [ -z "$online" ] && [ "$perc" -le "49" ]; then
echo -e "\x02ó \x01$perc%"
elif [ -z "$online" ] && [ "$perc" -le "15" ]; then
echo -e "\x03ò $perc%"
else
echo -e "\x02Â \x01$perc%"
fi
}
vol(){
mute=`amixer get Master | grep "Mono:" | awk '{print $6}'`
if [ $mute == "[on]" ]
then
vol=`amixer get Master | grep -m 1 -o '[0-9][0-9]*%'`
echo -e "\x02í \x01$vol"
else
echo -e "\x02ë "
fi
}
net(){
essid=`iwgetid | awk -F ':' '{print $2}' | sed -e 's/"//g'`
signal=`awk '/wlan0:/ {print $3}' /proc/net/wireless |sed -e 's/\.//g'`
perc=`echo $[$signal *100 /70]`
echo -e "\x02 \x01$essid $signal $perc"
}
disk(){
#diskinfo=`df -h | awk '/^\/dev\//{print $6 "=" $3 "/" $2}'`
#root=`df -h | grep rootfs | awk '{print $3"/"$2":"$5}'`
root=`df -h | grep rootfs | awk '{print $3}'`
#windows=`df -h | grep media | awk '{print $3"/"$2":"$5}'`
echo -e "\x02¨ \x01$root"
}
mem(){
mem=`free -m | awk '/cache:/ {printf("%dMB", $3)}'`
echo -e "\x02Î \x01$mem"
}
video(){
temp=`aticonfig --odgt | awk '/Temperature/ {printf("%d", $5)}'`
perc=`aticonfig --odgc | awk '/GPU/ {printf("%d%", $4)}'`
echo -e "\x02³ \x01$perc \x02Ò \x01$temp°C"
}
cpu(){
read cpu a b c previdle rest < /proc/stat
prevtotal=$((a+b+c+previdle))
sleep 0.5
read cpu a b c idle rest < /proc/stat
total=$((a+b+c+idle))
cpu=$((100*( (total-prevtotal) - (idle-previdle) ) / (total-prevtotal) ))
temp=`acpi -t | awk '/Thermal 1/ {printf("%d", $4)}'`
echo -e "\x02Ñ \x01$cpu% \x02Ò \x01$temp°C"
}
mpd(){
if mpc &> /dev/null && [[ $(mpc | wc -l) != 1 ]]; then
if [[ $(mpc | awk 'NR==2 {print $1}') == "[paused]" ]] ; then
echo -e "\x02ç \x01$(mpc | head -1)"
else
echo -e "\x02ê \x01$(mpc | head -1)"
fi
fi
}
# Pipe to status bar
while true ; do
xsetroot -name "$(mpd) $(cpu) $(video) $(mem) $(disk) $(net) $(vol) $(bat) $(dte)"
sleep 1s
done &
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
^^@andmars,
if you use dzen2, you can use xbm or xpm icons. Check the dzen2 website. Or you can try some_sorta_bar from our own moetunes and use a font with icons like Unia said. Check out the last few pages of the monsterwm thread for discussion on how to use it. The wiki has dzen and conky pages too. I made an xbm icon set called stlarch_icons and a few fonts with icons drawn in (terminusmod, termsyn, ohsnap and tamsynmod). They're all in the aur.
Offline