All Projects → Kody-Quintana → bspwm_border_color

Kody-Quintana / bspwm_border_color

Licence: other
VIM mode indicator for bspwm

Programming Languages

Vim Script
2826 projects

Labels

Projects that are alternatives of or similar to bspwm border color

dotfiles
My personal configuration files
Stars: ✭ 120 (+566.67%)
Mutual labels:  bspwm
dotfiles bspwm
Arch bspwm rice
Stars: ✭ 31 (+72.22%)
Mutual labels:  bspwm
pidswallow
A swallower script using process hierarchy.
Stars: ✭ 40 (+122.22%)
Mutual labels:  bspwm
dotfiles
Personal dotfiles for my Arch / BSPWM install.
Stars: ✭ 46 (+155.56%)
Mutual labels:  bspwm
dotfiles
Messy configuration repository / Gentoo / Coreboot / XMonad / Ergodox / Home Cooked ZSH microframework / Eye candy stuff / Miscellaneous hacks
Stars: ✭ 43 (+138.89%)
Mutual labels:  bspwm
bspwmbar
A lightweight status bar for bspwm.
Stars: ✭ 70 (+288.89%)
Mutual labels:  bspwm
dotfiles
My doots. Changes are frequent, stability not guaranteed. Supports Arch, CentOS and Darwin.
Stars: ✭ 27 (+50%)
Mutual labels:  bspwm
Dotfiles
A Mess....
Stars: ✭ 15 (-16.67%)
Mutual labels:  bspwm
blue-sky
A clean and blue BSPWM setup
Stars: ✭ 267 (+1383.33%)
Mutual labels:  bspwm
kali-config
Linux colorful dotfiles.
Stars: ✭ 40 (+122.22%)
Mutual labels:  bspwm
bspwm rice
bspwm confs and rice
Stars: ✭ 31 (+72.22%)
Mutual labels:  bspwm
dotfiles
Config files for my setup
Stars: ✭ 289 (+1505.56%)
Mutual labels:  bspwm
dotfiles
My dotfiles
Stars: ✭ 204 (+1033.33%)
Mutual labels:  bspwm
dotfiles
Config files for my linux rice
Stars: ✭ 60 (+233.33%)
Mutual labels:  bspwm
dotfiles
files that start . and makes my Linux box awesome.
Stars: ✭ 57 (+216.67%)
Mutual labels:  bspwm
dotfiles
Command-line lovers unite! I'm sharing my dotfiles, so you don't have to be me and spend years tweaking configuration files for the best developer experience. Enjoy!
Stars: ✭ 38 (+111.11%)
Mutual labels:  bspwm
dotfiles
Dotfiles
Stars: ✭ 25 (+38.89%)
Mutual labels:  bspwm
arch-monochrome
My monochromatic rice for BSPWM on arch linux
Stars: ✭ 64 (+255.56%)
Mutual labels:  bspwm
dotfiles
🔧 .files - different setups separated in branches
Stars: ✭ 168 (+833.33%)
Mutual labels:  bspwm
dmenu-hotkeys
View for your hotkeys in rofi/dmenu style
Stars: ✭ 51 (+183.33%)
Mutual labels:  bspwm

bspwm vim mode indicator

Vim plugin to show what mode vim is in by changing bspwm's active border color.

Preview

Installation

Add Plugin 'Kody-Quintana/bspwm_border_color' to ~/.vimrc

and run :PluginInstall or appropriate equivalent for your plugin manager.

Enabling FocusGained event

Regular vim in a terminal doesn't support the FocusGained event by default. To enable it you will need a plugin. I personally use amerlyq/vim-focus-autocmd.

Defining custom colors

Custom colors can be used by defining g:bspwm_border_insert_color and g:bspwm_border_normal_color to a hex color (with no leading #)

let g:bspwm_border_normal_color = "00FF00"
let g:bspwm_border_insert_color = "FF0000"

Requirements

  • chwb (from wmutils) - used to set color of window border
  • A terminal that sets the $WINDOWID environment variable
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].