~set some bar properties

Position is top, font is arial and seperator symbol is ||
This commit is contained in:
odave
2020-04-05 02:39:47 +01:00
parent f695c217ff
commit 4ff74a6815

View File

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