This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
general { | |
colors = true | |
color_good = "#BFBFBF" | |
color_degraded = "#BEAE90" | |
color_bad = "#BEAE90" | |
interval = 5 | |
} | |
#order += "disk /" | |
order += "run_watch DHCP" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.toolbarbutton-menubutton-dropmarker, | |
.tabs-newtab-button, | |
#abp-toolbarbutton, | |
#addonbar-closebutton, | |
#appmenu-toolbar-button, | |
#back-button, | |
#bookmarks-menu-button, | |
#downloads-button, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#search-container, #openLocation { display:none!important; } | |
/*Hide Scrollbar*/ | |
#content browser { | |
margin-right: 0px !important; | |
overflow-y: scroll; | |
overflow-x: hidden; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("wikipedia.org") { | |
/* Wikipedia Minimalismo | |
http://userstyles.org/styles/100852/wikipedia-minimalismo | |
by minimalismo | |
v 1.2 | |
*/ | |
body { | |
background-color: #f1f1f1 !important; |
OlderNewer