Unix screen-shots thread! - Desktop Customization & Workflow
Users browsing this thread: 201 Guest(s)
|
|||
(04-05-2015, 11:06 PM)zr0 Wrote:(04-05-2015, 10:23 PM)DotDev Wrote: Crux 3.1 Glad to introduce you to the wonderful world of crux :D |
|||
|
|||
(04-05-2015, 10:26 PM)chc4 Wrote: Huh, odd choice to have *two* bars. I'm also really not a fan of transparent terminals, unfortunately. Or all that yellow in your colors... Each to their own (: the bar at the top has dmenu over it when I call it. Overall the two bars means I don't cram everything into one bar. |
|||
|
|||
I really love that desktop. Great job DotDev
----
blog: c-jm.github.io twitter: https://www.twitter.com/_c_jm My ambition in life is to be a graybeard by the time I am 65. ---- |
|||
|
|||
Font is Terminus, not Sans. Weird. |
|||
|
|||
Shit, that reminds me, I need to get Compton again.
~Seraphim R.P.
the artistnixer formerly known as vypr formerly known as sticky |
|||
|
|||
I finally changed one of my configs after installing hopping distros before ultimately ending up on Debian on my netbook again
|
|||
|
|||
|
|||
|
|||
|
|||
(17-05-2015, 04:52 AM)DotDev Wrote:That's dwm, he also posted it on unixporn https://unixporn.net/view/ed69a26e31e8b8b3.(16-05-2015, 05:55 PM)kirby Wrote: I finally changed one of my configs after installing hopping distros before ultimately ending up on Debian on my netbook again |
|||
|
|||
(17-05-2015, 12:24 AM)Wildefyr Wrote: You got your colour scheme? I want it sooo bad... Colour scheme is deafened. (17-05-2015, 04:52 AM)DotDev Wrote: what wm is that kirby, very nice scheme also dwm :) |
|||
|
|||
Here's a webm showing a thing I made with termite and bspwm:
https://u.teknik.io/T7RAub.webm I made my bspwm configuration revolve around a single 'theme' file that determines many settings, such as window gap, border width, what terminal and vim colorscheme to use, what fonts to use, and what icons and items to use in the panel. After that I made a script to symlink a named theme file out of the appropriate directory and reload wm configuration. Termite is an interesting terminal because if it receives the USR1 signal, it reloads its configuration, allowing for pretty smooth transition between themes, as opposed to urxvt. One thing missing to this that I'm not sure is possible is the ability to send open vim instances the command to load the new colorscheme. I know it's possible with gvim + remote, but trying to evade going outside terminal. Still looking into it. |
|||
|
|||
Hey neeasade. That's awesome.
I have in my .vimrc to auto reload Code: au BufWritePost .vimrc so ~/.vimrc
work hard, complain less
|
|||
|
|||
Thanks for the suggestion - what I ended up doing was this on load:
let vim_colors=system("cat ~/.bspwm_theme | grep VIM_COLORS | cut -c 12-") execute 'colorscheme ' vim_colors and then for the real time color changing I tried the above in a function which would get called on every write - turns out vim colorschemes do some very funky things when changed, so I think I'll just keep it on startup for now. >That's awesome. Thanks! |
|||
|
|||
Looking good in here guys.
|
|||
|
|||
Changed my lemonbar panel style today to be more button-y - https://u.teknik.io/CXtrYw.webm
really liked the titles in this unixporn post, so that's the feel I was going for: http://i.imgur.com/VcYUYyl.jpg |
|||
|
|||
(27-06-2015, 06:56 PM)neeasade Wrote: Changed my lemonbar panel style today to be more button-y - https://u.teknik.io/CXtrYw.webmcan u share the code of lemonbar? |
|||
|
|||
(28-06-2015, 04:20 AM)p3p1 Wrote:The code for the panel can be found here, although most of the variables for the panel can be found in my 'theme' file(see the readme on the dotfiles).(27-06-2015, 06:56 PM)neeasade Wrote: Changed my lemonbar panel style today to be more button-y - https://u.teknik.io/CXtrYw.webmcan u share the code of lemonbar? https://github.com/neeasade/dotfiles/tre...spwm/panel |
|||
|
|||
Here is mine:
More Screenshots: http://imgur.com/a/p1YOH Dotfiles: https://github.com/strang3quark/.dotfiles |
|||
|
|||
I like it!
When I get everything set up I'll post mine. your term color looks like the exact shade that this website is |
|||
|
|||
using experimental colors |
|||
|
|||
|
|||
tw1st3r colors by me = http://dotshare.it/dots/1033/ wall = http://mattahan.deviantart.com/art/The-T...9801&qo=18 |
|||
|
|||
(06-07-2015, 12:57 PM)zr0 Wrote: I think I saw your post on reddit! Nice colors, I was always terrible at making color schemes. |
|||
|
|||
(06-07-2015, 01:36 PM)enephst Wrote:Thanks it took me like 4 hours until i was happy with this colors :D(06-07-2015, 12:57 PM)zr0 Wrote: |
|||
|
|||
zr0 - that's a wild desttop. But you definitely made it work! Dinasaur Jr always makes me think of Alien Workshop.
dotdev - smooth and silky as usual. Colors look good. Good enough to move out of experimental phase!
work hard, complain less
|
|||
|
|||
|
|||
|
|||
Some interesting implementations there in your autostart, re windowgap; add/remove. Nice job.
I had never heard of interrobang either. I was reading the Arch thread and checked out the github page. Looks really cool. FYI, looks like the dots link is broken
work hard, complain less
|
|||
|
|||
(07-07-2015, 07:26 AM)dkeg Wrote: FYI, looks like the dots link is brokenmirrors for days http://git.io/.files == http://github.com/xero/dotfiles == http://code.xero.nu/dotfiles == http://gitlab.com/x/.files |
|||
|
|||
(06-07-2015, 11:54 PM)dkeg Wrote: zr0 - that's a wild desttop. But you definitely made it work! Dinasaur Jr always makes me think of Alien Workshop. Thanks dkeg you should see Toy Machine - Jump of a Building - Brian Anderson part one of my favorite sk8 videos xero great stuff DotDev ur screenshot makes me remember this |
|||
|
|||
|
|||