Compare commits

..

6 Commits

Author SHA1 Message Date
clint 15c9a31b75 null-ls dead; using none-ls 2025-05-01 14:27:11 -05:00
clint 09643d550b whichkey update 2025-04-29 15:05:17 -05:00
clint 222a897755 bash-completion added 2025-03-24 19:00:40 -05:00
clint 956f50f2c0 friendship ended with firefox, floorp new best friend 2025-03-01 16:56:12 -06:00
clint c7733c01db space 2025-02-28 09:08:46 -06:00
clint ddc77636ab move to workspace SILENT 2025-02-28 08:52:24 -06:00
6 changed files with 26 additions and 31 deletions

View File

@ -36,16 +36,13 @@ alias np='nano -w PKGBUILD'
alias more="less" alias more="less"
alias rofi='rofi -m 1' alias rofi='rofi -m 1'
alias weather="curl wttr.in" alias weather="curl wttr.in"
alias ls="eza -lhg --group-directories-first" alias ls="exa -lhg --group-directories-first"
alias ll="eza -lhga --group-directories-first" alias ll="exa -lhga --group-directories-first"
alias vim="nvim" alias vim="nvim"
alias docs="python ~/scripts/stock_price.py -s docs" alias docs="python ~/scripts/stock_price.py -s docs"
alias stock="python ~/scripts/stock_price.py -s " alias stock="python ~/scripts/stock_price.py -s "
alias r="ranger" alias r="ranger"
alias grep='grep --colour=auto' alias grep='grep --colour=auto'
alias cdd='. ~/scripts/project_picker.sh'
alias configedit='. ~/scripts/config_edit.sh'
alias clip='cliphist list | fzf --no-sort | cliphist decode | wl-copy'
# expand path # expand path
PATH=/usr/local/bin:/usr/bin/:/usr/sbin PATH=/usr/local/bin:/usr/bin/:/usr/sbin
@ -68,6 +65,3 @@ bind '"\C-t": "fzf --preview \"cat {}\" < <(find . -type f) | xargs $EDITOR\n"'
# kinda annoying tbh # kinda annoying tbh
# pfetch || neofetch || fastfetch # pfetch || neofetch || fastfetch
# Created by `pipx` on 2025-05-04 00:05:20
export PATH="$PATH:/home/clint/.local/bin"

View File

@ -13,8 +13,7 @@ monitor = DP-2,1920x1080, 1920x0, 1
# See https://wiki.hyprland.org/Configuring/Keywords/ # See https://wiki.hyprland.org/Configuring/Keywords/
$terminal = alacritty $terminal = alacritty
$fileManager = dolphin $fileManager = dolphin
# $menu = wofi --show drun $menu = wofi --show drun
$menu = rofi -theme /home/clint/.config/wofi/test3.rasi -show drun
################# #################
### AUTOSTART ### ### AUTOSTART ###
@ -23,7 +22,6 @@ $menu = rofi -theme /home/clint/.config/wofi/test3.rasi -show drun
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:
exec-once = waybar & hyprpaper exec-once = waybar & hyprpaper
exec-once = wl-paste --watch cliphist store
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###
@ -167,7 +165,6 @@ bind = $mainMod, P, exec, ~/scripts/hypr_change_wallpaper.sh
bind = $mainMod, L, exec, hyprlock bind = $mainMod, L, exec, hyprlock
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen
bind = $mainMod, X, exec, ~/scripts/hypr_shutdown.sh bind = $mainMod, X, exec, ~/scripts/hypr_shutdown.sh
bind = $mainMod, H, exec, cliphist list | rofi -theme /home/clint/.config/wofi/test3.rasi -dmenu | cliphist decode | wl-copy
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l

View File

@ -1,7 +1,7 @@
# BACKGROUND # BACKGROUND
background { background {
monitor = monitor =
path = /home/clint/Pictures/wallpapers/redtrees.jpg path = /home/clint/Pictures/wallpapers/snowy_church.jpg
} }

View File

@ -1,6 +1,6 @@
preload = preload =
wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/forest.jpg wallpaper = HDMI-A-1, /home/clint/Pictures/wallpapers/castle_view.jpg
wallpaper = DP-2, /home/clint/Pictures/wallpapers/forest.jpg wallpaper = DP-2, /home/clint/Pictures/wallpapers/castle_view.jpg
#enable splash text rendering over the wallpaper #enable splash text rendering over the wallpaper
splash = false splash = false

View File

@ -8,7 +8,7 @@ set-window-option -g status-left-length 30
# right status # right status
set-window-option -g status-right-length 300 set-window-option -g status-right-length 300
set-window-option -g status-right "#[bg=white fg=black bold][`F]#[bg=black fg=white] Search #[bg=white fg=black bold][`C-r]#[bg=black fg=white] Restore #[bg=white fg=black bold][`C-s]#[bg=black fg=white] Save#[fg=brightred bg=black] #[fg=white bg=black] #{weather} #[fg=brightred bg=black] #[fg=colour179 bg=black]🖥 CPU:#{cpu_percentage} MEM:#{ram_percentage} #[fg=brightred bg=black] #[fg=white bg=black]📅%Y-%m-%d 🕗%I:%M%p" set-window-option -g status-right "#[bg=white fg=black bold][`F]#[bg=black fg=white] Search #[bg=white fg=black bold][`C-r]#[bg=black fg=white] Restore #[bg=white fg=black bold][`C-s]#[bg=black fg=white] Save#[fg=brightred bg=black] #[fg=white bg=black] #{weather} #[fg=brightred bg=black] #[fg=colour179 bg=black]🖥 CPU:#{cpu_percentage} MEM:#{ram_percentage} #[fg=brightred bg=black] #[fg=white bg=black]📅%Y-%m-%d 🕗%I:%m%p"
set-window-option -g status-right-style "fg=white bg=black" set-window-option -g status-right-style "fg=white bg=black"
# set-option -g status-right # set-option -g status-right

View File

@ -1,5 +1,15 @@
# prompt # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
export PS1="%{%F{226}%}%n%{%F{220}%}@%{%F{214}%}%m %{%F{33}%}%1~ %{%f%}$ " # Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# import keys
if [ -f ~/.keys ]; then
. ~/.keys
echo "keys loaded"
fi
# aliases # aliases
# alias python="/Library/Frameworks/Python.framework/Versions/3.10/bin/python3" # alias python="/Library/Frameworks/Python.framework/Versions/3.10/bin/python3"
@ -42,6 +52,12 @@ compinit
_comp_options+=(globdots) _comp_options+=(globdots)
zstyle ':completion:*' menu select zstyle ':completion:*' menu select
# start power theme
source ~/powerlevel10k/powerlevel10k.zsh-theme
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# auto cd # auto cd
setopt auto_cd setopt auto_cd
@ -55,16 +71,4 @@ eval "$(pyenv init --path)"
eval "$(pyenv init -)" eval "$(pyenv init -)"
# eval "$(pyenv virtualenv-init -)" # eval "$(pyenv virtualenv-init -)"
source ~/powerlevel10k/powerlevel10k.zsh-theme
# fzf
export FZF_DEFAULT_OPTS='--layout=reverse --height=50% --preview-window=right:50%:border-sharp --border-label=" command preview " --border=double'
# Set up fzf key bindings and fuzzy completion
# Ctrl+R override for bash history
# Alt-C overried to cd into selected directory
eval "$(fzf --zsh)"
# Quick file finder with preview and open with vim (Ctrl+T override)
# bind '"\C-t": "fzf --preview \"cat {}\" < <(find . -type f) | xargs $EDITOR\n"'