Skip to content

Instantly share code, notes, and snippets.

View pavanjadhaw's full-sized avatar

Pavan Jadhaw pavanjadhaw

View GitHub Profile
; vim:ft=cfg
; _____
; (, / ) /) /)
; _/__ / ___// (/_ _ __
; / (_)(/_ (_/_/_) (_(_/ (_
; ) / .-/
; (_/ (_/
[colors]
background = ${xrdb:color0}
# Default terminal
set-option -g default-terminal "screen-256color"
# Use vim key bindings
set-option -g mode-keys vi
set-option -g status-keys vi
# Turn the mouse on
set-option -g mouse on
{
"editor.fontFamily": "'Hack Nerd Font Mono'",
"terminal.integrated.fontFamily": "Hack Nerd Font Mono",
"editor.fontSize": 14,
"terminal.integrated.fontSize": 14,
"vim.useSystemClipboard": true,
"workbench.sideBar.location": "right",
"workbench.startupEditor": "none",
"editor.formatOnSave": true,
"editor.cursorBlinking": "expand",
;--------------------------------------------
; colors ;
;--------------------------------------------
[colors]
bar_bg = #1d1f21
bar_fg = #c5c8c6
border_col = #1d1f21
[~] rofi -dump-xresources
The script command 'window' has 1 options, but needs 2: <name>:<script>.
Invalid script switcher: window
! Enabled modi
rofi.modi: window,run,ssh
! Window opacity
rofi.opacity: 100
! Window width
rofi.width: 50
! Number of lines
PROMPT='%{$fg[green]%}%~%F{5}$(git_prompt_info)%{$reset_color%} ──── '
ZSH_THEME_GIT_PROMPT_PREFIX=" "
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}∙%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}∙%{$reset_color%}"
@pavanjadhaw
pavanjadhaw / config
Created December 6, 2017 03:28 — forked from Calvein/config
Polybar config
[colors]
background = #1b2b34
foreground = #d8dee9
transparent = #00ffffff
base08 = #ec5f67
red = #ec5f67
base09 = #f99157
orange = #f99157
base0a = #fac863
1 : List your machines NICs
-> ifconfig
2 : Check internet connectivity, you dont want to format all your partitions
and wonder why internet isnt working.
-> ping -c2 google.com
3 : If using wifi then connect using wifi-menu
-> wifi-menu # repeat step 2 to check internet
[global]
### Display ###
# Which monitor should the notifications be displayed on.
monitor = 0
follow = mouse
geometry = "250x50-40+40"
indicate_hidden = yes
shrink = yes
transparency = 0
///---User configurable stuff---///
#include <X11/XF86keysym.h>
///---Modifiers---///
#define MOD XCB_MOD_MASK_4 /* Super/Windows key or check xmodmap(1) with -pm defined in /usr/include/xcb/xproto.h */
///--Speed---///
/* Move this many pixels when moving or resizing with keyboard unless the window has hints saying otherwise.
*0)move step slow 1)move step fast
*2)mouse slow 3)mouse fast */
static const uint16_t movements[] = {20,40,15,400};
/* resize by line like in mcwm -- jmbi */