You are not logged in.
New setup → https://plus.google.com/u/0/10161259731 … gsDUDt2YC9 (the link is a post of mine in the Arch community)
see you on the Arch side of the moon.
great work!
Last edited by Herbalist (2014-01-13 05:01:21)
Offline
Just finished my setup after hours of hacking around. And I can say that it's even better than I imagined.
http://i.imgur.com/459UzQC.png
Offline
Im new to this, but here is some screenies I did for you guys!
Hope you like my new setup. I know I do
Last edited by i3_Arch (2014-02-09 21:41:11)
Archlinux + i3 + zsh = winning
Registered Linux User #565414
Blackarch Pentesting Distro
Github
Offline
Im new to this, but here is some screenies I did for you guys!
Hope you like my new setup. I know I dohttp://i.imgur.com/D6k9diW.png
http://i.imgur.com/M70EQPU.png
http://i.imgur.com/qGAMYlf.png
http://i.imgur.com/XG5s0Lh.png
That's awesome, I love it
Offline
i3_Arch wrote:Im new to this, but here is some screenies I did for you guys!
Hope you like my new setup. I know I dohttp://i.imgur.com/D6k9diW.png
http://i.imgur.com/M70EQPU.png
http://i.imgur.com/qGAMYlf.png
http://i.imgur.com/XG5s0Lh.pngThat's awesome, I love it
Thanks, Im sure I'll find more time to do moar things to it .. But yeah, Im super happy with it ... starting to mess with my ncmpcpp config. Do you know how i can get notifications for my music in terminator or xterm?
Archlinux + i3 + zsh = winning
Registered Linux User #565414
Blackarch Pentesting Distro
Github
Offline
What kind of notifications? You could use dunst or something similar and use some script to send an notification when the state of mpd is changed.
Last edited by bendersteed (2014-01-29 22:25:55)
Petite veille d'ivresse, sainte ! quand ce ne serait que pour le masque dont tu as gratifié. Nous t'affirmons, méthode ! Nous n'oublions pas que tu as glorifié hier chacun de nos âges. Nous avons foi au poison. Nous savons donner notre vie tout entière tous les jours.
Voici le temps des Assassins.
Offline
What kind of notifications? You could use dunst or something similar and use some script to send an notification when the state of mpd is changed.
I want it to spit out my current song ,artist, and album in all terminals open when state of mpd changes.
Last edited by i3_Arch (2014-01-29 22:40:29)
Archlinux + i3 + zsh = winning
Registered Linux User #565414
Blackarch Pentesting Distro
Github
Offline
Im new to this, but here is some screenies I did for you guys!
Hope you like my new setup. I know I do
Can you post your PS1 please, I'd like to try me some coloured arrows
Offline
its the sorin theme in oh-my-zsh
so you can pacaur -S oh-my-zsh-git
i can sprunge a .zshrc for you though ????
Last edited by i3_Arch (2014-01-30 02:25:57)
Archlinux + i3 + zsh = winning
Registered Linux User #565414
Blackarch Pentesting Distro
Github
Offline
I just started using i3 yesterday. I'm still working out some kinks -- but that's for another thread In the mean time I put together a new conky and thoroughly enjoyed (re)learning things.
Clean
Fake Busy
EDIT: 02/11/14: I'm still getting used to thinks, but getting more comfortable and certainly had fun tinkering away with (xfce4)terminal, zsh, and i3 (all of which are new to me). Updated
Zsh Theme = Oh-My-Zsh -> jtriley
.conkyrc
* I know there's probably an easier way to do the weather, but I just hacked in the bits from another conky I had been using.
out_to_x no
own_window no
out_to_console yes
background no
max_text_width 0
update_interval 2.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
short_units yes
# How strict should if_up be when testing an interface for being up?
# The value is one of up, link or address, to check for the interface.
if_up_strictness address
# Add spaces to keep things from moving about? This only affects certain objects.
# use_spacer should have an argument of left, right, or none
use_spacer left
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
temperature_unit fahrenheit
TEXT
##################################
${execi 300 curl -s "http://weather.yahooapis.com/forecastrss?w=2375544&u=f" -o ~/.cache/weather.xml}
${execpi 14400 kalu -m > /tmp/Updates}
[{ "full_text" : "[${time %H} : ${time %M}] ${time %a}, ${time %b} ${time %d} [${execi 300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "temp=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}°F]" , "color" : "\#3dbcd9" },
{ "full_text" : "RAM ${memperc}% CPU ${cpu}% [${acpitemp}°F]" , "color" : "\#d23fe4" },
{ "full_text" : "Wifi:${downspeed wlp3s0} Eth:${downspeed enp5s0} @ ${execi 3600 wget -O - http://ip.tupeux.com | tail}" , "color" : "\#a3a7b4" },
{ "full_text" : "Root ${fs_used /} [${fs_used_perc /}%] Home ${fs_used
/home} [${fs_used_perc /home}%] ${exec uname -r}" , "color" : "\#006be5"
},
{ "full_text" : "${execp cd /tmp && wc -l Updates}" , "color" : "\#e4d23f" },
{ "full_text" : "Uptime: ${uptime_short}" , "color" : "\#ffffff" },
{ "full_text" : "Batt: ${battery_percent}%" , "color" :
${if_match ${battery_percent}<40}"\#fbfb24" ${battery_percent}<15}"\#d81e23"${else}"\#51e43f"${endif}
}],
Last edited by grandtheftjiujitsu (2014-02-12 04:50:03)
Offline
My statusbar, with moc and rTorrent integration (scripted with fish):
It takes some work to set up, but I keep all of my dotfiles here if you want to give it a shot.
Offline
Im new to this, but here is some screenies I did for you guys!
Hope you like my new setup. I know I dohttp://i.imgur.com/D6k9diW.png
http://i.imgur.com/M70EQPU.png
http://i.imgur.com/qGAMYlf.png
http://i.imgur.com/XG5s0Lh.png
Do you mind sharing your config? I love it
Offline
Clean:
Dirty:
config
Offline
Offline
Nice. What GTK theme is that?
Offline
okubax wrote:Nice. What GTK theme is that?
FlatStudio
Offline
but thats not i3bar is it?
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
okubax wrote:but thats not i3bar is it?
It is, just with conky piped to i3bar using JSON
Offline
sold. give me time, i want to do this with a fresh install.
LG x110-L.a7b2a9 16g sd card, Arch Linux.(he has xp, oz unity, oz ultimate.)
Asus U36JC plan for duel boot w7 with Arch
Offline
Just discovered the patches to add spacing to i3.
http://s8.postimg.org/t883w47cx/clean.jpg
http://s27.postimg.org/kox3s9dy7/dirty.jpg
What do i need to do to get these gaps?
Offline
Download and build i3 with the patches
git clone git://github.com/DSMan195276/i3.git
cd i3
git checkout dsm-changes
make
Change your xinit to point to the i3 binary you just built. EG:
exec ~/i3/i3
Add the following to your i3 config
enable_alpha_channel yes
new_window inset 4
Offline
Download and build i3 with the patches
git clone git://github.com/DSMan195276/i3.git cd i3 git checkout dsm-changes make
Change your xinit to point to the i3 binary you just built. EG:
exec ~/i3/i3
Add the following to your i3 config
enable_alpha_channel yes new_window inset 4
Well, but the gap between two windows seems to twice as much as the outer gap on your screenshot… Is this intended behaviour?
Offline
i3_Arch wrote:Im new to this, but here is some screenies I did for you guys!
Hope you like my new setup. I know I dohttp://i.imgur.com/D6k9diW.png
http://i.imgur.com/M70EQPU.png
http://i.imgur.com/qGAMYlf.png
http://i.imgur.com/XG5s0Lh.pngDo you mind sharing your config? I love it
.i3/config > http://sprunge.us/hdTc
.Xresources > http://sprunge.us/dgFj
.zshrc > http://sprunge.us/WNUM using sorin theme ( oh-my-zsh )
for the grub theme you can get this pkg aur/grub2-theme-arch-suse errrr pacaur -S grub2-theme-arch-suse
Let me know if you need anything else
Last edited by i3_Arch (2014-02-12 21:20:00)
Archlinux + i3 + zsh = winning
Registered Linux User #565414
Blackarch Pentesting Distro
Github
Offline