Changes in: waybar,zsh,
This commit is contained in:
parent
d674a80098
commit
3edcc4a8ab
3 changed files with 5 additions and 2 deletions
|
@ -21,7 +21,8 @@
|
|||
],
|
||||
"custom/cava": {
|
||||
"format": "{}",
|
||||
"exec": "~/.config/waybar/scripts/cava.sh"
|
||||
"exec": "~/.config/waybar/scripts/cava.sh",
|
||||
"on-click": "kitty cava"
|
||||
},
|
||||
"temperature#gpu": {
|
||||
"thermal-zone": 5,
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
color: @beige;
|
||||
padding: 0px 15px 0px 8px;
|
||||
background: @raisin-black;
|
||||
margin-right: 2px;
|
||||
margin-right: 1px;
|
||||
border-radius: 0 6px 6px 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -90,6 +90,8 @@ eval "$(starship init zsh)"
|
|||
|
||||
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 jump='nvim $(fzf -m --preview="bat --color=always {}")'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue