Skip to content

Instantly share code, notes, and snippets.

View rohshall's full-sized avatar

Salil Wadnerkar rohshall

  • United States
View GitHub Profile
@rohshall
rohshall / i3_gruvbox_material.config
Created July 1, 2023 15:03 — forked from Cardoso1994/i3_gruvbox_material.config
Gruvbox material colorscheme for i3wm
################################
#### Gruvbox Material Light ####
################################
set $bg #fbf1c7
set $fg #654735
set $red #c14a4a
set $orange #c35e0a
set $green #6c782e
set $blue #45707a
set $purple #945e80
@rohshall
rohshall / i3color
Created July 1, 2023 03:51 — forked from iiey/i3color
i3 themes inspired by some colorschemes
#zenburn
set $bg #2c2c2e
set $fg #9f9f9f
set $hi #efef8f
set $ac #a0afa0
set $tx #040404
set $ia #8f8f8f
set $be #8faf9f
set $yw #ccdc90
set $gn #88b090
@rohshall
rohshall / convert.py
Last active February 28, 2024 15:25 — forked from EsotericAlgorithm/convert.py
A script to process azw3, epub, and mobi into text files using calibre ebook-convert
import os
import shlex
import subprocess
sink = open('/dev/null', 'w')
def convert_book(input, output):
subprocess.call("ebook-convert" + " " + input + " " + output, shell=True, stdout=sink, stderr=sink)
@rohshall
rohshall / bspwmrc
Last active November 8, 2022 23:40 — forked from jinyeow/bspwmrc
Config files related to bspwm and panel (lemonbar)
#! /bin/sh
xrandr.sh
sxhkd &
xcompmgr &
$HOME/bin/panel &
bspc monitor LVDS-1 -d 1 2 3 4 5
bspc monitor HDMI-2 -d 6 7 8 9 0