all repos — dotfiles @ a79d8fb4d8591558f1e82c7e40c6e41cfda11c1e

my *nix dotfiles

Some zathura scripts

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 21 Jun 2019 10:29:13 +0530
commit

a79d8fb4d8591558f1e82c7e40c6e41cfda11c1e

parent

b335d940a833a3c5e2a647496fbbb633ba1dfb82

4 files changed, 53 insertions(+), 5 deletions(-)

jump to
A bin/get_xres

@@ -0,0 +1,3 @@

+#!/usr/bin/env bash + +xrdb -query | grep -w $1 | awk '{print $2}'
M bin/spoti.pybin/spoti.py

@@ -10,11 +10,11 @@ meta_artist = os.popen('playerctl -p spotify metadata xesam:artist').read()

meta_title = os.popen('playerctl -p spotify metadata xesam:title').read() if cmd == "Playing": - print('๎˜ ' + meta_title + ' - ' + meta_artist) + print(meta_title + ' - ' + meta_artist) elif cmd == 'Paused': - print('๎™ ' + meta_title + ' - ' + meta_artist) + print(meta_title + ' - ' + meta_artist) else: - print('๎œ no music playing') + print('no music playing')
A bin/zatheme.sh

@@ -0,0 +1,38 @@

+#!/usr/bin/env bash + +# stolen from @nerdypepper + +echo 'set incremental-search true + +set recolor "true" + +set default-bg "'$( get_xres color7 )'" +set default-fg "'$( get_xres color7 )'" + +set completion-bg "'$( get_xres color0 )'" +set completion-fg "'$( get_xres color7 )'" +set completion-highlight-bg "'$( get_xres color4 )'" +set completion-highlight-fg "'$( get_xres color7 )'" + +set statusbar-bg "'$( get_xres color4 )'" +set statusbar-fg "'$( get_xres color0 )'" + +set inputbar-bg "'$( get_xres color0 )'" +set inputbar-fg "'$( get_xres color7 )'" + +set recolor-darkcolor "'$( get_xres color7 )'" +set recolor-lightcolor "'$( get_xres color0 )'" + +set window-height "800" +set window-width "600" + +set adjust-open "width" +set smooth-scroll true +set statusbar-home-tilde "true" +set statusbar-h-padding "50" +set statusbar-v-padding "50" + +set font "SF Mono Semibold 12" + +' > ~/.config/zathura/zathurarc +
M weechat/weechat.confweechat/weechat.conf

@@ -119,6 +119,7 @@ read_marker = line

read_marker_always_show = off read_marker_string = " ยท " save_config_on_exit = on +save_config_with_fsync = off save_layout_on_exit = all scroll_amount = 3 scroll_bottom_after_switch = off

@@ -217,6 +218,7 @@ partial_completion_command = off

partial_completion_command_arg = off partial_completion_count = on partial_completion_other = off +partial_completion_templates = "config_options" [history] display_default = 0

@@ -226,6 +228,12 @@ max_commands = 100

max_visited_buffers = 50 [proxy] +emerald.address = "127.0.0.1" +emerald.ipv6 = off +emerald.password = "" +emerald.port = 8008 +emerald.type = socks5 +emerald.username = "" local.address = "127.0.0.1" local.ipv6 = off local.password = ""

@@ -381,8 +389,7 @@ default.buffer = "irc;rizon.#rice;2"

default.buffer = "irc;rizon.#homescreen;3" default.buffer = "irc;rizon.#avpd;4" default.buffer = "irc;rizon.#linux;5" -default.buffer = "irc;rizon.nerdypepper;6" -default.window = "1;0;0;0;irc;rizon.#rice" +default.window = "1;0;0;0;irc;server.rizon" default.current = on [notify]