Skip to content

Instantly share code, notes, and snippets.

View 594727294's full-sized avatar
💭
All finite knowledge and creature understanding are <em>relative.</em>

Sebastián De Andraca 594727294

💭
All finite knowledge and creature understanding are <em>relative.</em>
View GitHub Profile
@594727294
594727294 / gist:0a338c77e3cb414404fd
Last active August 29, 2015 14:06
~/.i3/config
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
#
# This config file uses keycodes (bindsym) and was written for the QWERTY
# layout.
#
# To get a config file with the same key positions, but for your current
# layout, use the i3-config-wizard
#
@594727294
594727294 / gist:56b991e2faa0e7ee9573
Last active August 29, 2015 14:06
~/.i3status.conf
general {
colors = true
color_good = "#BFBFBF"
color_degraded = "#BEAE90"
color_bad = "#BEAE90"
interval = 5
}
#order += "disk /"
order += "run_watch DHCP"
@594727294
594727294 / gist:2f218571089768870974
Last active July 15, 2020 20:08
~/.config/dunst/dunstrc
[global]
font = Helvetica 8
# allow a small subset of html markup:
# <b>bold</b>
# <i>italic</i>
# <s>strikethrough<s/>
# <u>underline</u>
#
# for a complete reference see http://developer.gnome.org/pango/stable/PangoMarkupFormat.html
@594727294
594727294 / gist:d1ed942b11ed6346f5e5
Created February 18, 2015 02:33
~/.ncmpcpp/config
visualizer_in_stereo = "no"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_interval = "1"
visualizer_look = "∙▋"
visualizer_type = "spectrum" (spectrum/wave)
song_list_format = "$3{%a} $1│ $1{%t}"
now_playing_suffix = "$3$/b ∙"
progressbar_look = "━━─"
main_window_color = "black"
#!/bin/bash
# A simple notify script for now-playing songs on mpd. This script uses
# notify-send and mpc to get the current song information.
# Requirements (* = optional)
# - mpd
# - mpc
# - notify-send (libnotify)
# * ImageMagick (convert)
@594727294
594727294 / firefox
Created February 22, 2015 03:39
firefox
.toolbarbutton-menubutton-dropmarker,
.tabs-newtab-button,
#abp-toolbarbutton,
#addonbar-closebutton,
#appmenu-toolbar-button,
#back-button,
#bookmarks-menu-button,
#downloads-button,
URxvt.termName: rxvt
URxvt.tabbed.tabbar-fg: #AAA
URxvt.tabbed.tabbar-bg: #111
URxvt.tabbed.tab-fg: #111
URxvt.tabbed.tab-bg: #AAA
URxvt.scrollBar: false
URxvt.font: xft:Tewi:size=8
URxvt.boldFont: xft:Tewi-bold:size=8
#search-container, #openLocation { display:none!important; }
/*Hide Scrollbar*/
#content browser {
margin-right: 0px !important;
overflow-y: scroll;
overflow-x: hidden;
}
@namespace url(http://www.w3.org/1999/xhtml);
/* Logo by albusonita.deviantart.com */
@-moz-document domain('google.com'), domain('google.co.uk'), domain('google.ca'), domain('google.es'), domain('google.de'), domain('google.com.au'), domain('google.fr'), domain('google.it'), domain('google.co.jp'), domain('google.ru'), domain('google.com.ar'), domain('google.com.sg'), domain('google.co.cr'), domain('google.com.tw'), domain('google.com.tr'), domain('google.at'), domain('google.ba'), domain('google.com.br'), domain('google.bs'), domain('google.ch'), domain('google.cz'), domain('google.dk'), domain('google.com.eg'), domain('google.fi'), domain('google.com.hk'), domain('google.hr'), domain('google.gr'), domain('google.ie'), domain('google.co.id'), domain('google.co.in'), domain('google.co.il'), domain('google.co.kr'), domain('google.com.lb'), domain('google.com.mx'), domain('google.nl'), domain('google.no'), domain('google.co.nz'), domain('google.com.ph'), domain('google.pt'), domain('google.se'), domain('goog
@-moz-document domain("wikipedia.org") {
/* Wikipedia Minimalismo
http://userstyles.org/styles/100852/wikipedia-minimalismo
by minimalismo
v 1.2
*/
body {
background-color: #f1f1f1 !important;