~set some bar properties
Position is top, font is arial and seperator symbol is ||
This commit is contained in:
5
i3.conf
5
i3.conf
@@ -172,12 +172,15 @@ mode "resize" {
|
|||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# Aesthetics
|
# Aesthetics
|
||||||
|
|
||||||
client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #285577
|
client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #285577
|
||||||
client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #285577
|
client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #285577
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
status_command i3status --config ~/.i3status.conf
|
status_command i3status --config ~/.i3status.conf
|
||||||
|
position top
|
||||||
|
separator_symbol " || "
|
||||||
|
workspace_buttons yes
|
||||||
|
font pango:Arial 9.5
|
||||||
}
|
}
|
||||||
|
|
||||||
exec --no-startup-id feh --randomize --bg-scale ~/Pictures/Backgrounds
|
exec --no-startup-id feh --randomize --bg-scale ~/Pictures/Backgrounds
|
||||||
|
|||||||
Reference in New Issue
Block a user