diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-01-31 17:42:41 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-01-31 17:42:41 +0000 |
commit | d4cc837cd073fd3b07659de3d4aa07f6831649a2 (patch) | |
tree | ae6e04625e425b7b5ec8304a8487d88bfcc78129 | |
parent | 9ece79d3ffff48d29c6de7d36f8cfda09eb9a1a6 (diff) |
changed prompt
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 | ||||
-rw-r--r-- | zsh/.zshrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 616c5d1..db35ff1 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/ann.png & | 13 | feh --bg-fill ~/Pictures/iceland.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 |
@@ -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="minimal" | 16 | ZSH_THEME="mrtazz" |
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 |