From 4ff74a68158b7d9fb1305787fc20f3c3ea45d31f Mon Sep 17 00:00:00 2001 From: odave Date: Sun, 5 Apr 2020 02:39:47 +0100 Subject: ~set some bar properties Position is top, font is arial and seperator symbol is || --- i3.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/i3.conf b/i3.conf index becb31c..bde4080 100644 --- a/i3.conf +++ b/i3.conf @@ -172,12 +172,15 @@ mode "resize" { bindsym $mod+r mode "resize" # Aesthetics - client.focused #4c7899 #3a3a3a #ffffff #2e9ef4 #285577 client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #285577 bar { 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 -- cgit v1.2.3-13-gbd6f