mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-01-30 18:31:18 -05:00
waybar stuffs
This commit is contained in:
parent
9c784f795d
commit
606e3b8e15
4 changed files with 9 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
||||||
font:
|
font:
|
||||||
size: 15
|
size: 15
|
||||||
normal:
|
normal:
|
||||||
family: "Monofur for Powerline"
|
family: "Monofur Nerd Font Mono"
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
||||||
bold:
|
bold:
|
||||||
family: "Monofur for Powerline"
|
family: "Monofur Nerd Font Mono"
|
||||||
style: Bold
|
style: Bold
|
||||||
|
|
||||||
italic:
|
italic:
|
||||||
family: "Monofur for Powerline"
|
family: "Monofur Nerd Font Mono"
|
||||||
style: Italic
|
style: Italic
|
||||||
|
|
|
@ -36,10 +36,10 @@
|
||||||
"bat":"BAT1"
|
"bat":"BAT1"
|
||||||
},
|
},
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"format-disabled": "",
|
"format-disabled": "",
|
||||||
"format-connected": "",
|
"format-connected": "",
|
||||||
"format-connected-battery": " {device_battery_percentage}%",
|
"format-connected-battery": " {device_battery_percentage}%",
|
||||||
"on-click": "blueman-manager",
|
"on-click": "blueman-manager",
|
||||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
"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}",
|
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
class=$(playerctl metadata --format '{{lc(status)}}')
|
class=$(playerctl metadata --format '{{lc(status)}}')
|
||||||
icon=""
|
icon=""
|
||||||
|
|
||||||
if [[ $class == "playing" ]]; then
|
if [[ $class == "playing" ]]; then
|
||||||
info=$(playerctl metadata --format '{{artist}} - {{title}}')
|
info=$(playerctl metadata --format '{{artist}} - {{title}}')
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: Sans;
|
font-family: AnonymicePro Nerd Font;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
Loading…
Reference in a new issue