From 675a10c6cfa46725e6cf8cdcd055a26d2e8896bd Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 10 Feb 2020 23:32:45 +0530 Subject: changed [x] --- bin/.local/bin/unblock | 2 +- bspwm/.config/bspwm/bspwmrc | 2 +- polybar/.config/polybar/config | 2 +- x/.Xresources | 69 +++++++++++++++++++++++++----------------- zsh/.zshrc | 1 + 5 files changed, 45 insertions(+), 31 deletions(-) diff --git a/bin/.local/bin/unblock b/bin/.local/bin/unblock index cf3aa81..65dc42b 100755 --- a/bin/.local/bin/unblock +++ b/bin/.local/bin/unblock @@ -4,6 +4,6 @@ set -e printf "\033[0;35mSetting wlo1 down....\033[0m\n" sudo ip link set wlo1 down printf "\033[0;36mChanging MAC address....\033[0m\n" -sudo macchanger --mac=60:8E:08:B2:38:77 wlo1 +sudo macchanger --mac=B0:10:41:18:66:6F wlo1 printf "\033[0;32mEnjoy....\033[0m\n" diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 3e8a0c1..7c36152 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -1,7 +1,7 @@ #! /bin/sh sxhkd & -#dunst & +dunst & xset b off & unclutter & light-locker & diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index be3190d..dea7867 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -3,7 +3,7 @@ screenchange-reload = true [colors] #background = ${xrdb:color0:#222} -background = ${xrdb:background:#161821} +background = ${xrdb:background:#0d0f14} background-alt = ${xrdb:color0:#000} ;foreground = ${xrdb:color7:#222} foreground = ${xrdb:foreground:#c5c8c6} diff --git a/x/.Xresources b/x/.Xresources index 8868f7f..569a360 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -35,43 +35,56 @@ URxvt*fading: 0 URxvt*tintColor: #ffffff URxvt*shading: 0 URxvt*inheritPixmap: False +!Tomorrow +#define t_background #ffffff +#define t_current_line #efefef +#define t_selection #d6d6d6 +#define t_foreground #4d4d4c +#define t_comment #8e908c +#define t_red #c82829 +#define t_orange #f5871f +#define t_yellow #eab700 +#define t_green #718c00 +#define t_aqua #3e999f +#define t_blue #4271ae +#define t_purple #8959a8 -! special -*.foreground: #c6c8d1 -*.background: #161821 -*.cursorColor: #c6c8d1 -! black -*.color0: #161821 -*.color8: #6b7089 +*.foreground: t_foreground +*.background: t_background +*.cursorColor: #aeafad -! red -*.color1: #e27878 -*.color9: #e98989 +! Black / Grey +*.color0: #000000 +*.color8: #666666 -! green -*.color2: #b4be82 -*.color10: #c0ca8e +! Red / Bright Red +*.color1: t_red +*.color9: #FF3334 -! yellow -*.color3: #e2a478 -*.color11: #e9b189 +! Green + Bright Green +*.color2: t_green +*.color10: #9ec400 -! blue -*.color4: #84a0c6 -*.color12: #91acd1 +! Yellow (Orange) + Bright Yellow (Yellow) +*.color3: t_orange +*.color11: t_yellow -! magenta -*.color5: #a093c7 -*.color13: #ada0d3 +! Blue + Bright Blue +*.color4: t_blue +*.color12: t_blue -! cyan -*.color6: #89b8c2 -*.color14: #95c4ce +! Magenta (Purple) + Bright Magenta +*.color5: t_purple +*.color13: #b777e0 -! white -*.color7: #c6c8d1 -*.color15: #d2d4de +! Cyan (Aqua) + Bright Cyan +*.color6: t_aqua +*.color14: #54ced6 + +! Light Grey (Selection) + White (Current Line) +*.color7: t_selection +*.color15: t_current_line ! Perls URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font diff --git a/zsh/.zshrc b/zsh/.zshrc index 3f2c984..a062cf7 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -112,6 +112,7 @@ alias nd="nmcli connection down " alias pg="ping google.com" alias weather="curl wttr.in" alias py="/bin/python" +alias py2="/bin/python2" alias pubip="curl ipinfo.io/ip" alias mirror="sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist" alias k="pkill " -- cgit v1.2.3