You are not logged in.
My status bar and window list texts look great with tamsyn, but some other applications are using a strange font that I dont like at all, here's a picture:
http://i.imgur.com/Whz12ld.pngAnyone know how I can set those fonts in wicd to something more of my liking?
lol, that font is hideous.
Fun fact, lxapperance is meant for lxde, but is popular among the non DE users too, and works very good.
Last edited by x33a (2013-03-01 17:27:40)
Offline
lol, that font I'd hideous
Wow, yeah, I had to click that link just because you said that. It is pretty bad...
Offline
Anyone know how to hide i3 status bar border?
Seems fixed depending on bar background color; i.e. if you choose black, white is autotraumatically set as the border and vice-versa.
I have a strong aversion to white backgrounds, so am using xcalib to invert screen color -- everything works great, i3 is truly awesome, but the white status bar border yelling at me is not helping.
Ideas appreciated.
Thanks
Offline
with the colors in the bar section;
use this format
<border> <background> <text>
its in the user manul on their page
--------------------------------------
alcoves wonder creates the wonder unto the ages; never lose that.
Offline
@dag thanks, does nothing ;-)
focused_workspace and friends in bar colors section appear not to have any effect -- only background and statusline are functional as far as I can tell.
So, the issue is with the colors block in the bar section
bar {
...
colors {
# 1) set background and text color and a border appears
# 2) don't set colors block and NO border
background #ffffff
statusline #000000
}
}
most people won't notice this since they either have no problem with the default which has no border and looks great, or they don't care about the i3bar border that shows up when setting custom colors block.
I'd go with the default except for the fact that 95% of the time I invert screen color using xcalib since I can't deal with white backgrounds on black text (firefox, eclipse, etc.). Inverting the screen color turns default i3 bar to white where the text does not "pop" nearly as much as black background on white text.
Seems a catch 22, only way I can get a black borderless bar is to pipe conky through dzen2 into i3status and overlay i3 bar which is a horrible hack for a simple problem, arggghhhh ;-)
Last edited by virtualeyes (2013-03-12 14:19:39)
Offline
this is my original with focused_workspace #CCCCCC #CCCCCC #444546
no boarder because I made it the same color as background.
this is with red boarder focused_workspace #F83F3F #CCCCCC #444546
statusline prints out text only so it will be what ever color you but there
are talking about the lines between them?
I use conky with i3status no dzen2 dont even start conky on startup.
status_command conky
--------------------------------------
alcoves wonder creates the wonder unto the ages; never lose that.
Offline
@dag I'm talking about the status bar dock itself, window borders are totally fine.
Set custom background and statusline colors in bar { colors{} }, you should see a border wrapping the entire status bar dock.
Looking through i3 source code there is some kind of hack in there to deal with tray_output icons and background color; that may be what's causing the border to be created when using non-default black bar background color.
Anyway, have given up, better to invert screen color and have firefox, eclipse, etc. with dark background and i3 bar with white background, than the opposite.
Offline
ic; I dont use system tray, though i do use custom background and statusline colors with no border showing.
--------------------------------------
alcoves wonder creates the wonder unto the ages; never lose that.
Offline
Are you using i3bar at all or generating a standalone conky bar?
Currently I pipe conky into i3 via:
bar {
status_command ~/.i3/conky
colors {...}
}
using JSON protocol to get colored text (and hide i3 default pipe separator)
Conky without i3bar I assume has no border, can have colored text, graphs, etc. as it has nothing to do with i3.
I'll experiement some more if one can indeed set a custom background color without having a border appear (the border is, BTW, always the inverse of the background color).
Offline
Hi there,
is it possible to run Virtual Box in seamless mode within i3? When I switch to seamless mode, I get a black rectangle of that VirtualHost window and have to switch back via HostKey+L. Fullscreen/Scale mode works without problems.
Last edited by cyberius (2013-03-16 20:02:59)
Offline
Has anyone experienced freezes while moving windows past two screens recently?
Offline
Has anyone experienced freezes while moving windows past two screens recently?
same here, the window flickers randomly on both screens and sometimes i3 completely freezes. Probably a regression in 4.5.
Offline
Has anyone experienced freezes while moving windows past two screens recently?
See this report.
Offline
I use .xinitrc to launch two terminals and my browser on the same workspace. I want the browser to take up about 2/3 of the right side of the screeen and the two terminals to sit one above the other on the left side. Any way I can set my i3 config to do something like that?
Larry
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
You can control i3 with it's IPC interface, 'man i3-msg' for more info. You can also try to do this with 'for_window' config option, but i'm not sure if it's possible that way.
Last edited by kaszak696 (2013-03-23 16:46:30)
'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard
Offline
I'm having trouble getting conky to pipe into i3bar. The text is simply not showing up on the i3bar. Not really sure what I did wrong, I followed the guide on the i3wm website and I must've missed something or typed something incorrectly. Here are my config files:
~/.i3/conky-i3bar.sh
-------------------------
#!/bin/sh
echo '{ "version": 1 }'
echo '['
echo '[],'
exec conky -c /home/miles/.conkyrc
~/.i3/config
-------------------------
bar {
mode hide
position top
status_command /home/miles/.i3/conky-i3bar.sh
tray_output none
colors {
statusline #FFFFFF
background #222222
focused_workspace #222222 #222222 #D85774
active_workspace #222222 #222222 #D85774
inactive_workspace #222222 #222222 #FFFFFF
urgent_workspace #222222 #222222 #FFFFFF
}
}
~/.conkyrc
-------------------------
background no
out_to_console yes
out_to_x no
own_window no
max_text_width 0
update_interval 2
total_run_times 0
short_units yes
use_spacer left
cpu_avg_samples 2
override_utf8_locale no
TEXT
[{ "full_text" : "Home ${fs_free /home} Free" , "color" : "\#ffffff" },
{ "full_text" : "RAM ${memperc}%" , "color" :
${if_match ${memperc}<90}"\#ffffff"${else}"\#ff0000"${endif} }],
Offline
Maybe try taking out 'mode hide' and test again, also make sure conky-i3bar.sh runs in a terminal (chmod +x). Works here without 'mode hide'
Mr Green
Offline
I've been having problems with i3 recently... it's like my keyboard and mouse focus on different windows at the same time. Focus follows mouse doesn't work and sometimes the mouse focus even gets stuck (like when I try to click on something in a browser and it starts selecting text in a terminal on another screen). Has anybody experienced this (or even fixed it) before? (also, i3lock disappears after a few seconds)
Last edited by Ambrosia (2013-03-26 14:23:30)
Offline
what version of i3 are you using? are you fully updated? does i3 complain about issues in the config file on startup?
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I Also use i3, from the first moment i love it! I came from Xmonad -> Awesome -> Dwm -> i3
But can you set the height of the bar?
Offline
But can you set the height of the bar?
Only by changing the font size the bar uses.
'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard
Offline
what version of i3 are you using? are you fully updated? does i3 complain about issues in the config file on startup?
I've tried downgrading i3 to 4.4.2, I was using the latest, now I'm using the git version. Fully updated except I'm on xorg113 (did also try downgrading to 112, no fix) No complaints about the config either. Never mind this, it could be a problem not caused by i3.
edit: think I fixed it. Seems my graphics tablet was interfering somehow, so I unplugged it.
Last edited by Ambrosia (2013-03-28 15:06:16)
Offline
V0rt3k wrote:But can you set the height of the bar?
Only by changing the font size the bar uses.
Is there any chance to add this feature in a future-update?
Offline
https://bitbucket.org/tux2112/system-co … ?at=master
Updated Config / Screenshot
Last edited by jv2112 (2013-04-02 23:44:35)
Life is pleasant. Death is peaceful. It's the transition that's troublesome. Isaac Asimov - / -
Offline
Nice Setup and good Music
i3wm / urxvt / luakit
Offline