diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 9fa296f..3dc16fd 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -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, diff --git a/waybar/style.css b/waybar/style.css index 2b0cf21..00a2f39 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -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; } diff --git a/zsh/.zshrc b/zsh/.zshrc index 67b4e9a..5485f76 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 {}")'