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
#search-container, #openLocation { display:none!important; }
/*Hide Scrollbar*/
#content browser {
margin-right: 0px !important;
overflow-y: scroll;
overflow-x: hidden;
}
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
@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,
#!/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 / 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"
@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: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: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
#