diff options
author | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:39:47 +0100 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:40:25 +0100 |
commit | 4ff74a68158b7d9fb1305787fc20f3c3ea45d31f (patch) | |
tree | cbcc0bc765c802185b90f99f7d07521024d0d103 | |
parent | f695c217fff0686c7cc697f13c2088158b9ef6d7 (diff) | |
download | dotfiles-4ff74a68158b7d9fb1305787fc20f3c3ea45d31f.tar.gz dotfiles-4ff74a68158b7d9fb1305787fc20f3c3ea45d31f.tar.bz2 dotfiles-4ff74a68158b7d9fb1305787fc20f3c3ea45d31f.zip |
~set some bar properties
Position is top, font is arial and seperator symbol is ||
-rw-r--r-- | i3.conf | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |