Big changes concerning color scheme (switching to seventy nine), reorganized monitors config files, new notification daemon and quick settings panel, new scripts and other minor changes

This commit is contained in:
Gu://em_ 2025-06-04 19:28:09 +02:00
parent 746fa5a835
commit 602e3f2f97
28 changed files with 1034 additions and 60 deletions

6
.zshrc
View file

@ -77,11 +77,12 @@ setopt correct # 'Did you mean'
# Environment variables
export PATH=$PATH:~/.local/bin
export PATH=$PATH:~/.local/share/Xilinx/Vivado/2024.2/bin
export EDITOR=nvim
# Aliases
alias cl='clear'
alias hyprcfg='vim ~/.config/hypr/'
alias zcfg='vim ~/.zshrc'
alias zcfg='$EDITOR ~/.zshrc'
alias icat='kitten icat'
alias nv='nvim'
alias cg='cargo'
@ -94,12 +95,13 @@ alias power-draw="cat /sys/class/power_supply/BAT1/current_now /sys/class/power_
alias battery='cat /sys/class/power_supply/BAT1/capacity'
# Override some default commands with more practical alternatives
# Note: default ls command is still accessible with '\ls'
alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes'
alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes '
alias lsa='ls -a'
alias lsl='eza --icons=automatic --long --header --group -M'
alias tree='ls --level=3'
# Random stuff
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
alias sshfs="sshfs -o follow_symlinks"
# Shell integrations
eval "$(fzf --zsh)"