Skip to content

Instantly share code, notes, and snippets.

@Victor-Arruda
Victor-Arruda / polybar_music_player
Last active July 8, 2024 10:02
Polybar music player
// modules.conf
[module/sn]
type = custom/text
content = "  "
tail = true
format = <label>
content-background = ${colors.background}
click-left = playerctl next
@Victor-Arruda
Victor-Arruda / vimrc
Created June 12, 2017 12:38
My Vim configurations and plugins
set nocompatible " be iMproved, required
filetype off " required
let mapleader = ","
let g:mapleader = ","
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins