style: 🎨 Waybar Module Change (PewDiePie)
This commit is contained in:
parent
017f776cfe
commit
57d62b2302
2 changed files with 27 additions and 1 deletions
|
@ -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": [
|
||||||
|
// "▁", // 0–16%
|
||||||
|
// "▂▁", // 17–33%
|
||||||
|
// "▃▂▁", // 34–50%
|
||||||
|
// "▄▃▂▁", // 51–66%
|
||||||
|
// "▅▄▃▂▁", // 67–83%
|
||||||
|
// "▆▅▄▃▂▁" // 84–100%
|
||||||
|
// ]
|
||||||
|
"default": [
|
||||||
|
"▓░░░░░░░░░",
|
||||||
|
"▓▓░░░░░░░░",
|
||||||
|
"▓▓▓░░░░░░░",
|
||||||
|
"▓▓▓▓░░░░░░",
|
||||||
|
"▓▓▓▓▓░░░░░",
|
||||||
|
"▓▓▓▓▓▓░░░░",
|
||||||
|
"▓▓▓▓▓▓▓░░░",
|
||||||
|
"▓▓▓▓▓▓▓▓░░",
|
||||||
|
"▓▓▓▓▓▓▓▓▓░",
|
||||||
|
"▓▓▓▓▓▓▓▓▓▓"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"tooltip-format": "{volume}% {desc}",
|
"tooltip-format": "{volume}% {desc}",
|
||||||
"on-click": "pamixer -t"
|
"on-click": "pamixer -t"
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue