You are not logged in.
Nice to see another i3 screenshot. I like the colours in this.
I've wanted to overlap conky+dzen too, but I came across the problem of dzen always staying on top even when a client goes into fullscreen mode. Have you come across this/know a good solution/workaround?
Yep, same problem here. The best I've done to solve it is to enable right-click hiding for dzen, and then mouse-over to restore it. It's a little flaky and still a manual solution, but it works when I need it to (eg, full screen video). To use it, I run dzen using:
dzen2 -e 'onstart=raise;button3=togglehide;entertitle=unhide'
But like I said, it doesn't always work. Specifically, the hover fails to bring it back sometimes. Oh well, it easy to kill if you're watching a movie or something.
Awesome background and great colors!
Looks awesome, can you share your .Xdefault colors?
Thanks!
The color scheme comes from all the different clients configured together.
Here's i3's colors:
client.focused #000000 #737373 #ffffff
client.focused_inactive #000000 #202020 #aaaaaa
client.unfocused #000000 #202020 #aaaaaa
client.urgent #000000 #33aadd #ffffff[
# [...]
bar {
#font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
mode dock
position bottom
tray_output xinerama-0
workspace_buttons yes
colors {
background #000000
statusline #ffffff
#focused_workspace #ffffff #33aadd
focused_workspace #ffffff #737373
#active_workspace irrelevent for single-monitor
inactive_workspace #ffffff #202020
urgent_workspace #ffffff #202020
}
}
My URXVT colors from .Xdefaults (URXVT is the only thing in there):
#################################
# URxvt
#################################
# General Window
URxvt*title: URXVT
URxvt*depth: 24
URxvt*geometry: 80x24-0+0
URxvt*internalBorder: 0
URxvt*externalBorder: 0
URxvt*cursorBlink: False
URxvt*iconFile: /usr/share/pixmaps/rxvt-unicode.png
URxvt*iconName: rxvt-unicode
! VI doesn't behave right with this, change to XTERM?
URxvt*termName: rxvt
URxvt*pastableTabs: True
URxvt*urlLauncher: firefox
URxvt*urgentOnBell: True
# Transparency
URxvt*transparent: True
URxvt*shading: 55
URxvt*fading: 10
# Scrolling
URxvt*jumpScroll: True
URxvt*skipScroll: True
URxvt*scrollBar: True
URxvt*scrollBar_right: True
URxvt*scrollTtyOutput: False
URxvt*scrollWithBuffer: False
URxvt*scrollTtyKeypress: True
URxvt*scrollstyle: rxvt
URxvt*saveLines: 10000
URxvt*searchable-scrollback: C-S-s
# Fonts
#URxvt*font: xft:Andale Mono-8:antialias=false
#URxvt*font: xft:Bitstream Vera Sans Mono:size=8
#URxvt*font: xft:terminus:size=8
URxvt*font: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:hinting=true
#URxvt*font: xft:Monospace:size=8:antialias=true:bold:hinting=true:ultracondensed
URxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:bold:hinting=true
URxvt*italicFont: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:italic:autohint=true:hinting=true
URxvt*bolditalicFont: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:bold:italic:autohint=true:hinting=true
#URxvt*font: xft:Bitstream Vera Sans Mono:size=10
#URxvt*boldFont: xft:Bitstream Vera Sans Mono:style=Bold:size=10
#URxvt*italicFont: xft:Bitstream Vera Sans Mono:italic:size=10
# Colors
URxvt*background: #000000
URxvt*foreground: #ffffff
URxvt*cursorColor: #ffffff
URxvt*pointerColor: #ffffff
URxvt*borderColor: #ffffff
URxvt*scrollColor: #cccccc
URxvt*troughColor: #aaaaaa
URxvt*color0: #000000
URxvt*color1: #aa0000
URxvt*color2: #00aa00
URxvt*color3: #aa5500
URxvt*color4: #6666cc
URxvt*color5: #aa00aa
URxvt*color6: #00aaaa
URxvt*color7: #aaaaaa
URxvt*color8: #555555
URxvt*color9: #ff5555
URxvt*color10: #55ff55
URxvt*color11: #ffff55
URxvt*color12: #5555ff
URxvt*color13: #ff55ff
URxvt*color14: #55ffff
URxvt*color15: #ffffff
My conky:
background no
use_xft yes
# xftfont 123:size=8
out_to_console yes
out_to_x no
update_interval 3
total_run_times 0
# own_window yes
# own_window_type dock
# own_window_transparent yes
double_buffer yes
border_inner_margin 0
border_outer_margin 0
use_spacer none
if_up_strictness address
short_units yes
TEXT
^fg(\#33aadd)OS: ^fg()Linux ${kernel} - ${machine} ^fg(\#33aadd)CPU: ^fg()${cpu cpu0}% (${cpu cpu1}% ${cpu cpu2}%) ^fg(\#33aadd)RAM: ^fg()${mem} / ${memmax} ^fg(\#33aadd)Processes: ^fg()${processes} ^fg(\#33aadd)Date: ^fg()${time %Y %b %d} ^fg(\#33aadd)Time: ^fg()${time %H:%M}
My background, full res. (Laptop is a lower res version.)
The background actually has some bright white which is annoying when terminal text sits over it, so I turned on urxvt's background tinting (see above) so that text is still readable in those key areas.
My GTK+ theme is called "Mist" and I forget where I got it from. It's not visable in the screenshot, but it goes along pretty nicely with the colorscheme you do see.
Offline
ubertaco wrote:I'll post my PS1 (from zsh) here a bit later once I've got that computer on hand.
Do you think you could post your colors at the same time? I really like that orange color.
ZSH prompt config file here
The commented line is my old PS1, in case I ever feel like rolling back. And it's all less fancy in case of non-256-color terminals.
Offline
lswest wrote:ubertaco wrote:I'll post my PS1 (from zsh) here a bit later once I've got that computer on hand.
Do you think you could post your colors at the same time? I really like that orange color.
ZSH prompt config file here
The commented line is my old PS1, in case I ever feel like rolling back. And it's all less fancy in case of non-256-color terminals.
Thanks, looks good!
Lswest <- the first letter of my username is a lowercase "L".
"...the Linux philosophy is "laugh in the face of danger". Oops. Wrong one. "Do it yourself". That's it." - Linus Torvalds
Offline