mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -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:
|
||||
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
|
||||
|
|
|
@ -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}",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
class=$(playerctl metadata --format '{{lc(status)}}')
|
||||
icon=""
|
||||
icon=""
|
||||
|
||||
if [[ $class == "playing" ]]; then
|
||||
info=$(playerctl metadata --format '{{artist}} - {{title}}')
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue