update
|
|
@ -398,13 +398,13 @@ font:
|
||||||
# - (macOS) /bin/bash --login
|
# - (macOS) /bin/bash --login
|
||||||
# - (Linux/BSD) user login shell
|
# - (Linux/BSD) user login shell
|
||||||
# - (Windows) powershell
|
# - (Windows) powershell
|
||||||
shell:
|
# shell:
|
||||||
program: /bin/zsh
|
# program: /bin/zsh
|
||||||
args:
|
# args:
|
||||||
- -l
|
# - -l
|
||||||
- -c
|
# - -c
|
||||||
# Open tmux session selector on startup
|
# # Open tmux session selector on startup
|
||||||
- "source ~/.config/zsh/functions/tmux.zsh && tm || echo 'Error running tmux...'"
|
# - "source ~/.config/zsh/functions/tmux.zsh && tm || echo 'Error running tmux...'"
|
||||||
# Startup directory
|
# Startup directory
|
||||||
#
|
#
|
||||||
# Directory the shell is started in. If this is unset, or `None`, the working
|
# Directory the shell is started in. If this is unset, or `None`, the working
|
||||||
|
|
|
||||||
|
|
@ -40,11 +40,11 @@ alias \
|
||||||
|
|
||||||
## Music Streams
|
## Music Streams
|
||||||
lofi_url="https://youtu.be/jfKfPfyJRdk"
|
lofi_url="https://youtu.be/jfKfPfyJRdk"
|
||||||
nintendo_url="https://youtu.be/Ns_uXoOJ7iw"
|
nintendo_url="https://www.youtube.com/c/Henriko/live"
|
||||||
alias \
|
alias \
|
||||||
music-lofi='celluloid "$lofi_url" &>/dev/null &!' \
|
music-lofi='mpv "$lofi_url" &>/dev/null &!' \
|
||||||
music-lofi-bg='ts lofi -d "mpv --no-video $lofi_url"' \
|
music-lofi-bg='ts lofi -d "mpv --no-video $lofi_url"' \
|
||||||
music-ninten='celluloid "$nintendo_url" &>/dev/null &!' \
|
music-ninten='mpv "$nintendo_url" &>/dev/null &!' \
|
||||||
music-ninten-bg='ts lofi -d "mpv --no-video $nintendo_url"'
|
music-ninten-bg='ts lofi -d "mpv --no-video $nintendo_url"'
|
||||||
|
|
||||||
#--------------------------------------------------------------------#
|
#--------------------------------------------------------------------#
|
||||||
|
|
|
||||||
2
setup.sh
|
|
@ -9,7 +9,7 @@ REPO="https://git.panconpalta.win/aleidk/dots"
|
||||||
DOTS="$HOME/Repos/Private/dots"
|
DOTS="$HOME/Repos/Private/dots"
|
||||||
CONFIG="$HOME/.config"
|
CONFIG="$HOME/.config"
|
||||||
BINS="$HOME/.local/bin"
|
BINS="$HOME/.local/bin"
|
||||||
THEMES="$HOME/.local/share/themes"
|
THEMES="$HOME/.themes"
|
||||||
ICONS="$HOME/.local/share/icons"
|
ICONS="$HOME/.local/share/icons"
|
||||||
|
|
||||||
dependencies=(chsh curl git jq nvim tar wget zsh)
|
dependencies=(chsh curl git jq nvim tar wget zsh)
|
||||||
|
|
|
||||||
31
setup/themes
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
echo -e "\n${BLD}${SUL}${GRN}Setting up themes...${RST}\n"
|
||||||
|
|
||||||
|
original_pwd="$(pwd)"
|
||||||
|
cd "$DOTS/themes" || exit
|
||||||
|
|
||||||
|
CURRENT_DESKTOP="$(echo "$XDG_CURRENT_DESKTOP" | awk '{for (i=1;i<=NF;i++) { $i=toupper(substr($i,1,1)) tolower(substr($i,2)) }}1')"
|
||||||
|
|
||||||
|
gtk() {
|
||||||
|
cd gtk || return
|
||||||
|
|
||||||
|
create "$THEMES"
|
||||||
|
|
||||||
|
for theme in "$PWD"/*; do
|
||||||
|
symlink "$theme" "${THEMES}"
|
||||||
|
done
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
case "$CURRENT_DESKTOP" in
|
||||||
|
Gnome)
|
||||||
|
gtk
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Desktop $CURRENT_DESKTOP have no setup..."
|
||||||
|
;;
|
||||||
|
|
||||||
|
esac
|
||||||
|
|
||||||
|
cd "$original_pwd" || return
|
||||||
|
After Width: | Height: | Size: 143 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 183 B |
|
After Width: | Height: | Size: 184 B |
|
After Width: | Height: | Size: 187 B |
|
After Width: | Height: | Size: 187 B |
|
After Width: | Height: | Size: 377 B |
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 395 B |
|
After Width: | Height: | Size: 431 B |
|
After Width: | Height: | Size: 366 B |
|
After Width: | Height: | Size: 315 B |
|
After Width: | Height: | Size: 333 B |
|
After Width: | Height: | Size: 360 B |
|
After Width: | Height: | Size: 143 B |
|
After Width: | Height: | Size: 143 B |
|
After Width: | Height: | Size: 391 B |
|
After Width: | Height: | Size: 363 B |
|
After Width: | Height: | Size: 399 B |
|
After Width: | Height: | Size: 430 B |
|
After Width: | Height: | Size: 451 B |
|
After Width: | Height: | Size: 422 B |
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 491 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 226 B |
|
After Width: | Height: | Size: 364 B |
|
After Width: | Height: | Size: 399 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 279 B |
|
After Width: | Height: | Size: 266 B |
|
After Width: | Height: | Size: 394 B |
|
After Width: | Height: | Size: 418 B |
|
After Width: | Height: | Size: 340 B |
|
After Width: | Height: | Size: 292 B |
|
After Width: | Height: | Size: 498 B |
|
After Width: | Height: | Size: 537 B |
|
After Width: | Height: | Size: 372 B |
|
After Width: | Height: | Size: 316 B |
|
After Width: | Height: | Size: 528 B |
|
After Width: | Height: | Size: 565 B |
|
|
@ -0,0 +1,23 @@
|
||||||
|
button_offset=9
|
||||||
|
button_spacing=0
|
||||||
|
|
||||||
|
show_app_icon=false
|
||||||
|
|
||||||
|
full_width_title=true
|
||||||
|
|
||||||
|
title_shadow_active=false
|
||||||
|
title_shadow_inactive=false
|
||||||
|
|
||||||
|
title_horizontal_offset=3
|
||||||
|
|
||||||
|
active_text_color=#afafaf
|
||||||
|
active_text_shadow_color=#252525
|
||||||
|
|
||||||
|
inactive_text_color=#808080
|
||||||
|
inactive_text_shadow_color=#252525
|
||||||
|
|
||||||
|
shadow_delta_height=2
|
||||||
|
shadow_delta_width=0
|
||||||
|
shadow_delta_x=0
|
||||||
|
shadow_delta_y=-5
|
||||||
|
shadow_opacity=40
|
||||||
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 255 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 254 B |
|
After Width: | Height: | Size: 233 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 171 B |
|
After Width: | Height: | Size: 171 B |
|
After Width: | Height: | Size: 173 B |
|
After Width: | Height: | Size: 173 B |
|
After Width: | Height: | Size: 475 B |
|
After Width: | Height: | Size: 402 B |
|
After Width: | Height: | Size: 473 B |
|
After Width: | Height: | Size: 504 B |
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 409 B |
|
After Width: | Height: | Size: 399 B |
|
After Width: | Height: | Size: 419 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 445 B |
|
After Width: | Height: | Size: 397 B |
|
After Width: | Height: | Size: 470 B |
|
After Width: | Height: | Size: 485 B |
|
After Width: | Height: | Size: 511 B |
|
After Width: | Height: | Size: 466 B |
|
After Width: | Height: | Size: 542 B |
|
After Width: | Height: | Size: 562 B |
|
After Width: | Height: | Size: 214 B |
|
After Width: | Height: | Size: 201 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 434 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 266 B |
|
After Width: | Height: | Size: 293 B |
|
After Width: | Height: | Size: 477 B |
|
After Width: | Height: | Size: 489 B |
|
After Width: | Height: | Size: 407 B |
|
After Width: | Height: | Size: 363 B |
|
After Width: | Height: | Size: 622 B |
|
After Width: | Height: | Size: 632 B |
|
After Width: | Height: | Size: 442 B |