Splitted hyprland config file to make config easier, created some more scripts to manage lockscreen wallpaper and battery charging limit, changed waybar appearance (testing) and added some aliases (galaxy book specific)

This commit is contained in:
Gu://em_ 2025-01-11 18:24:49 +01:00
parent 1965d9cf0a
commit e722ac37d1
16 changed files with 419 additions and 344 deletions

5
.zshrc
View file

@ -80,6 +80,10 @@ alias hyprcfg='vim ~/.config/hypr/'
alias zcfg='vim ~/.zshrc'
alias icat='kitten icat'
alias nv='nvim'
# Power management
alias pprof='cat /sys/firmware/acpi/platform_profile' # Get current performance profile
alias pprof-list='cat /sys/firmware/acpi/platform_profile_choices' # Lists the available performance profiles
alias power-draw="cat /sys/class/power_supply/BAT1/current_now /sys/class/power_supply/BAT1/voltage_now | xargs | awk '{print \$1*\$2/1e12 \" W\"}\'"
# Override some default commands with more practical alternatives
alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes'
alias lsa='ls -a'
@ -87,7 +91,6 @@ alias lsl='eza --icons=automatic --long --header --group -M'
alias tree='ls --level=3'
# Keep default commands accessible
alias lsd='/usr/bin/ls --color'
# Random stuff
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"