style: 🎨 Waybar Module Change (PewDiePie)

This commit is contained in:
Ayush Dumasia 2025-05-01 18:04:12 +05:30
parent 017f776cfe
commit 57d62b2302
2 changed files with 27 additions and 1 deletions

View file

@ -141,7 +141,27 @@
"format-muted": "<span font='Font Awesome 5 Free'>\uf6a9</span>", "format-muted": "<span font='Font Awesome 5 Free'>\uf6a9</span>",
"format-icons": { "format-icons": {
"headphone": "\uf025", "headphone": "\uf025",
"default": ["\uf028"] // "default": ["\uf028"]
// "default": [
// "▁", // 016%
// "▂▁", // 1733%
// "▃▂▁", // 3450%
// "▄▃▂▁", // 5166%
// "▅▄▃▂▁", // 6783%
// "▆▅▄▃▂▁" // 84100%
// ]
"default": [
"▓░░░░░░░░░",
"▓▓░░░░░░░░",
"▓▓▓░░░░░░░",
"▓▓▓▓░░░░░░",
"▓▓▓▓▓░░░░░",
"▓▓▓▓▓▓░░░░",
"▓▓▓▓▓▓▓░░░",
"▓▓▓▓▓▓▓▓░░",
"▓▓▓▓▓▓▓▓▓░",
"▓▓▓▓▓▓▓▓▓▓"
]
}, },
"tooltip-format": "{volume}% {desc}", "tooltip-format": "{volume}% {desc}",
"on-click": "pamixer -t" "on-click": "pamixer -t"

View file

@ -181,3 +181,9 @@ complete -C '/usr/bin/aws_completer' aws
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
export PATH="$HOME/.cargo/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'