You are not logged in.
In fact I dont use any compositing. Its just plain i3. I updated my previous post.
Regards
Please feel free to correct my english.
Offline
Offline
Just another solarized color scheme with i3.
Offline
just swapped from awesome, taking a while to get amalgamated.
probably could have trimmed them down by doing the floating thing, but i wanted to get it looking as nice as possible (to me at least) in actual use. this was my attempt to find any gaping wounds heh. steams pretty flakey though. anyway really happy with it so far, ton of work to go, loving the switch up from awesome.
walls.
chat, colours, sublime, music, generic filler.
firefox, ranger, vimperator.
quickswitch (dmenu), smore steam
side question: been getting this a bit lately, it seems to be related to some steam crashes ive been getting, anyone have any insight?
double bar, what does it mean
just for giggles;
got it on tinypic before i realised they downsized.
also is there a better host than imgbox? linking to images and full res?
Offline
just swapped from awesome, taking a while to get amalgamated.
probably could have trimmed them down by doing the floating thing, but i wanted to get it looking as nice as possible (to me at least) in actual use. this was my attempt to find any gaping wounds heh. steams pretty flakey though. anyway really happy with it so far, ton of work to go, loving the switch up from awesome.walls.
http://t.imgbox.com/ackb0p6A.jpg
chat, colours, sublime, music, generic filler.
http://t.imgbox.com/adbtljdM.jpg
firefox, ranger, vimperator.
http://t.imgbox.com/adpfDnD9.jpgquickswitch (dmenu), smore steam
side question: been getting this a bit lately, it seems to be related to some steam crashes ive been getting, anyone have any insight?
double bar, what does it meanjust for giggles;
got it on tinypic before i realised they downsized.also is there a better host than imgbox? linking to images and full res?
Can u share the config ?
Offline
@F34R sure, its pretty iffy, havent tidied it up and such
Last edited by indisposed (2013-06-24 00:53:36)
Offline
I spent some time last night converting my conky config to one compatible with the json/i3bar format, which has perty colors. I followed some advice from this thread so I thought that I might as well contribute something back.
out_to_x no
out_to_console yes
short_units yes
update_interval 1
TEXT
[\
# Kernel:
{"full_text":"KERNEL","color":"\#888888","separator":false,"separator_block_width":6},\
{"full_text":"${kernel}","color":"\#EEEEEE","separator":false,"separator_block_width":6},\
# CPU temperature:
{"full_text":"CPU TEMP","color":"\#888888","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${hwmon 2 temp 2}<45}${hwmon 2 temp 2}","color":"\#AAF096","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${hwmon 2 temp 2}<50}${hwmon 2 temp 2}","color":"\#F0DC64","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${hwmon 2 temp 2}<55}${hwmon 2 temp 2}","color":"\#FF9933","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${hwmon 2 temp 2}>=55}${hwmon 2 temp 2}","color":"\#FF3333","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${endif}${endif}${endif}${endif}"},\
{"full_text":"C°","color":"\#EEEEEE","separator":false,"separator_block_width":6},\
# GFX temperature:
{"full_text":"GFX TEMP","color":"\#888888","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${hwmon temp 1}<50}${hwmon temp 1}","color":"\#AAF096","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${hwmon temp 1}<55}${hwmon temp 1}","color":"\#F0DC64","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${hwmon temp 1}<60}${hwmon temp 1}","color":"\#FF9933","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${hwmon temp 1}>=60}${hwmon temp 1}","color":"\#FF3333","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${endif}${endif}${endif}${endif}"},\
{"full_text":"C°","color":"\#EEEEEE","separator":false,"separator_block_width":6},\
# Download:
{"full_text":"DOWN","color":"\#888888","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${downspeedf enp3s0}<100}${downspeed enp3s0}","color":"\#AAF096","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${downspeedf enp3s0}<300}${downspeed enp3s0}","color":"\#68B1E8","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${downspeedf enp3s0}<700}${downspeed enp3s0}","color":"\#DB70B8","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${downspeedf enp3s0}<1000}${downspeed enp3s0}","color":"\#9470DB","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${downspeedf enp3s0}>=1000}${downspeed enp3s0}","color":"\#FF3333","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}${endif}${endif}"},\
# Upload:
{"full_text":"UP","color":"\#888888","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${upspeedf enp3s0}<15}${upspeed enp3s0}","color":"\#AAF096","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${upspeedf enp3s0}<35}${upspeed enp3s0}","color":"\#9470DB","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${upspeedf enp3s0}>=35}${upspeed enp3s0}","color":"\#FF3333","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}"},\
# Memory:
{"full_text":"MEM","color":"\#888888","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${memperc}<30}${memeasyfree}","color":"\#AAF096","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${memperc}<60}${memeasyfree}","color":"\#F0DC64","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${memperc}<85}${memeasyfree}","color":"\#FF9933","separator":false,"separator_block_width":6},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${memperc}>=85}${memeasyfree}","color":"\#FF3333","separator":false,"separator_block_width":6},\
{"full_text":"${endif}${endif}${endif}${endif}"},\
# CPU:
{"full_text":"CPU","color":"\#888888","separator":false,"separator_block_width":6},\
{"full_text":"${if_match ${cpu cpu0}<25}${cpu cpu0}","color":"\#AAF096","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${cpu cpu0}<50}${cpu cpu0}","color":"\#F0DC64","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${cpu cpu0}<75}${cpu cpu0}","color":"\#FF9933","separator":false,"separator_block_width":0},\
{"full_text":"${else}"},\
{"full_text":"${if_match ${cpu cpu0}<=100}${cpu cpu0}","color":"\#FF3333","separator":false,"separator_block_width":0},\
{"full_text":"${endif}${endif}${endif}${endif}"},\
{"full_text":"%","color":"\#EEEEEE","separator":false,"separator_block_width":6},\
# Date:
{"full_text":"DATE","color":"\#888888","separator":false,"separator_block_width":6},\
{"full_text":"${time %D}","color":"\#EEEEEE","separator":false,"separator_block_width":6},\
# Time:
{"full_text":"TIME","color":"\#888888","separator":false,"separator_block_width":6},\
{"full_text":"${time %r}","color":"\#EEEEEE","separator":false}\
],
Yeah, it's pretty long, but it's a great base to work from if you decide to create your own.
Last edited by Ledti (2013-07-08 13:30:41)
Offline
Nice!
Thanks for sharing
Offline
@Ledti What fonts are you using?
That specific font is Share Tech, which is part of the Google Fonts collection. But the default fontconfig/freetype2 packages tend to render obscure fonts fairly bad, especially bold ones. You'd probably have to install one of the infinality packages to get that font to look good.
Offline
Offline
@ okubax, you haven't updated your system in a while?
wpa_supplicant is still under /usr/sbin.
Offline
@x33a
It shows the command with which the process was called, not the on-disk location of the binary.
And Arch package has exactly this command in the service file due to a clumsy method of setting paths (using sed and mv instead of setting {BIN,LIB}DIR in make).
Offline
Hi, im new in i3 and i have cuestion,
can view in the buttom-bar current opened task or programs in current workspace?
Thanks in advance!
Offline
@x33a
It shows the command with which the process was called, not the on-disk location of the binary.
And Arch package has exactly this command in the service file due to a clumsy method of setting paths (using sed and mv instead of setting {BIN,LIB}DIR in make).
Thanks for clarifying this. I had to double-check cause' I mostly keep my system up to date
Offline
@x33a
It shows the command with which the process was called, not the on-disk location of the binary.
And Arch package has exactly this command in the service file due to a clumsy method of setting paths (using sed and mv instead of setting {BIN,LIB}DIR in make).
Ahh, that's interesting. I just tried it with iftop and it's true.
@ okubax
Sorry for raising a false flag
Offline
I spent some time last night converting my conky config to one compatible with the json/i3bar format, which has perty colors. I followed some advice from this thread so I thought that I might as well contribute something back.
http://i.imgur.com/KloRzVn.png
http://i.imgur.com/TTxJm9B.pngout_to_x no out_to_console yes short_units yes update_interval 1 TEXT [\ # Kernel: {"full_text":"KERNEL","color":"\#888888","separator":false,"separator_block_width":6},\ {"full_text":"${kernel}","color":"\#EEEEEE","separator":false,"separator_block_width":6},\ # CPU temperature: {"full_text":"CPU TEMP","color":"\#888888","separator":false,"separator_block_width":6},\ {"full_text":"${if_match ${hwmon 2 temp 2}<45}${hwmon 2 temp 2}","color":"\#AAF096","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${hwmon 2 temp 2}<50}${hwmon 2 temp 2}","color":"\#F0DC64","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${hwmon 2 temp 2}<55}${hwmon 2 temp 2}","color":"\#FF9933","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${hwmon 2 temp 2}>=55}${hwmon 2 temp 2}","color":"\#FF3333","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${endif}${endif}${endif}${endif}"},\ {"full_text":"C°","color":"\#EEEEEE","separator":false,"separator_block_width":6},\ # GFX temperature: {"full_text":"GFX TEMP","color":"\#888888","separator":false,"separator_block_width":6},\ {"full_text":"${if_match ${hwmon temp 1}<50}${hwmon temp 1}","color":"\#AAF096","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${hwmon temp 1}<55}${hwmon temp 1}","color":"\#F0DC64","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${hwmon temp 1}<60}${hwmon temp 1}","color":"\#FF9933","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${hwmon temp 1}>=60}${hwmon temp 1}","color":"\#FF3333","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${endif}${endif}${endif}${endif}"},\ {"full_text":"C°","color":"\#EEEEEE","separator":false,"separator_block_width":6},\ # Download: {"full_text":"DOWN","color":"\#888888","separator":false,"separator_block_width":6},\ {"full_text":"${if_match ${downspeedf enp3s0}<100}${downspeed enp3s0}","color":"\#AAF096","separator":false,"separator_block_width":6},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${downspeedf enp3s0}<300}${downspeed enp3s0}","color":"\#68B1E8","separator":false,"separator_block_width":6},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${downspeedf enp3s0}<700}${downspeed enp3s0}","color":"\#DB70B8","separator":false,"separator_block_width":6},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${downspeedf enp3s0}<1000}${downspeed enp3s0}","color":"\#9470DB","separator":false,"separator_block_width":6},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${downspeedf enp3s0}>=1000}${downspeed enp3s0}","color":"\#FF3333","separator":false,"separator_block_width":6},\ {"full_text":"${endif}${endif}${endif}${endif}${endif}"},\ # Upload: {"full_text":"UP","color":"\#888888","separator":false,"separator_block_width":6},\ {"full_text":"${if_match ${upspeedf enp3s0}<15}${upspeed enp3s0}","color":"\#AAF096","separator":false,"separator_block_width":6},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${upspeedf enp3s0}<35}${upspeed enp3s0}","color":"\#9470DB","separator":false,"separator_block_width":6},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${upspeedf enp3s0}>=35}${upspeed enp3s0}","color":"\#FF3333","separator":false,"separator_block_width":6},\ {"full_text":"${endif}${endif}${endif}"},\ # Memory: {"full_text":"MEM","color":"\#888888","separator":false,"separator_block_width":6},\ {"full_text":"${if_match ${memperc}<30}${memeasyfree}","color":"\#AAF096","separator":false,"separator_block_width":6},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${memperc}<60}${memeasyfree}","color":"\#F0DC64","separator":false,"separator_block_width":6},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${memperc}<85}${memeasyfree}","color":"\#FF9933","separator":false,"separator_block_width":6},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${memperc}>=85}${memeasyfree}","color":"\#FF3333","separator":false,"separator_block_width":6},\ {"full_text":"${endif}${endif}${endif}${endif}"},\ # CPU: {"full_text":"CPU","color":"\#888888","separator":false,"separator_block_width":6},\ {"full_text":"${if_match ${cpu cpu0}<25}${cpu cpu0}","color":"\#AAF096","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${cpu cpu0}<50}${cpu cpu0}","color":"\#F0DC64","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${cpu cpu0}<75}${cpu cpu0}","color":"\#FF9933","separator":false,"separator_block_width":0},\ {"full_text":"${else}"},\ {"full_text":"${if_match ${cpu cpu0}<=100}${cpu cpu0}","color":"\#FF3333","separator":false,"separator_block_width":0},\ {"full_text":"${endif}${endif}${endif}${endif}"},\ {"full_text":"%","color":"\#EEEEEE","separator":false,"separator_block_width":6},\ # Date: {"full_text":"DATE","color":"\#888888","separator":false,"separator_block_width":6},\ {"full_text":"${time %D}","color":"\#EEEEEE","separator":false,"separator_block_width":6},\ # Time: {"full_text":"TIME","color":"\#888888","separator":false,"separator_block_width":6},\ {"full_text":"${time %r}","color":"\#EEEEEE","separator":false}\ ],
Yeah, it's pretty long, but it's a great base to work from if you decide to create your own.
What font are you using?
Offline
@Black Heart
donniezazen wrote:@Ledti What fonts are you using?
That specific font is Share Tech, which is part of the Google Fonts collection. But the default fontconfig/freetype2 packages tend to render obscure fonts fairly bad, especially bold ones. You'd probably have to install one of the infinality packages to get that font to look good.
Offline
Offline
Black Heart massive thanks!
Please feel free to correct my english.
Offline
Thank you all for sharing your stuff, it really helped me. So, I share mine too, maybe someone finds it usable.
What you see, moc, vlc,conkywx, conky. edit; I forget to mention Norah Jones, I love her.
Don't mind the background picture, it was just a Gimped backyard photo.
I already have a github, but I still have a fight with git, I have to figure this out on my own, this dragon, so I put it on dropbox, HYDM
Questions, please fire.
MrGreen, thanks for your dmenu exit script, I ripped out off the archbang iso, after raeding "ArchBang now comes with i3 window manager" in your sign, nice work, I tried it, runs nice;)
Trilby thanks for your switch script, I already said, but it belongs here;)
Oh yeah, would almost forget, here are the dots
edit; changed URL for the dots to GitHub
Last edited by qinohe (2013-08-20 11:14:30)
Offline
@qinohe, 36C! It is quite hot there!
Offline