Skip to content

Instantly share code, notes, and snippets.

{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"AdvancedNewFile",
"Colorsublime",
@JeremyOttley
JeremyOttley / config
Last active March 15, 2018 17:21
i3 gaps config
# _ _____ _____
# (_)__ / _________ ____ / __(_)___ _
# / / /_ < / ___/ __ \/ __ \/ /_/ / __ `/
# / /___/ / / /__/ /_/ / / / / __/ / /_/ /
#/_//____/ \___/\____/_/ /_/_/ /_/\__, /
# /____/
## MODKEYS ##
set $ALT Mod1
@JeremyOttley
JeremyOttley / .tmux.conf
Created November 15, 2017 14:01
Tmux Configuration
##
## Basic Options
##
# UTF-8
set -g utf8 on
set -g status-utf8 on
# Mouse
set -g mouse-select-pane off
@JeremyOttley
JeremyOttley / lemonbar.rb
Created December 4, 2017 02:23
LemonBoy's Bar Ruby Config for BSPWM
### Config Start
width = 2560
height = 24
fg = "'#66FFFFFF'"
bg = "'#AA000000'"
font = "-xos4-terminus-*-*-*-*-18-*-*-*-*-*-*-*"
def workspace
case `bspc query -D -d`.chomp
# OSmacs #
cd ~
git clone https://github.com/Gazaunga/OSmacs.git ~/.emacs.d
pacaur -Syu --noconfirm --noedit xorg emacs-git ruby qutebrowser-git nerd-fonts-git osx-el-capitan-theme-git lxappearance mpv-git bomi-git byobu xorg-fonts-75dpi xorg-fonts-100dpi sddm
#sudo systemctl enable sddm.service
touch ~/.xinitrc
@JeremyOttley
JeremyOttley / ncmpcpp
Last active December 24, 2017 11:15
music config - ~/.ncmpcpp/config
enable_window_title = "no"
header_visibility = "no"
titles_visibility = "no"
statusbar_visibility = "no"
mouse_support = "yes"
display_bitrate = "yes"
autocenter_mode = "yes"
display_
ask_before_clearing_playlists = "no"
visualizer_in_stereo = "yes"
@JeremyOttley
JeremyOttley / prayer-time
Created December 15, 2017 17:10
Muslim Call to Prayer
#! /bin/bash
#derived from https://github.com/mohabaks
DISPLAY=:0
PATH=$HOME/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
# Get current time
current_time=`date "+ %H:%M"`
@JeremyOttley
JeremyOttley / daemon.conf
Created December 21, 2017 16:46
pulseaudio conf - /etc/pulse/daemon.conf
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@JeremyOttley
JeremyOttley / .Xresources
Created December 24, 2017 20:17
ultra xterm
Xft*dpi: 96
Xft*antialias: true
Xft*hinting: true
Xft*hintstyle: hintfull
Xft*rgba: rgb
! XTerm
! General settings
XTerm*geometry: 80x24
# Configuration for Alacritty, the GPU enhanced terminal emulator
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty it self.
env:
# TERM env customization.
#
# If this property is not set, alacritty will set it to xterm-256color.