summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-02-18 12:20:03 +0000
committerShubham Saini <shubham6405@gmail.com>2020-02-18 12:20:03 +0000
commit256ff4c43c4617fda4289150c6614a334650c491 (patch)
treedf0a5107c22dd09c4c6c8d61be9f266de05c1507
parentfeb5408d59348b46ae45f18742f88d365c99b91e (diff)
...
-rwxr-xr-xbin/.local/bin/prime-run2
-rwxr-xr-xbin/.local/bin/unblock2
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc5
-rw-r--r--nvim/.config/nvim/init.vim2
-rw-r--r--polybar/.config/polybar/config2
-rwxr-xr-xrofi/.config/rofi/rofi-power.sh6
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc2
-rw-r--r--x/.Xresources39
-rw-r--r--zsh/.zshrc2
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
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 -a wlo1 7sudo macchanger --mac=04:B1:A1:6A:4E:A1 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 1daa022..2e78161 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -3,11 +3,14 @@
3sxhkd & 3sxhkd &
4dunst & 4dunst &
5xset b off & 5xset b off &
6xset s 600 &
7xbacklight -set 40 &
8xss-lock -- /home/ssaini/.local/bin/lock &
6unclutter & 9unclutter &
7compton --config ~/.config/compton.conf & 10compton --config ~/.config/compton.conf &
8~/scrypts/bat_check.sh & 11~/scrypts/bat_check.sh &
9redshift -l 13.082680:80.270718 & 12redshift -l 13.082680:80.270718 &
10feh --bg-fill ~/Pictures/beach.jpg & 13feh --bg-fill ~/Pictures/road.jpg &
11urxvtd & 14urxvtd &
12 15
13bspc monitor -d term web music files code virt chat game IX X 16bspc 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
40let g:deoplete#enable_at_startup = 1 40let g:deoplete#enable_at_startup = 1
41let g:python3_host_prog= '/bin/python3'
42let g:python_host_prog= '/bin/python2'
41 43
42" git gutter settings 44" git gutter settings
43let g:gitgutter_override_sign_column_highlight = 0 45let 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;戮
64ws-icon-default =  64ws-icon-default = 
65 65
66label-focused = %name% 66label-focused = %name%
67label-focused-foreground = ${xrdb:color4:#ffd7b1} 67label-focused-foreground = ${xrdb:color6:#ffd7b1}
68label-focused-padding = 1 68label-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
165XF86MonBrightness{Down,Up} 165XF86MonBrightness{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
5URxvt.meta8: false 5URxvt.meta8: false
6URxvt.depth: 32 6URxvt.depth: 32
7URxvt.metaSendsEscape: true 7URxvt.metaSendsEscape: true
8
9URxvt.scrollBar: off 8URxvt.scrollBar: off
10URxvt.cursorBlink: true 9URxvt.cursorBlink: true
11URxvt.cursorUnderline: true 10URxvt.cursorUnderline: true
@@ -36,24 +35,26 @@ URxvt*tintColor: #ffffff
36URxvt*shading: 0 35URxvt*shading: 0
37URxvt*inheritPixmap: False 36URxvt*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
59URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font 60URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font
diff --git a/zsh/.zshrc b/zsh/.zshrc
index d64be24..6d9567b 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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
16ZSH_THEME="theunraveler" 16ZSH_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