├── .Xresources ├── .aliases ├── .antigen ├── .resources ├── .zcompdump ├── .zcompdump.zwc ├── debug.log ├── init.zsh └── init.zsh.zwc ├── .cache └── wal │ ├── colors │ ├── colors.reg │ ├── colors.scss │ ├── colors.sh │ ├── colors.xresources │ ├── firefox.css │ ├── schemes │ ├── _home_sentient_devil_Pictures_abstract1.jpg │ ├── _home_sentient_devil_Pictures_altitude-clouds-cold-417173.jpg │ ├── _home_sentient_devil_Pictures_amazing-blur-breathtaking-1903702.jpg │ ├── _home_sentient_devil_Pictures_autumn-daylight-fall-589841.jpg │ └── _home_sentient_devil_Pictures_pexels-photo-531602.jpeg │ ├── sequences │ └── wal ├── .config ├── compton.conf ├── dunst │ └── dunstrc ├── i3 │ ├── config │ └── init.sh ├── jgmenu │ ├── backup │ │ ├── 20190317132335.tar.gz │ │ ├── 20190317162241.tar.gz │ │ ├── 20190317162401.tar.gz │ │ ├── 20190317163102.tar.gz │ │ └── 20190317163114.tar.gz │ ├── jgmenurc │ └── prepend.csv ├── nitrogen │ ├── bg-saved.cfg │ └── nitrogen.cfg ├── polybar │ ├── config │ ├── dark │ │ ├── config.amber │ │ ├── config.blue │ │ ├── config.blue-grey │ │ ├── config.brown │ │ ├── config.cyan │ │ ├── config.deep-orange │ │ ├── config.deep-purple │ │ ├── config.green │ │ ├── config.grey │ │ ├── config.indigo │ │ ├── config.light-blue │ │ ├── config.light-green │ │ ├── config.lime │ │ ├── config.orange │ │ ├── config.pink │ │ ├── config.purple │ │ ├── config.red │ │ ├── config.teal │ │ └── config.yellow │ ├── fonts │ │ ├── FantasqueSansMono-Regular.ttf │ │ └── MaterialIcons-Regular.ttf │ ├── i3wmthemer_bar_launch.sh │ ├── launch.sh │ ├── light │ │ ├── config.amber │ │ ├── config.blue │ │ ├── config.blue-grey │ │ ├── config.brown │ │ ├── config.cyan │ │ ├── config.deep-orange │ │ ├── config.deep-purple │ │ ├── config.green │ │ ├── config.grey │ │ ├── config.indigo │ │ ├── config.light-blue │ │ ├── config.light-green │ │ ├── config.lime │ │ ├── config.orange │ │ ├── config.pink │ │ ├── config.purple │ │ ├── config.red │ │ ├── config.teal │ │ └── config.yellow │ └── scripts │ │ ├── pmenu_g │ │ ├── rfull │ │ ├── rmenu_g │ │ └── rmenu_wi_g └── wal │ ├── colors │ ├── colors.reg │ ├── colors.scss │ ├── colors.sh │ ├── colors.xresources │ ├── firefox.css │ ├── schemes │ ├── _home_sentient_devil_Pictures_abstract1.jpg │ ├── _home_sentient_devil_Pictures_altitude-clouds-cold-417173.jpg │ ├── _home_sentient_devil_Pictures_amazing-blur-breathtaking-1903702.jpg │ ├── _home_sentient_devil_Pictures_autumn-daylight-fall-589841.jpg │ └── _home_sentient_devil_Pictures_pexels-photo-531602.jpeg │ ├── sequences │ └── wal ├── .conky ├── horical.conkyrc ├── shailen.conf └── syclo-crimson-bottomleft.conkyrc ├── .xinitrc ├── .zshrc ├── README.md ├── amazing-blur-breathtaking-1903702.jpg └── screenshot.jpg /.Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.Xresources -------------------------------------------------------------------------------- /.aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.aliases -------------------------------------------------------------------------------- /.antigen/.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.antigen/.resources -------------------------------------------------------------------------------- /.antigen/.zcompdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.antigen/.zcompdump -------------------------------------------------------------------------------- /.antigen/.zcompdump.zwc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.antigen/.zcompdump.zwc -------------------------------------------------------------------------------- /.antigen/debug.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.antigen/debug.log -------------------------------------------------------------------------------- /.antigen/init.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.antigen/init.zsh -------------------------------------------------------------------------------- /.antigen/init.zsh.zwc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.antigen/init.zsh.zwc -------------------------------------------------------------------------------- /.cache/wal/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/colors -------------------------------------------------------------------------------- /.cache/wal/colors.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/colors.reg -------------------------------------------------------------------------------- /.cache/wal/colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/colors.scss -------------------------------------------------------------------------------- /.cache/wal/colors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/colors.sh -------------------------------------------------------------------------------- /.cache/wal/colors.xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/colors.xresources -------------------------------------------------------------------------------- /.cache/wal/firefox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/firefox.css -------------------------------------------------------------------------------- /.cache/wal/schemes/_home_sentient_devil_Pictures_abstract1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/schemes/_home_sentient_devil_Pictures_abstract1.jpg -------------------------------------------------------------------------------- /.cache/wal/schemes/_home_sentient_devil_Pictures_altitude-clouds-cold-417173.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/schemes/_home_sentient_devil_Pictures_altitude-clouds-cold-417173.jpg -------------------------------------------------------------------------------- /.cache/wal/schemes/_home_sentient_devil_Pictures_amazing-blur-breathtaking-1903702.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/schemes/_home_sentient_devil_Pictures_amazing-blur-breathtaking-1903702.jpg -------------------------------------------------------------------------------- /.cache/wal/schemes/_home_sentient_devil_Pictures_autumn-daylight-fall-589841.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/schemes/_home_sentient_devil_Pictures_autumn-daylight-fall-589841.jpg -------------------------------------------------------------------------------- /.cache/wal/schemes/_home_sentient_devil_Pictures_pexels-photo-531602.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/schemes/_home_sentient_devil_Pictures_pexels-photo-531602.jpeg -------------------------------------------------------------------------------- /.cache/wal/sequences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/sequences -------------------------------------------------------------------------------- /.cache/wal/wal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.cache/wal/wal -------------------------------------------------------------------------------- /.config/compton.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/compton.conf -------------------------------------------------------------------------------- /.config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/dunst/dunstrc -------------------------------------------------------------------------------- /.config/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/i3/config -------------------------------------------------------------------------------- /.config/i3/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/i3/init.sh -------------------------------------------------------------------------------- /.config/jgmenu/backup/20190317132335.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/jgmenu/backup/20190317132335.tar.gz -------------------------------------------------------------------------------- /.config/jgmenu/backup/20190317162241.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/jgmenu/backup/20190317162241.tar.gz -------------------------------------------------------------------------------- /.config/jgmenu/backup/20190317162401.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/jgmenu/backup/20190317162401.tar.gz -------------------------------------------------------------------------------- /.config/jgmenu/backup/20190317163102.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/jgmenu/backup/20190317163102.tar.gz -------------------------------------------------------------------------------- /.config/jgmenu/backup/20190317163114.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/jgmenu/backup/20190317163114.tar.gz -------------------------------------------------------------------------------- /.config/jgmenu/jgmenurc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/jgmenu/jgmenurc -------------------------------------------------------------------------------- /.config/jgmenu/prepend.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/jgmenu/prepend.csv -------------------------------------------------------------------------------- /.config/nitrogen/bg-saved.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/nitrogen/bg-saved.cfg -------------------------------------------------------------------------------- /.config/nitrogen/nitrogen.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/nitrogen/nitrogen.cfg -------------------------------------------------------------------------------- /.config/polybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/config -------------------------------------------------------------------------------- /.config/polybar/dark/config.amber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.amber -------------------------------------------------------------------------------- /.config/polybar/dark/config.blue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.blue -------------------------------------------------------------------------------- /.config/polybar/dark/config.blue-grey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.blue-grey -------------------------------------------------------------------------------- /.config/polybar/dark/config.brown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.brown -------------------------------------------------------------------------------- /.config/polybar/dark/config.cyan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.cyan -------------------------------------------------------------------------------- /.config/polybar/dark/config.deep-orange: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.deep-orange -------------------------------------------------------------------------------- /.config/polybar/dark/config.deep-purple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.deep-purple -------------------------------------------------------------------------------- /.config/polybar/dark/config.green: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.green -------------------------------------------------------------------------------- /.config/polybar/dark/config.grey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.grey -------------------------------------------------------------------------------- /.config/polybar/dark/config.indigo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.indigo -------------------------------------------------------------------------------- /.config/polybar/dark/config.light-blue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.light-blue -------------------------------------------------------------------------------- /.config/polybar/dark/config.light-green: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.light-green -------------------------------------------------------------------------------- /.config/polybar/dark/config.lime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.lime -------------------------------------------------------------------------------- /.config/polybar/dark/config.orange: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.orange -------------------------------------------------------------------------------- /.config/polybar/dark/config.pink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.pink -------------------------------------------------------------------------------- /.config/polybar/dark/config.purple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.purple -------------------------------------------------------------------------------- /.config/polybar/dark/config.red: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.red -------------------------------------------------------------------------------- /.config/polybar/dark/config.teal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.teal -------------------------------------------------------------------------------- /.config/polybar/dark/config.yellow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/dark/config.yellow -------------------------------------------------------------------------------- /.config/polybar/fonts/FantasqueSansMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/fonts/FantasqueSansMono-Regular.ttf -------------------------------------------------------------------------------- /.config/polybar/fonts/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/fonts/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /.config/polybar/i3wmthemer_bar_launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/i3wmthemer_bar_launch.sh -------------------------------------------------------------------------------- /.config/polybar/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/launch.sh -------------------------------------------------------------------------------- /.config/polybar/light/config.amber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.amber -------------------------------------------------------------------------------- /.config/polybar/light/config.blue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.blue -------------------------------------------------------------------------------- /.config/polybar/light/config.blue-grey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.blue-grey -------------------------------------------------------------------------------- /.config/polybar/light/config.brown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.brown -------------------------------------------------------------------------------- /.config/polybar/light/config.cyan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.cyan -------------------------------------------------------------------------------- /.config/polybar/light/config.deep-orange: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.deep-orange -------------------------------------------------------------------------------- /.config/polybar/light/config.deep-purple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.deep-purple -------------------------------------------------------------------------------- /.config/polybar/light/config.green: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.green -------------------------------------------------------------------------------- /.config/polybar/light/config.grey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.grey -------------------------------------------------------------------------------- /.config/polybar/light/config.indigo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.indigo -------------------------------------------------------------------------------- /.config/polybar/light/config.light-blue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.light-blue -------------------------------------------------------------------------------- /.config/polybar/light/config.light-green: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.light-green -------------------------------------------------------------------------------- /.config/polybar/light/config.lime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.lime -------------------------------------------------------------------------------- /.config/polybar/light/config.orange: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.orange -------------------------------------------------------------------------------- /.config/polybar/light/config.pink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.pink -------------------------------------------------------------------------------- /.config/polybar/light/config.purple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.purple -------------------------------------------------------------------------------- /.config/polybar/light/config.red: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.red -------------------------------------------------------------------------------- /.config/polybar/light/config.teal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.teal -------------------------------------------------------------------------------- /.config/polybar/light/config.yellow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/light/config.yellow -------------------------------------------------------------------------------- /.config/polybar/scripts/pmenu_g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/scripts/pmenu_g -------------------------------------------------------------------------------- /.config/polybar/scripts/rfull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/scripts/rfull -------------------------------------------------------------------------------- /.config/polybar/scripts/rmenu_g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/scripts/rmenu_g -------------------------------------------------------------------------------- /.config/polybar/scripts/rmenu_wi_g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/polybar/scripts/rmenu_wi_g -------------------------------------------------------------------------------- /.config/wal/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/colors -------------------------------------------------------------------------------- /.config/wal/colors.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/colors.reg -------------------------------------------------------------------------------- /.config/wal/colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/colors.scss -------------------------------------------------------------------------------- /.config/wal/colors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/colors.sh -------------------------------------------------------------------------------- /.config/wal/colors.xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/colors.xresources -------------------------------------------------------------------------------- /.config/wal/firefox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/firefox.css -------------------------------------------------------------------------------- /.config/wal/schemes/_home_sentient_devil_Pictures_abstract1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/schemes/_home_sentient_devil_Pictures_abstract1.jpg -------------------------------------------------------------------------------- /.config/wal/schemes/_home_sentient_devil_Pictures_altitude-clouds-cold-417173.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/schemes/_home_sentient_devil_Pictures_altitude-clouds-cold-417173.jpg -------------------------------------------------------------------------------- /.config/wal/schemes/_home_sentient_devil_Pictures_amazing-blur-breathtaking-1903702.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/schemes/_home_sentient_devil_Pictures_amazing-blur-breathtaking-1903702.jpg -------------------------------------------------------------------------------- /.config/wal/schemes/_home_sentient_devil_Pictures_autumn-daylight-fall-589841.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/schemes/_home_sentient_devil_Pictures_autumn-daylight-fall-589841.jpg -------------------------------------------------------------------------------- /.config/wal/schemes/_home_sentient_devil_Pictures_pexels-photo-531602.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/schemes/_home_sentient_devil_Pictures_pexels-photo-531602.jpeg -------------------------------------------------------------------------------- /.config/wal/sequences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/sequences -------------------------------------------------------------------------------- /.config/wal/wal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.config/wal/wal -------------------------------------------------------------------------------- /.conky/horical.conkyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.conky/horical.conkyrc -------------------------------------------------------------------------------- /.conky/shailen.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.conky/shailen.conf -------------------------------------------------------------------------------- /.conky/syclo-crimson-bottomleft.conkyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.conky/syclo-crimson-bottomleft.conkyrc -------------------------------------------------------------------------------- /.xinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.xinitrc -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/.zshrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/README.md -------------------------------------------------------------------------------- /amazing-blur-breathtaking-1903702.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/amazing-blur-breathtaking-1903702.jpg -------------------------------------------------------------------------------- /screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kanishkarj/i3-config/HEAD/screenshot.jpg --------------------------------------------------------------------------------