You are not logged in.
I'm still quite new to Subtle, but I'm really loving it. Here's my desktop :3
http://dl.dropbox.com/u/14392051/Pictures/ScreenShots/thumbs1.jpg
http://dl.dropbox.com/u/14392051/Pictures/ScreenShots/thumbs2.jpg
http://dl.dropbox.com/u/14392051/Pictures/ScreenShots/thumbs3.jpg
wallpaper link please.
Offline
Offline
http://dotshare.it >> #dotshare@freenode
Offline
Subtle really is becoming my favourite tiling wm. Awesome is losing the battle Manual tiling and the tagging system just rocks, although it took some time to get used to it. Now I just need to work on my ruby skill to be able to customize the sublets a bit more.
Wallpaper: http://yaromanzarek.deviantart.com/art/ … -208906956
github - tweets
avatar: The Oathmeal
Offline
Offline
Subtle really is becoming my favourite tiling wm. Awesome is losing the battle Manual tiling and the tagging system just rocks, although it took some time to get used to it. Now I just need to work on my ruby skill to be able to customize the sublets a bit more.
Wallpaper: http://yaromanzarek.deviantart.com/art/ … -208906956
Nice!
What do you use to set transparency?
Offline
Nice!
What do you use to set transparency?
I'm using the git version of cairo-compmgr from AUR.
github - tweets
avatar: The Oathmeal
Offline
http://dotshare.it >> #dotshare@freenode
Offline
github - tweets
avatar: The Oathmeal
Offline
Offline
I agree, right decision.
I really would like to post a shot more often, but I am still too satisfied with my colors.
Offline
Offline
thanks unexist for this great wm.
You are welcome.
also, how can i change the title width (i tried changing it in ruby.c, but it's the same).
Use the width property of the client style: http://subforge.org/projects/subtle/wiki/Styles#Width (requires subtle-hg)
Offline
@unexist please check here https://bbs.archlinux.org/viewtopic.php … 74#p949474
"First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack." ~ George Carrette
Offline
Offline
Offline
Cross post : http://ompldr.org/tOWI3bg
Looks nice! where can I get this tetris(?) curses-game?
Offline
^^ it's vitetris in aur http://aur.archlinux.org/packages.php?ID=14702
"First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack." ~ George Carrette
Offline
how do you get nice terminal colours like this? is there a program to easily set them and switch themes (it looks like those shell scripts are displaying a number of different themes?) and so on?
Offline
Varg wrote:how do you get nice terminal colours like this? is there a program to easily set them and switch themes (it looks like those shell scripts are displaying a number of different themes?) and so on?
I think it is just a theme displayer, you can switch themes by just backing up old/alt versions of your theme files.
This script is pretty close, its on the wiki:
#!/bin/bash
#
# This file echoes a bunch of color codes to the
# terminal to demonstrate what's available. Each
# line is the color code of one forground color,
# out of 17 (default + 16 escapes), followed by a
# test use of that color on all nine background
# colors (default + 8 escapes).
#
T='gYw' # The test text
echo -e "\n 40m 41m 42m 43m\
44m 45m 46m 47m";
for FGs in ' m' ' 1m' ' 30m' '1;30m' ' 31m' '1;31m' ' 32m' \
'1;32m' ' 33m' '1;33m' ' 34m' '1;34m' ' 35m' '1;35m' \
' 36m' '1;36m' ' 37m' '1;37m';
do FG=${FGs// /}
echo -en " $FGs \033[$FG $T "
for BG in 40m 41m 42m 43m 44m 45m 46m 47m;
do echo -en "$EINS \033[$FG\033[$BG $T \033[0m";
done
echo;
done
echo
Offline
Varg wrote:how do you get nice terminal colours like this? is there a program to easily set them and switch themes (it looks like those shell scripts are displaying a number of different themes?) and so on?
The colours are set in .Xdefaults. There is no theme switcher or anything, I just manually change the values.
The script that I use to display the colours is the one from the wiki as posted above.
github - tweets
avatar: The Oathmeal
Offline
Offline
Offline
github - tweets
avatar: The Oathmeal
Offline