.i3/config.d/60-bar

Wed, 25 Sep 2024 15:03:13 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 25 Sep 2024 15:03:13 -0500
changeset 1179
b0a0ba3240b5
parent 378
e13ba40f4533
permissions
-rw-r--r--

No LSP autostart when read-only

I think nvim actually threw out 'view' argc detection, I just use -R and alias
view to it.

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
  status_command "exec i3status -c $HOME/.i3/status"
  colors {
    background           #000000
    statusline           #c7c7c7
    separator            #777777

    focused_workspace    #457ee0   #345fa8   #deebfe
    active_workspace     #444444   #333333   #c7c7c7
    inactive_workspace   #444444   #333333   #777777
    urgent_workspace     #c02a2a   #902020   #ffffff
  }
}

mercurial