summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-02-10 18:02:45 +0000
committerShubham Saini <shubham6405@gmail.com>2020-02-10 18:02:45 +0000
commit675a10c6cfa46725e6cf8cdcd055a26d2e8896bd (patch)
treed490d220bb8970ad66668a47ea2f2ff9106c8143
parent7227b6795ffe0881f6dca5a89494611d55c59935 (diff)
changed [x]
-rwxr-xr-xbin/.local/bin/unblock2
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc2
-rw-r--r--polybar/.config/polybar/config2
-rw-r--r--x/.Xresources69
-rw-r--r--zsh/.zshrc1
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
4printf "\033[0;35mSetting wlo1 down....\033[0m\n" 4printf "\033[0;35mSetting wlo1 down....\033[0m\n"
5sudo ip link set wlo1 down 5sudo ip link set wlo1 down
6printf "\033[0;36mChanging MAC address....\033[0m\n" 6printf "\033[0;36mChanging MAC address....\033[0m\n"
7sudo macchanger --mac=60:8E:08:B2:38:77 wlo1 7sudo macchanger --mac=B0:10:41:18:66:6F wlo1
8printf "\033[0;32mEnjoy....\033[0m\n" 8printf "\033[0;32mEnjoy....\033[0m\n"
9 9
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 @@
1#! /bin/sh 1#! /bin/sh
2 2
3sxhkd & 3sxhkd &
4#dunst & 4dunst &
5xset b off & 5xset b off &
6unclutter & 6unclutter &
7light-locker & 7light-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
3 3
4[colors] 4[colors]
5#background = ${xrdb:color0:#222} 5#background = ${xrdb:color0:#222}
6background = ${xrdb:background:#161821} 6background = ${xrdb:background:#0d0f14}
7background-alt = ${xrdb:color0:#000} 7background-alt = ${xrdb:color0:#000}
8;foreground = ${xrdb:color7:#222} 8;foreground = ${xrdb:color7:#222}
9foreground = ${xrdb:foreground:#c5c8c6} 9foreground = ${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
35URxvt*tintColor: #ffffff 35URxvt*tintColor: #ffffff
36URxvt*shading: 0 36URxvt*shading: 0
37URxvt*inheritPixmap: False 37URxvt*inheritPixmap: False
38!Tomorrow
39#define t_background #ffffff
40#define t_current_line #efefef
41#define t_selection #d6d6d6
42#define t_foreground #4d4d4c
43#define t_comment #8e908c
44#define t_red #c82829
45#define t_orange #f5871f
46#define t_yellow #eab700
47#define t_green #718c00
48#define t_aqua #3e999f
49#define t_blue #4271ae
50#define t_purple #8959a8
38 51
39! special
40*.foreground: #c6c8d1
41*.background: #161821
42*.cursorColor: #c6c8d1
43 52
44! black 53*.foreground: t_foreground
45*.color0: #161821 54*.background: t_background
46*.color8: #6b7089 55*.cursorColor: #aeafad
47 56
48! red 57! Black / Grey
49*.color1: #e27878 58*.color0: #000000
50*.color9: #e98989 59*.color8: #666666
51 60
52! green 61! Red / Bright Red
53*.color2: #b4be82 62*.color1: t_red
54*.color10: #c0ca8e 63*.color9: #FF3334
55 64
56! yellow 65! Green + Bright Green
57*.color3: #e2a478 66*.color2: t_green
58*.color11: #e9b189 67*.color10: #9ec400
59 68
60! blue 69! Yellow (Orange) + Bright Yellow (Yellow)
61*.color4: #84a0c6 70*.color3: t_orange
62*.color12: #91acd1 71*.color11: t_yellow
63 72
64! magenta 73! Blue + Bright Blue
65*.color5: #a093c7 74*.color4: t_blue
66*.color13: #ada0d3 75*.color12: t_blue
67 76
68! cyan 77! Magenta (Purple) + Bright Magenta
69*.color6: #89b8c2 78*.color5: t_purple
70*.color14: #95c4ce 79*.color13: #b777e0
71 80
72! white 81! Cyan (Aqua) + Bright Cyan
73*.color7: #c6c8d1 82*.color6: t_aqua
74*.color15: #d2d4de 83*.color14: #54ced6
84
85! Light Grey (Selection) + White (Current Line)
86*.color7: t_selection
87*.color15: t_current_line
75 88
76! Perls 89! Perls
77URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font 90URxvt.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 "
112alias pg="ping google.com" 112alias pg="ping google.com"
113alias weather="curl wttr.in" 113alias weather="curl wttr.in"
114alias py="/bin/python" 114alias py="/bin/python"
115alias py2="/bin/python2"
115alias pubip="curl ipinfo.io/ip" 116alias pubip="curl ipinfo.io/ip"
116alias mirror="sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist" 117alias mirror="sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist"
117alias k="pkill " 118alias k="pkill "