1
0
Fork 0

waybar icons

This commit is contained in:
Massaki Archambault 2019-05-09 18:12:09 -04:00
parent 3b44579bf3
commit 955020e8f6
2 changed files with 10 additions and 11 deletions

View File

@ -31,7 +31,7 @@
"format": " {:%Y-%m-%d %H:%M}"
},
"cpu": {
"format": " {usage}%",
"format": " {usage}%",
"tooltip": false
},
"memory": {
@ -39,7 +39,7 @@
},
"backlight": {
"format": "{icon} {percent}%",
"format-icons": ["", ""]
"format-icons": ["", "", ""]
},
"battery": {
"states": {
@ -53,27 +53,26 @@
"format-icons": ["", "", "", "", ""]
},
"network": {
// "interface": "wlp2s0", // (Optional) To force the use of this interface
"format-wifi": " <{essid}> {ipaddr}/{cidr}",
"format-ethernet": " {ipaddr}/{cidr}",
"format-ethernet": " {ipaddr}/{cidr}",
"format-disconnected": "⚠ Disconnected"
},
"pulseaudio": {
//"scroll-step": 1,
"format": "{icon} {volume}%",
//"format-bluetooth": "{icon} {volume}%",
"format-muted": "",
"format-bluetooth": "{icon} {volume}%",
"format-muted": "",
"format-icons": {
"headphones": "",
"headset": "",
"default": ["", ""]
"headphones": "",
"headset": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
"custom/vpn": {
"format": "{}",
"interval": 5,
"exec": "test -e /proc/sys/net/ipv4/conf/tun0 && echo  || echo "
"exec": "test -e /proc/sys/net/ipv4/conf/tun0 && echo  || echo "
}
}

View File

@ -1,6 +1,6 @@
* {
border: none;
font-family: Verdana, sans-serif;
font-family: "Font Awesome 5 Free", Verdana, sans-serif;
font-size: 13px;
}