From 57d62b2302e0be5c861b88789f8b3bc02be4c3f0 Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Thu, 1 May 2025 18:04:12 +0530 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8=20Waybar=20Module=20Chang?= =?UTF-8?q?e=20(PewDiePie)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- waybar/config.jsonc | 22 +++++++++++++++++++++- zsh/.zshrc | 6 ++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 051a3a1..a8e80ad 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -141,7 +141,27 @@ "format-muted": "\uf6a9", "format-icons": { "headphone": "\uf025", - "default": ["\uf028"] + // "default": ["\uf028"] + // "default": [ + // "▁", // 0–16% + // "▂▁", // 17–33% + // "▃▂▁", // 34–50% + // "▄▃▂▁", // 51–66% + // "▅▄▃▂▁", // 67–83% + // "▆▅▄▃▂▁" // 84–100% + // ] + "default": [ + "▓░░░░░░░░░", + "▓▓░░░░░░░░", + "▓▓▓░░░░░░░", + "▓▓▓▓░░░░░░", + "▓▓▓▓▓░░░░░", + "▓▓▓▓▓▓░░░░", + "▓▓▓▓▓▓▓░░░", + "▓▓▓▓▓▓▓▓░░", + "▓▓▓▓▓▓▓▓▓░", + "▓▓▓▓▓▓▓▓▓▓" + ] }, "tooltip-format": "{volume}% {desc}", "on-click": "pamixer -t" diff --git a/zsh/.zshrc b/zsh/.zshrc index 2dd85fb..996ec0d 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -181,3 +181,9 @@ complete -C '/usr/bin/aws_completer' aws export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" + +fortune | cowsay + +# Todo Manager Alias +alias todo='~/.todo/todo_tui.sh' +alias todocli='~/.todo/todo_cli.sh'