waybar stuffs

This commit is contained in:
Ryan Schanzenbacher 2023-09-08 20:50:02 -04:00
parent 9c784f795d
commit 606e3b8e15
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
4 changed files with 9 additions and 9 deletions

View file

@ -1,13 +1,13 @@
font:
size: 15
normal:
family: "Monofur for Powerline"
family: "Monofur Nerd Font Mono"
style: Regular
bold:
family: "Monofur for Powerline"
family: "Monofur Nerd Font Mono"
style: Bold
italic:
family: "Monofur for Powerline"
family: "Monofur Nerd Font Mono"
style: Italic

View file

@ -36,10 +36,10 @@
"bat":"BAT1"
},
"bluetooth": {
"format": "",
"format-disabled": "",
"format-connected": "",
"format-connected-battery": " {device_battery_percentage}%",
"format": "󰂯",
"format-disabled": "󰂲",
"format-connected": "󰂯",
"format-connected-battery": "󰂱 {device_battery_percentage}%",
"on-click": "blueman-manager",
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",

View file

@ -1,7 +1,7 @@
#!/bin/sh
class=$(playerctl metadata --format '{{lc(status)}}')
icon="󰽴"
icon="󰎆"
if [[ $class == "playing" ]]; then
info=$(playerctl metadata --format '{{artist}} - {{title}}')

View file

@ -1,7 +1,7 @@
* {
border: none;
border-radius: 0;
font-family: Sans;
font-family: AnonymicePro Nerd Font;
font-size: 15px;
box-shadow: none;
text-shadow: none;