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'