diff options
| -rwxr-xr-x | bin/.local/bin/unblock | 3 | ||||
| -rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 | ||||
| -rw-r--r-- | nvim/.config/nvim/init.vim | 5 | ||||
| -rw-r--r-- | zsh/.zshrc | 2 | 
4 files changed, 7 insertions, 5 deletions
| diff --git a/bin/.local/bin/unblock b/bin/.local/bin/unblock index 04cf0e8..bb1fa07 100755 --- a/bin/.local/bin/unblock +++ b/bin/.local/bin/unblock | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh | 
| 2 | //whitelist escape | ||
| 2 | set -e | 3 | set -e | 
| 3 | printf "\033[0;35mSetting wlo1 down....\033[0m\n" | 4 | printf "\033[0;35mSetting wlo1 down....\033[0m\n" | 
| 4 | sudo ip link set wlo1 down | 5 | sudo ip link set wlo1 down | 
| 5 | printf "\033[0;36mChanging MAC address....\033[0m\n" | 6 | printf "\033[0;36mChanging MAC address....\033[0m\n" | 
| 6 | sudo macchanger -a wlo1 | 7 | sudo macchanger --mac=60:8E:08:B2:38:77 wlo1 | 
| 7 | printf "\033[0;32mEnjoy....\033[0m\n" | 8 | printf "\033[0;32mEnjoy....\033[0m\n" | 
| 8 | 9 | ||
| diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index db35ff1..7c36152 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
| @@ -10,7 +10,7 @@ picom --config ~/.config/picom.conf & | |||
| 10 | ~/scrypts/bat_check.sh & | 10 | ~/scrypts/bat_check.sh & | 
| 11 | redshift -l 13.082680:80.270718 & | 11 | redshift -l 13.082680:80.270718 & | 
| 12 | xbacklight -set 30 & | 12 | xbacklight -set 30 & | 
| 13 | feh --bg-fill ~/Pictures/iceland.jpg & | 13 | feh --bg-fill ~/Pictures/heli.jpg & | 
| 14 | urxvtd & | 14 | urxvtd & | 
| 15 | 15 | ||
| 16 | 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 74883d0..59ce2b3 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim | |||
| @@ -130,10 +130,11 @@ let g:airline_symbols.linenr = '' | |||
| 130 | 130 | ||
| 131 | "Airline Themes | 131 | "Airline Themes | 
| 132 | "let g:airline_theme='dark' | 132 | "let g:airline_theme='dark' | 
| 133 | "let g:airline_theme='badwolf' | 133 | "let g:airline_theme='badcat' | 
| 134 | let g:airline_theme='base16_grayscale' | ||
| 134 | "let g:airline_theme='ravenpower' | 135 | "let g:airline_theme='ravenpower' | 
| 135 | "let g:airline_theme='simple' | 136 | "let g:airline_theme='simple' | 
| 136 | let g:airline_theme='term' | 137 | "let g:airline_theme='term' | 
| 137 | "let g:airline_theme='ubaryd' | 138 | "let g:airline_theme='ubaryd' | 
| 138 | "let g:airline_theme='laederon' | 139 | "let g:airline_theme='laederon' | 
| 139 | "let g:airline_theme='kolor' | 140 | "let g:airline_theme='kolor' | 
| @@ -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="mrtazz" | 16 | ZSH_THEME="jaischeema" | 
| 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 | 
