-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
35 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,25 @@ | ||
# | ||
#! /bin/bash | ||
# ~/.bash_profile | ||
# | ||
|
||
[[ -f ~/.bashrc ]] && . ~/.bashrc | ||
export PATH=$PATH:/home/jimmy/.spicetify | ||
|
||
export HYPRSHOT_DIR="screenshots" | ||
|
||
# >>> conda initialize >>> | ||
# !! Contents within this block are managed by 'conda init' !! | ||
__conda_setup="$('/usr/bin/conda' 'shell.bash' 'hook' 2> /dev/null)" | ||
if [ $? -eq 0 ]; then | ||
eval "$__conda_setup" | ||
else | ||
if [ -f "/usr/etc/profile.d/conda.sh" ]; then | ||
. "/usr/etc/profile.d/conda.sh" | ||
elif [ -f "/opt/miniconda3/bin/conda" ]; then | ||
export PATH="/opt/miniconda3/bin:$PATH" | ||
else | ||
export PATH="/usr/bin:$PATH" | ||
fi | ||
fi | ||
unset __conda_setup | ||
|
||
export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 | ||
# <<< conda initialize <<< |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
#!/usr/bin/bash | ||
|
||
#start swwww | ||
swww query || swww init | ||
swww query || swww-daemon & disown | ||
|
||
#figure out which waybar theme is set | ||
THEMEIS=$(readlink -f ~/.config/waybar/style.css | cut -d '-' -f2) | ||
|
||
#show the correct wallpapper based on the theme | ||
if [ $THEMEIS == "dark.css" ]; then | ||
swww img ~/.config/hypr/wallpaper-dark.jpg | ||
swww img ~/.config/hypr/wallpaper-dark.jpg | ||
swww img ~/.config/hypr/wallpaper-dark.gif | ||
else | ||
swww img ~/.config/hypr/wallpaper.jpg | ||
fi |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.