From 3edcc4a8ab3de975594b0246e69e69bab1b3f889 Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Tue, 1 Apr 2025 22:55:19 +0530 Subject: [PATCH] Changes in: waybar,zsh, --- waybar/config.jsonc | 3 ++- waybar/style.css | 2 +- zsh/.zshrc | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) 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 {}")'