Skip to content

Instantly share code, notes, and snippets.

! ------------------------------------------------------------------------------
! ROFI Color theme
! User: Rasi
! ------------------------------------------------------------------------------
rofi.color-enabled: true
rofi.color-window: #002b37, #002b37, #003642
rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396
rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4
rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281
rofi.font: Hack 11
@NeoTheFox
NeoTheFox / i3config
Last active February 4, 2019 08:54
My daily i3 config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
#!/usr/bin/sh
if [ -z "$1" ]
then
echo "No argument supplied"
else
export DISPLAY=$1
fi
if pgrep Xorg > /dev/null
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
@NeoTheFox
NeoTheFox / init.vim
Last active November 29, 2017 07:18
My NeoVim config
set nocompatible " be iMproved, required
filetype off " required
set termguicolors
set clipboard=unnamedplus
syntax on
set nu
autocmd BufRead,BufNewFile *.md setlocal spell spelllang=en_en
autocmd BufRead,BufNewFile *.txt setlocal spell spelllang=ru_ru
# i3blocks config file
#
# Please see man i3blocks for a complete reference!
# The man page is also hosted at http://vivien.github.io/i3blocks
#
# List of valid properties:
#
# align
# color
# background
Guifont Hack:h13
"colorscheme Tomorrow-Night
"colorscheme solarized
colorscheme NeoSolarized
set background=dark
@NeoTheFox
NeoTheFox / ipega2.conf
Last active October 3, 2016 09:54
IPEGA PG-9055 Xboxdrv config
[xboxdrv]
evdev-grab = true
rumble = false
mimic-xpad = true
[evdev-absmap]
ABS_HAT0X = dpad_x
ABS_HAT0Y = dpad_y
ABS_X = X1
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- Set preferred serif, sans serif, and monospace fonts. -->
<alias>
<family>serif</family>
<prefer><family>Tinos</family></prefer>
</alias>
<alias>
<family>sans-serif</family>