Minor changes.

This commit is contained in:
2013-09-16 21:36:02 +02:00
parent a5721d0756
commit de80cbf3f4

View File

@@ -224,13 +224,22 @@ for_window [class="^Conky$" ] floating enable
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
bar
{
# always show at the bottom of the screen
mode dock
position bottom
# show a tray area
tray_output primary
font pango:DejaVu Sans Mono 8
# show workspace buttons
workspace_buttons yes
id bar-1
font pango:DejaVu Sans Mono 8
colors {
background #000000
statusline #ffffff
@@ -242,6 +251,7 @@ bar {
urgent_workspace #2f343a #900000 #ffffff
}
i3bar_command i3bar
status_command i3status --config $path_i3status_config
}