chore 🔧: Some changes in transperancy in hyprland, waybar script

This commit is contained in:
Ayush Dumasia 2025-05-15 15:29:43 +05:30
parent b1654ddf1e
commit 2ef529de45
3 changed files with 23 additions and 9 deletions

View file

@ -100,6 +100,14 @@ commit(){
bash ~/SideProjects/dotsh/gh/commit.sh
}
push(){
git push
}
ms(){
touch "$1" && chmod +x "$1"
}
alias kls='kubectl get all'
alias jump='nvim $(fzf -m --preview="bat --color=always {}")'