From 0e7fd56480e4a98220ed42c563abdf5e47277d41 Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Sun, 8 Jun 2025 07:56:01 +0530 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=94=A7:=20MICS=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- waybar/config.jsonc | 3 ++- zsh/.zshrc | 20 ++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 95eff8a..22e1ec1 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -24,7 +24,8 @@ "exec": "~/.config/waybar/scripts/weekly_commits", "return-type": "json", "interval": 2400, - "tooltip": true + "tooltip": true, + "on-click": "xdg-open https://github.com/ad1822" }, "hyprland/window": { "format": "{initialClass}", diff --git a/zsh/.zshrc b/zsh/.zshrc index 590e5c6..1d91d2a 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -143,6 +143,10 @@ cpcf() { fi } +mount_gdrive() { + rclone mount gdrive: ~/mnt/gdrive +} + gh_open() { xdg-open "https://github.com/ad1822/$1" } @@ -212,11 +216,11 @@ alias todocli='~/.todo/todo_cli.sh' # fastfetch -if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then - if tmux has-session -t default 2>/dev/null; then - tmux new-window -t default - tmux attach-session -t default - else - tmux new-session -s default - fi -fi +#if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then +# if tmux has-session -t default 2>/dev/null; then +# tmux new-window -t default +# tmux attach-session -t default +# else +# tmux new-session -s default +# fi +#fi