Changes in: waybar,zsh,

This commit is contained in:
Ayush Dumasia 2025-04-01 22:55:19 +05:30
parent d674a80098
commit 3edcc4a8ab
3 changed files with 5 additions and 2 deletions

View file

@ -21,7 +21,8 @@
], ],
"custom/cava": { "custom/cava": {
"format": "{}", "format": "{}",
"exec": "~/.config/waybar/scripts/cava.sh" "exec": "~/.config/waybar/scripts/cava.sh",
"on-click": "kitty cava"
}, },
"temperature#gpu": { "temperature#gpu": {
"thermal-zone": 5, "thermal-zone": 5,

View file

@ -35,7 +35,7 @@
color: @beige; color: @beige;
padding: 0px 15px 0px 8px; padding: 0px 15px 0px 8px;
background: @raisin-black; background: @raisin-black;
margin-right: 2px; margin-right: 1px;
border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;
} }

View file

@ -90,6 +90,8 @@ eval "$(starship init zsh)"
alias vim='nvim' alias vim='nvim'
alias gh-create='gh repo create --private --source=. --remote=origin && git push -u --all && gh browse'
alias kls='kubectl get all' alias kls='kubectl get all'
alias jump='nvim $(fzf -m --preview="bat --color=always {}")' alias jump='nvim $(fzf -m --preview="bat --color=always {}")'