You are not logged in.
@Varg: Thanks.
Offline
Offline
I love everything about subtle.
Can you please share your config? I want to try Subtle again!
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
ill wrote:I love everything about subtle.
Can you please share your config? I want to try Subtle again!
There you go
Offline
I love everything about subtle.
Lovely ill, thanks for sharing!
Offline
Unia wrote:ill wrote:I love everything about subtle.
Can you please share your config? I want to try Subtle again!
There you go
Thanks! Could you perhaps upload the icons too?
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
ill wrote:Unia wrote:Can you please share your config? I want to try Subtle again!
There you go
Thanks! Could you perhaps upload the icons too?
Offline
Thanks! Could you perhaps upload the icons too?
You can also use my set on subforge for more icons: http://subforge.org/attachments/download/43/icons.xz
Offline
Thank you both!
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
Offline
guys, i've installed this WM but how do I run things? from terminal?
Offline
From terminal, with key-grabs or with a launcher. Check out the Subtle wiki:
http://subforge.org/projects/subtle/wiki
github - tweets
avatar: The Oathmeal
Offline
Using subtle for 2 days, and I already loving it.
Self-made wallpaper, inspired by https://bbs.archlinux.org/viewtopic.php?id=128193 but with my terminal colors.
Last edited by ewloni (2011-10-17 13:11:31)
Offline
Unia wrote:Thanks! Could you perhaps upload the icons too?
You can also use my set on subforge for more icons: http://subforge.org/attachments/download/43/icons.xz
Forgive me for asking, but how do you extract those icons? Using the command "unxz icons.xz" gives me a file called icons, but I am not sure what to do after that. I was able to do this before, but I've forgotten what steps I took to extract all the *.xbm files. Thanks.
Update: Never mind. I derped. Just change the file extension from .xz to .tar.xz.
Last edited by spo11 (2011-10-19 15:58:58)
Offline
Update: Never mind. I derped. Just change the file extension from .xz to .tar.xz.
Yeah, forgot to add the tar extension when I created the tarball.
Offline
Using subtle for 2 days, and I already loving it.
...
Self-made wallpaper, inspired by https://bbs.archlinux.org/viewtopic.php?id=128193 but with my terminal colors.
I'd really appreciate it if you could tell me how you managed to get those indentation guides in vim,
Thanks
edit: Infact, I like almost everything about your style especially the low chroma terminal colours. Really well done.
Last edited by Earnestly (2011-10-19 23:26:32)
Offline
Using subtle for 2 days, and I already loving it.
http://pix.toile-libre.org/upload/thumb/1318855995.png http://pix.toile-libre.org/upload/thumb/1318856119.png http://pix.toile-libre.org/upload/thumb/1318856162.png
Self-made wallpaper, inspired by https://bbs.archlinux.org/viewtopic.php?id=128193 but with my terminal colors.
Luxi Mono: nice
Can you share your font settings, please? I've not managed to get it looking that full...
Offline
I'd really appreciate it if you could tell me how you managed to get those indentation guides in vim,
Thanksedit: Infact, I like almost everything about your style especially the low chroma terminal colours. Really well done.
Thanks! I'm glad someone likes it!
You have to add something like that in your .vimrc:
set listchars=nbsp:·,eol:↵,extends:>,precedes:<,tab:\|\
set list
Note that there is a space after the last \
"\|" means that the first char of a tab will be represented by a | and "\ " means that following chars will be represented by a space (these chars have to be escaped). You can try "tab:>-" to understand well.
set list shows special characters, while set listchars changes their default "values". Their color is setted up by NonChars for some chars, and SpecialKeys for others.
You can find my term colors here
Luxi Mono: nice
Can you share your font settings, please? I've not managed to get it looking that full...
Yup. I think that serif fonts are easier to read and much more comfortable. It's like Dvorak layout, the time spent to get used to it is worth it.
I use the Infinality patchset, with default settings. I also always set the correct DPI value for my screens.
Last edited by ewloni (2011-10-20 12:18:52)
Offline
Thanks ewloni
Offline
You have to add something like that in your .vimrc:
set listchars=nbsp:·,eol:↵,extends:>,precedes:<,tab:\|\ set list
Note that there is a space after the last \
"\|" means that the first char of a tab will be represented by a | and "\ " means that following chars will be represented by a space (these chars have to be escaped). You can try "tab:>-" to understand well.
set list shows special characters, while set listchars changes their default "values". Their color is setted up by NonChars for some chars, and SpecialKeys for others.
You're an absolute champion,
Thanks
Offline
Using subtle for 2 days, and I already loving it.
http://pix.toile-libre.org/upload/thumb/1318855995.png http://pix.toile-libre.org/upload/thumb/1318856119.png http://pix.toile-libre.org/upload/thumb/1318856162.png
Self-made wallpaper, inspired by https://bbs.archlinux.org/viewtopic.php?id=128193 but with my terminal colors.
Mind sharing your subtle config? Really like those view styles.
Offline
You can find it here: http://pastebin.com/TqXVNPYM
Offline
Thanks a lot!
Offline