aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Sandström <erik@kyriasis.com>2014-08-04 23:12:58 +0200
committerErik Sandström <erik@kyriasis.com>2014-08-04 23:12:58 +0200
commit7f0b126aa8bf1fa63fb6fc99769a2f7db65981ea (patch)
treeab1e3a95867d5cb76919af03955f76c944553a4b
parentd4e538176e4cdd78598cfc0d79e2417997f4ea7e (diff)
downloaddotfiles-7f0b126aa8bf1fa63fb6fc99769a2f7db65981ea.tar.xz
added 2 config files
-rw-r--r--.Xresources87
-rw-r--r--ncmpcpp28
2 files changed, 115 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..6dc79d2
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,87 @@
+
+URxvt*title: urxvt
+URxvt*termName: rxvt-256color
+!URxvt.background: #e5e5f7
+!URxvt.foreground: #252627
+URxvt*secondaryscroll: true
+URxvt*matcher.button: 1
+URxvt*cursorBlink: true
+!URxvt*cursorUnderline: true
+!URxvt*highlightColor: #666666
+!URxvt*highlightTextColor: #CCCCCC
+URxvt*cursorColor: #747474
+!URxvt*pointerColor: #99CCFF
+!URxvt*pointerColor2: #000000
+!URxvt*colorBD: #CCCCCC
+!URxvt*colorUL: #FFCC99
+!URxvt*underlineColor: #6666CC
+URxvt*mapAlert: true
+!URxvt*inheritPixmap: true
+!URxvt*tintColor: #000000
+!URxvt*shading: 88
+
+URxvt*transparent: false
+URxvt*shading: 100
+URxvt*saveLines: 1000
+URxvt*font: xft:terminus:pixelsize=8,xft:symbola:size=10
+urxvt*boldFont: xft:terminus:pixelsize=8
+URxvt.cursorBlink: True
+URxvt*scrollBar: false
+URxvt*externalBorder: 0
+URxvt*geometry: 80x25
+
+Xft.dpi: 125
+Xft.antialias: true
+Xft.rgba: rgb
+Xft.hinting: true
+Xft.hinstyle: hintfull
+Xft.lcdfilter: lcdlight
+URxvt*xftAntialias: false
+
+URxvt.keysym.C-3: command:\033]710;xft: Source Code Pro:size=6\007
+URxvt.keysym.C-4: command:\033]710;xft: Source Code Pro:size=7\007
+URxvt.keysym.C-5: command:\033]710;xft: Source Code Pro:size=8\007
+URxvt.keysym.C-6: command:\033]710;xft: Source Code Pro:size=9\007
+URxvt.keysym.C-7: command:\033]710;xft: Source Code Pro:size=11\007
+URxvt.keysym.C-8: command:\033]710;xft: Source Code Pro:size=13\007
+URxvt.keysym.C-9: command:\033]710;xft: Source Code Pro:size=17\007
+
+URxvt.letterSpace: 1
+URxvt.internalBorder: 0
+
+! vim: set filetype=xdefaults :
+*foreground: #D7D0C7
+*background: #151515
+
+!black
+! *color0: #AF875F
+! *color8: #AF875F
+URxvt*color0: #101010
+URxvt*color8: #404040
+!red
+URxvt*color1: #E84F4F
+URxvt*color9: #D23D3D
+!green
+URxvt*color2: #B8D68C
+URxvt*color10: #A0CF5D
+!yellow
+URxvt*color3: #E1AA5D
+URxvt*color11: #F39D21
+!blue
+URxvt*color4: #7DC1CF
+URxvt*color12: #4E9FB1
+!magenta
+URxvt*color5: #9B64FB
+URxvt*color13: #8542FF
+!cyan
+URxvt*color6: #6D878D
+URxvt*color14: #42717B
+!white
+URxvt*color7: #dddddd
+URxvt*color15: #dddddd
+
+URxvt.perl-ext-common: default,matcher
+URxvt.url-launcher: /usr/bin/firefox
+URxvt.matcher.button: 1
+URxvt.colorUL: #71dede
+URxvt*urgentOnBell: true
diff --git a/ncmpcpp b/ncmpcpp
new file mode 100644
index 0000000..c80cd66
--- /dev/null
+++ b/ncmpcpp
@@ -0,0 +1,28 @@
+//MPD Settings
+ mpd_crossfade_time = "3"
+ mpd_music_dir = "~/Music"
+
+//Visualizer
+ visualizer_fifo_path = "/tmp/mpd.fifo"
+ visualizer_sync_interval = "1"
+ visualizer_output_name = "Visualizer"
+ visualizer_type = "wave" (spectrum/wave)
+
+//Display Settings
+ song_list_format = "{$7%a $1• $6}{%t}"
+ song_status_format = "$7%a $1• $6%t $1• $2%b$1"
+ statusbar_color = "black"
+ visualizer_color = "red"
+ main_window_highlight_color = "red"
+ header_visibility = "yes"
+ statusbar_visibility = "yes"
+ colors_enabled = "yes"
+ display_screens_numbers_on_start = "no"
+ now_playing_prefix = ">> "
+ now_playing_suffix = " "
+ autocenter_mode = "yes"
+ centered_cursor = "yes"
+ progressbar_look = "─╼ "
+ titles_visibility = "no"
+ mouse_support = "no"
+ discard_colors_if_item_is_selected = "yes"