You are not logged in.

#126 2013-06-05 16:08:05

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: i3 desktop screenshots and config sharing

@manuelschneid3r Could you please share your colors? What are you using for compositing?

Offline

#127 2013-06-05 16:21:49

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: i3 desktop screenshots and config sharing

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

#128 2013-06-11 07:56:54

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: i3 desktop screenshots and config sharing

2013_06_11_034829_1024x768_scrot.jpg


Mr Green

Offline

#129 2013-06-20 22:13:50

redstar
Member
Registered: 2013-06-20
Posts: 32

Re: i3 desktop screenshots and config sharing

Just another solarized color scheme with i3.

http://img809.imageshack.us/img809/3682/1cfq.png

Offline

#130 2013-06-23 12:37:12

indisposed
Member
Registered: 2012-03-21
Posts: 20

Re: i3 desktop screenshots and config sharing

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.
ackb0p6A.jpg
chat, colours, sublime, music, generic filler.
adbtljdM.jpg
firefox, ranger, vimperator.
adpfDnD9.jpg

desura, steam and dmenu run.

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

#131 2013-06-23 17:40:41

F34R
Member
From: /dev/loliland
Registered: 2012-02-05
Posts: 245

Re: i3 desktop screenshots and config sharing

indisposed wrote:

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.jpg

desura, steam and dmenu run.

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?


Can u share the config ?

Offline

#132 2013-06-24 00:52:47

indisposed
Member
Registered: 2012-03-21
Posts: 20

Re: i3 desktop screenshots and config sharing

@F34R sure, its pretty iffy, havent tidied it up and such

http://sprunge.us/FBdI

Last edited by indisposed (2013-06-24 00:53:36)

Offline

#133 2013-07-03 09:42:19

spupy
Member
Registered: 2009-08-12
Posts: 218

Re: i3 desktop screenshots and config sharing

Laptop for work, i3 and stuff. 
YArA13u.png

Configs here


There are two types of people in this world - those who can count to 10 by using their fingers, and those who can count to 1023.

Offline

#134 2013-07-08 13:25:23

Ledti
Member
Registered: 2010-07-31
Posts: 122
Website

Re: i3 desktop screenshots and config sharing

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.

KloRzVn.png
TTxJm9B.png

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

#135 2013-07-08 13:27:29

cippaciong
Member
Registered: 2010-06-21
Posts: 104
Website

Re: i3 desktop screenshots and config sharing

Nice!
Thanks for sharing smile

Offline

#136 2013-07-08 17:02:57

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: i3 desktop screenshots and config sharing

@Ledti What fonts are you using?

Offline

#137 2013-07-08 17:35:46

Ledti
Member
Registered: 2010-07-31
Posts: 122
Website

Re: i3 desktop screenshots and config sharing

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

#138 2013-07-16 12:34:07

okubax
Member
From: Kent, UK.
Registered: 2010-04-24
Posts: 210
Website

Re: i3 desktop screenshots and config sharing

i3 with conky

gBNjmpu.png

Offline

#139 2013-07-16 13:09:49

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: i3 desktop screenshots and config sharing

@ okubax, you haven't updated your system in a while?

wpa_supplicant is still under /usr/sbin.

Offline

#140 2013-07-16 14:01:37

msthev
Member
Registered: 2012-04-05
Posts: 177

Re: i3 desktop screenshots and config sharing

@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

#141 2013-07-17 10:48:55

viodream
Member
Registered: 2008-12-10
Posts: 3

Re: i3 desktop screenshots and config sharing

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

#142 2013-07-17 13:54:35

okubax
Member
From: Kent, UK.
Registered: 2010-04-24
Posts: 210
Website

Re: i3 desktop screenshots and config sharing

msthev wrote:

@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

#143 2013-07-17 16:01:39

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: i3 desktop screenshots and config sharing

msthev wrote:

@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 tongue

Offline

#144 2013-07-18 11:10:15

Black Heart
Member
Registered: 2013-07-17
Posts: 6

Re: i3 desktop screenshots and config sharing

Ledti wrote:

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.png

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.

What font are you using?

Offline

#145 2013-07-18 13:14:44

cippaciong
Member
Registered: 2010-06-21
Posts: 104
Website

Re: i3 desktop screenshots and config sharing

@Black Heart

Ledti wrote:
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

#146 2013-07-18 13:38:40

okubax
Member
From: Kent, UK.
Registered: 2010-04-24
Posts: 210
Website

Re: i3 desktop screenshots and config sharing

i3 with new conky based on @Ledti config

tA3qZh7.png

Offline

#147 2013-07-22 13:14:14

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: i3 desktop screenshots and config sharing

LDP1F9Kl.png

Pretty much the same as before. But new status, slightly changed colors, unsing xcompmgr, conky and dunst.


Please feel free to correct my english.

Offline

#148 2013-07-23 12:58:32

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: i3 desktop screenshots and config sharing

Black Heart massive thanks!


Please feel free to correct my english.

Offline

#149 2013-08-02 16:13:29

qinohe
Member
From: Netherlands
Registered: 2012-06-20
Posts: 1,494

Re: i3 desktop screenshots and config sharing

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. wink

2013-08-02-i3_scrot-thumb.png?token_hash=AAEn_4EfEuRFJhE8pDcy-N8R-5ujYHw0PLpR1Ew3C6fcNg&dl=1

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

#150 2013-08-02 16:37:24

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: i3 desktop screenshots and config sharing

@qinohe, 36C! It is quite hot there!

Offline

Board footer

Powered by FluxBB