Page 1 of 3

stark

Posted: Tue Mar 10, 2015 3:44 pm
by stark
Inconsistent as usual.

Wall: retina_wood
Xcolors: vim-hybrid
Irc client: Weechat
Package manager: pacman -Syyu ( ilovecandy ;)
Not so random message: while true; do curl -s whatthecommit.com/index.txt; done
Stats: dmenu2 with a crappy script
Music player: mpd + ncmpcpp
Man page: man dwm ( using most as pager )

Re: stark

Posted: Tue Mar 10, 2015 3:53 pm
by rhowaldt
looks good to me stark! what is the program that gives you a random message everytime you mistype your password? :)

Re: stark

Posted: Tue Mar 10, 2015 3:58 pm
by stark

Re: stark

Posted: Tue Mar 10, 2015 4:11 pm
by dkeg
Nice stark. And nice compliment, thanks.

Re: stark

Posted: Tue Mar 10, 2015 6:43 pm
by DebianJoe
I like it. Nice work.

Re: stark

Posted: Tue Mar 10, 2015 6:45 pm
by Dr_Chroot
0_o fantastic scrot, stark!

Re: stark

Posted: Sat Mar 14, 2015 6:26 pm
by stark
WM - None ( Thank You Wmutils, Sxhkd and z3bra )
Gtk - Flatstudio Dark
Wall - brushed_aluminium_dark with -brightness -0.23
Icons - ACYL
Colors - Dark times
Scripts - Elfman and z3bra's cdump with minor tweaks

Re: stark

Posted: Sat Mar 14, 2015 6:51 pm
by wuxmedia
nice, good colours.
I see rusty has been contracted with you also ;)
those Icons are nice, look a bit like high-contrast (my fav)

Re: stark

Posted: Sat Mar 14, 2015 8:01 pm
by dkeg
Stark! Great one. Don't like the FM, but past that the colors and wall are great. bravo!

Re: stark

Posted: Sat Mar 14, 2015 8:22 pm
by stark
@wux Thanks, yeah ACYL is the best icon pack in my opnion as it provides scripts that allows you to change the colors of the icon pack !

@dkeg Thanks so much ! I don't like or use thunar *that much* either ( coreutils + ranger is more than good enough ), but only one problem, I have a ntfs data partition, and i haven't taken the time to figure out how to safely mount it from the command line ( without screwing up the permissions ) which is why i have the gvfs and polkit crap lying around :(

But the irony here is that today all of a sudden every file in the ntfs partition has the executable bits and now i'm trying to figure out how the heck that happened and how to fix it.

Re: stark

Posted: Sun Mar 15, 2015 12:41 am
by Dr_Chroot
Wow, stark. Simply blown away. Loving it; so how did you get the fancy window borders?

Re: stark

Posted: Sun Mar 15, 2015 12:58 am
by dkeg
^compton

Code: Select all

frame-opacity = 0.[n];

Re: stark

Posted: Sun Mar 15, 2015 9:18 am
by stark
^ Yep and its doable with most wms too! Remember ?

Re: stark

Posted: Sun Mar 15, 2015 11:54 am
by wuxmedia
stark wrote:@wux Thanks, yeah ACYL is the best icon pack in my opnion as it provides scripts that allows you to change the colors of the icon pack !
...
But the irony here is that today all of a sudden every file in the ntfs partition has the executable bits and now i'm trying to figure out how the heck that happened and how to fix it.
Ahh ACYL, couldn't get that to work, surprise :)

I use an NTFS data external drive, yeah the perms appear all messed up, doesn't really matter within linux, apart from the dircolors are a bit hard to read, (light green, or yellow on green IIRC) I call /bin/ls to get no colours. Or you can EXPORT a more readable one.

I think its something to do with the way it's mounted, I just mount /dev/sdb1 /mnt then watch a film or whatever.
If you mount with 'umask' and 'user' options set right I think it works better.

Re: stark

Posted: Sun Mar 15, 2015 2:04 pm
by stark
^ ACYL's scripts are written in python2 ( change the shebang or call the scripts with python2 ) and needs glade which needs gtk3, took me a while to figure that out.

The funny thing is, I kept thunar and the gvfs hell only to ensure that the permissions don't get messed up and it worked for months until now. well yeah the colors are annoying, but the "everthing executable" thing bothers me. I think i need to mess around with ntfs-3g's user mapping and all that permissions stuff.

Re: stark

Posted: Sun Mar 15, 2015 2:09 pm
by dkeg
rox-filer is a nice option for FM since we're talking of GUI options

Re: stark

Posted: Sun Mar 15, 2015 2:21 pm
by stark
^ For general purposes, I use coreutils and ranger, when I need to mount the data partition, I just launch thunar and select the partition under Devices and exit, after that i access it from the terminal.

Rox filer is a nice fm indeed, used it in the puppylinux days :)

Re: stark

Posted: Sun Mar 15, 2015 3:13 pm
by wuxmedia
Just because thunar is a bit of a waste (although those icons make it look good )
http://ubuntuforums.org/showthread.php?t=1604251

I think you can use that in a single mount line with the -o flag. might want to alias that though :)

Re: stark

Posted: Sun Mar 15, 2015 3:56 pm
by stark
^ Thank You so much !

Re: stark

Posted: Sun Mar 15, 2015 7:34 pm
by rhowaldt
just in case you didnt see it, check out the wiki article on mounting, it might be of use: http://linuxbbq.org/wiki/index.php/Mount