Dunno Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Tue, 22 Oct 2019 18:26:42 +0530
5 files changed,
15 insertions(+),
13 deletions(-)
M
bin/redirectgateway-def1-socks.sh
→
bin/redirectgateway-def1-socks.sh
@@ -4,8 +4,8 @@ if [ "$script_type" == "up" ]; then
route add -host $remote_1/32 gw $route_net_gateway route add -net 0.0.0.0/1 gw $route_vpn_gateway route add -net 128.0.0.0/1 gw $route_vpn_gateway - /etc/openvpn/update-resolv-conf +# /etc/openvpn/update-resolv-conf elif [ "$script_type" == "down" ]; then - /etc/openvpn/update-resolv-conf +# /etc/openvpn/update-resolv-conf route del -host $remote_1/32 gw $route_net_gateway fi
M
bin/vol.sh
→
bin/vol.sh
@@ -14,12 +14,8 @@ d)
pamixer -d 2 ;; q) - cur_vol=$(pamixer --get-volume-human) - if [[ "$cur_vol" == "muted" ]]; then - echo -ne "%{F$light}vol %{F$fg}muted" - else - echo -ne "%{F$light}vol %{F$fg}$cur_vol" - fi + cur_vol=$(pamixer --get-volume-human) + echo -ne "%{F$light}vol %{F$fg}$cur_vol" ;; esac done
M
config/polybar/bar
→
config/polybar/bar
@@ -13,8 +13,8 @@ ;margin-bottom = 2
[colors] fg = ${xrdb:color7} -bg = #001d1f21 -;bg = ${xrdb:color7} +;bg = #001d1f21 +bg = ${xrdb:color0} [bar/top] width = 100%
M
ssh/config
→
ssh/config
@@ -1,6 +1,6 @@
Host * - ServerAliveInterval 3 - ServerAliveCountMax 1 + ServerAliveInterval 180 + ServerAliveCountMax 3 Host github.com Hostname ssh.github.com
M
weechat/weechat.conf
→
weechat/weechat.conf
@@ -314,7 +314,7 @@ input.conditions = ""
input.filling_left_right = vertical input.filling_top_bottom = horizontal input.hidden = off -input.items = "▴,input_text" +input.items = "; ,input_text" input.position = bottom input.priority = 1000 input.separator = on@@ -380,6 +380,12 @@ title.type = window
[layout] default.buffer = "core;weechat;1" +default.buffer = "irc;server.rizon;1" +default.buffer = "irc;rizon.#avpd;2" +default.buffer = "irc;rizon.#homescreen;3" +default.buffer = "irc;rizon.#linux;4" +default.buffer = "irc;rizon.#rice;5" +default.buffer = "irc;rizon.*status;6" default.window = "1;0;0;0;irc;rizon.Carp" default.current = on