diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-02-18 12:20:03 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-02-18 12:20:03 +0000 |
commit | 256ff4c43c4617fda4289150c6614a334650c491 (patch) | |
tree | df0a5107c22dd09c4c6c8d61be9f266de05c1507 | |
parent | feb5408d59348b46ae45f18742f88d365c99b91e (diff) |
...
-rwxr-xr-x | bin/.local/bin/prime-run | 2 | ||||
-rwxr-xr-x | bin/.local/bin/unblock | 2 | ||||
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 5 | ||||
-rw-r--r-- | nvim/.config/nvim/init.vim | 2 | ||||
-rw-r--r-- | polybar/.config/polybar/config | 2 | ||||
-rwxr-xr-x | rofi/.config/rofi/rofi-power.sh | 6 | ||||
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 2 | ||||
-rw-r--r-- | x/.Xresources | 39 | ||||
-rw-r--r-- | zsh/.zshrc | 2 |
9 files changed, 35 insertions, 27 deletions
diff --git a/bin/.local/bin/prime-run b/bin/.local/bin/prime-run new file mode 100755 index 0000000..ee073fa --- /dev/null +++ b/bin/.local/bin/prime-run | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia __VK_LAYER_NV_optimus=NVIDIA_only "$@" | ||
diff --git a/bin/.local/bin/unblock b/bin/.local/bin/unblock index 1d0ea7f..0b4b99b 100755 --- a/bin/.local/bin/unblock +++ b/bin/.local/bin/unblock | |||
@@ -4,6 +4,6 @@ set -e | |||
4 | printf "\033[0;35mSetting wlo1 down....\033[0m\n" | 4 | printf "\033[0;35mSetting wlo1 down....\033[0m\n" |
5 | sudo ip link set wlo1 down | 5 | sudo ip link set wlo1 down |
6 | printf "\033[0;36mChanging MAC address....\033[0m\n" | 6 | printf "\033[0;36mChanging MAC address....\033[0m\n" |
7 | sudo macchanger -a wlo1 | 7 | sudo macchanger --mac=04:B1:A1:6A:4E:A1 wlo1 |
8 | printf "\033[0;32mEnjoy....\033[0m\n" | 8 | printf "\033[0;32mEnjoy....\033[0m\n" |
9 | 9 | ||
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 1daa022..2e78161 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -3,11 +3,14 @@ | |||
3 | sxhkd & | 3 | sxhkd & |
4 | dunst & | 4 | dunst & |
5 | xset b off & | 5 | xset b off & |
6 | xset s 600 & | ||
7 | xbacklight -set 40 & | ||
8 | xss-lock -- /home/ssaini/.local/bin/lock & | ||
6 | unclutter & | 9 | unclutter & |
7 | compton --config ~/.config/compton.conf & | 10 | compton --config ~/.config/compton.conf & |
8 | ~/scrypts/bat_check.sh & | 11 | ~/scrypts/bat_check.sh & |
9 | redshift -l 13.082680:80.270718 & | 12 | redshift -l 13.082680:80.270718 & |
10 | feh --bg-fill ~/Pictures/beach.jpg & | 13 | feh --bg-fill ~/Pictures/road.jpg & |
11 | urxvtd & | 14 | urxvtd & |
12 | 15 | ||
13 | bspc monitor -d term web music files code virt chat game IX X | 16 | bspc monitor -d term web music files code virt chat game IX X |
diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index a95b92b..5ef2de0 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim | |||
@@ -38,6 +38,8 @@ set copyindent " copy indent from the previous line | |||
38 | 38 | ||
39 | " deoplete | 39 | " deoplete |
40 | let g:deoplete#enable_at_startup = 1 | 40 | let g:deoplete#enable_at_startup = 1 |
41 | let g:python3_host_prog= '/bin/python3' | ||
42 | let g:python_host_prog= '/bin/python2' | ||
41 | 43 | ||
42 | " git gutter settings | 44 | " git gutter settings |
43 | let g:gitgutter_override_sign_column_highlight = 0 | 45 | let g:gitgutter_override_sign_column_highlight = 0 |
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 6710ac1..90d308f 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -64,7 +64,7 @@ ws-icon-7 = game;戮 | |||
64 | ws-icon-default = | 64 | ws-icon-default = |
65 | 65 | ||
66 | label-focused = %name% | 66 | label-focused = %name% |
67 | label-focused-foreground = ${xrdb:color4:#ffd7b1} | 67 | label-focused-foreground = ${xrdb:color6:#ffd7b1} |
68 | label-focused-padding = 1 | 68 | label-focused-padding = 1 |
69 | ;label-focused-font = 10 | 69 | ;label-focused-font = 10 |
70 | 70 | ||
diff --git a/rofi/.config/rofi/rofi-power.sh b/rofi/.config/rofi/rofi-power.sh index 6aecdbb..67f6814 100755 --- a/rofi/.config/rofi/rofi-power.sh +++ b/rofi/.config/rofi/rofi-power.sh | |||
@@ -21,16 +21,16 @@ then | |||
21 | eval $1 | 21 | eval $1 |
22 | ;; | 22 | ;; |
23 | Reboot) | 23 | Reboot) |
24 | reboot | 24 | sudo reboot |
25 | ;; | 25 | ;; |
26 | Shut-down) | 26 | Shut-down) |
27 | poweroff | 27 | sudo poweroff |
28 | ;; | 28 | ;; |
29 | Suspend) | 29 | Suspend) |
30 | suspend | 30 | suspend |
31 | ;; | 31 | ;; |
32 | Lock) | 32 | Lock) |
33 | light-locker-command -l | 33 | /home/ssaini/.local/bin/lock |
34 | ;; | 34 | ;; |
35 | *) | 35 | *) |
36 | ;; | 36 | ;; |
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index c333197..694eaea 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -163,4 +163,4 @@ XF86Audio{Play,Next,Prev} | |||
163 | 163 | ||
164 | #light | 164 | #light |
165 | XF86MonBrightness{Down,Up} | 165 | XF86MonBrightness{Down,Up} |
166 | light {-U 3,-A 3} | 166 | xbacklight {-dec 3,-inc 3} |
diff --git a/x/.Xresources b/x/.Xresources index 54e7237..8ad8a5e 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -5,7 +5,6 @@ URxvt.iso14755_52: off | |||
5 | URxvt.meta8: false | 5 | URxvt.meta8: false |
6 | URxvt.depth: 32 | 6 | URxvt.depth: 32 |
7 | URxvt.metaSendsEscape: true | 7 | URxvt.metaSendsEscape: true |
8 | |||
9 | URxvt.scrollBar: off | 8 | URxvt.scrollBar: off |
10 | URxvt.cursorBlink: true | 9 | URxvt.cursorBlink: true |
11 | URxvt.cursorUnderline: true | 10 | URxvt.cursorUnderline: true |
@@ -36,24 +35,26 @@ URxvt*tintColor: #ffffff | |||
36 | URxvt*shading: 0 | 35 | URxvt*shading: 0 |
37 | URxvt*inheritPixmap: False | 36 | URxvt*inheritPixmap: False |
38 | 37 | ||
39 | *.foreground: #F8F8F2 | 38 | *background: #0b0d12 |
40 | *.background: #121212 | 39 | *foreground: #b3b8c4 |
41 | *.color0: #000000 | 40 | |
42 | *.color8: #4D4D4D | 41 | *color0: #3e4853 |
43 | *.color1: #FF5555 | 42 | *color1: #b06a58 |
44 | *.color9: #FF6E67 | 43 | *color2: #95b47b |
45 | *.color2: #50FA7B | 44 | *color3: #e5c078 |
46 | *.color10: #5AF78E | 45 | *color4: #58698c |
47 | *.color3: #F1FA8C | 46 | *color5: #7b5e8d |
48 | *.color11: #F4F99D | 47 | *color6: #82a1b2 |
49 | *.color4: #BD93F9 | 48 | *color7: #cccaca |
50 | *.color12: #CAA9FA | 49 | |
51 | *.color5: #FF79C6 | 50 | *color8: #525c67 |
52 | *.color13: #FF92D0 | 51 | *color9: #ba7e6c |
53 | *.color6: #8BE9FD | 52 | *color10: #a9c88f |
54 | *.color14: #9AEDFE | 53 | *color11: #f9d48c |
55 | *.color7: #BFBFBF | 54 | *color12: #6c7da0 |
56 | *.color15: #E6E6E6 | 55 | *color13: #8f72a1 |
56 | *color14: #96b5c6 | ||
57 | *color15: #e0dede | ||
57 | 58 | ||
58 | ! Perls | 59 | ! Perls |
59 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font | 60 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font |
@@ -13,7 +13,7 @@ export XDG_CURRENT_DESKTOP=bspwm | |||
13 | # load a random theme each time oh-my-zsh is loaded, in which case, | 13 | # load a random theme each time oh-my-zsh is loaded, in which case, |
14 | # to know which specific one was loaded, run: echo $RANDOM_THEME | 14 | # to know which specific one was loaded, run: echo $RANDOM_THEME |
15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | 15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
16 | ZSH_THEME="theunraveler" | 16 | ZSH_THEME="michelebologna" |
17 | 17 | ||
18 | # Set list of themes to pick from when loading at random | 18 | # Set list of themes to pick from when loading at random |
19 | # Setting this variable when ZSH_THEME=random will cause zsh to load | 19 | # Setting this variable when ZSH_THEME=random will cause zsh to load |