all repos — dotfiles @ 1002c03c8a437d04f2dd7a2a5914e3fcafe256a0

my *nix dotfiles

Lots of nothing

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sun, 05 Jan 2020 21:59:38 +0530
commit

1002c03c8a437d04f2dd7a2a5914e3fcafe256a0

parent

aee79795adf8b4800cd086061605e5058b7536b1

7 files changed, 28 insertions(+), 12 deletions(-)

jump to
M .Xresources.Xresources

@@ -50,7 +50,7 @@ *color15: base07

! Urxvt config !--------------------- -URxvt.font: xft:Roboto Mono:size=14:style=Medium:antialias=true, xft:Noto Sans:size=14:style=Medium:antialias=true +URxvt.font: xft:Roboto Mono:style=Medium:size=14:antialias=true, xft:Noto Sans:size=14:style=Medium:antialias=true URxvt.scrollBar: false URxvt.cursorBlink: true URxvt.internalBorder: 30
A bin/irc.sh

@@ -0,0 +1,9 @@

+#!/usr/bin/env bash + +if [ "$1" = "freenode" ]; then + proxychains4 irc -u icyphox -n icyphox/freenode +elif [ "$1" = "nixers" ]; then + proxychains4 irc -u icy -n icyphox/nixers +elif [ "$1" = "rizon" ]; then + proxychains4 irc -u icy -n icyphox/rizon +fi
M bin/np.shbin/np.sh

@@ -10,7 +10,7 @@ USER="icyphox"

URL="http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks" URL+="&user=$USER&api_key=$API_KEY&format=json&limit=1&nowplaying=true" NOTPLAYING=" " -RES=$(curl -s $URL) +RES="$(curl -s $URL)" NOWPLAYING=$(jq '.recenttracks.track[0]."@attr".nowplaying' <<< "$RES" | tr -d '"')
M bin/time.shbin/time.sh

@@ -3,8 +3,8 @@

fg="$(xres color15)" light="$(xres color8)" -date="%{F$light}time %{F$fg}$(date +%I:%M)" -time="%{F$light}date %{F$fg}$(date +"%a, %d %b" | tr A-Z a-z)" +time="%{F$light}time %{F$fg}$(date +%I:%M)" +date="%{F$light}date %{F$fg}$(date +"%a, %d %b" | tr A-Z a-z)" while getopts dtn options do
M config/nvim/init.vimconfig/nvim/init.vim

@@ -85,6 +85,7 @@ nnoremap <leader>n :nohlsearch<cr>

nnoremap <leader>o :only<cr> nnoremap H H:exec 'norm! '. &scrolloff . 'k'<cr> nnoremap L L:exec 'norm! '. &scrolloff . 'j'<cr> +nnoremap <C-t> :tabedit " statusline let g:currentmode={
M dmenu/config.hdmenu/config.h

@@ -1,7 +1,7 @@

static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Roboto Mono Medium:size=14" + "Roboto Mono:style=Medium:size=14" }; static int centered = 1; static const char *prompt = NULL; /* -p option; prompt to the left of input field */
M weechat/weechat.confweechat/weechat.conf

@@ -381,13 +381,19 @@

[layout] default.buffer = "core;weechat;1" default.buffer = "irc;server.rizon;1" -default.buffer = "irc;rizon.#bullshit;2" -default.buffer = "irc;rizon.#code;3" -default.buffer = "irc;rizon.#crimson;4" -default.buffer = "irc;rizon.#homescreen;5" -default.buffer = "irc;rizon.#linux;6" -default.buffer = "irc;rizon.#rice;7" -default.buffer = "irc;rizon.#test;8" +default.buffer = "irc;server.freenode;1" +default.buffer = "irc;freenode.#alpine-linux;2" +default.buffer = "irc;freenode.#kisslinux;3" +default.buffer = "irc;freenode.#lobsters;4" +default.buffer = "irc;freenode.#ncurses;5" +default.buffer = "irc;freenode.#rice;6" +default.buffer = "irc;freenode.##security;7" +default.buffer = "irc;rizon.#bullshit;8" +default.buffer = "irc;rizon.#code;9" +default.buffer = "irc;rizon.#crimson;10" +default.buffer = "irc;rizon.#homescreen;11" +default.buffer = "irc;rizon.#linux;12" +default.buffer = "irc;rizon.#rice;13" default.window = "1;0;0;0;irc;rizon.Carp" default.current = on