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}" "format": " {:%Y-%m-%d %H:%M}"
}, },
"cpu": { "cpu": {
"format": " {usage}%", "format": " {usage}%",
"tooltip": false "tooltip": false
}, },
"memory": { "memory": {
@ -39,7 +39,7 @@
}, },
"backlight": { "backlight": {
"format": "{icon} {percent}%", "format": "{icon} {percent}%",
"format-icons": ["", ""] "format-icons": ["", "", ""]
}, },
"battery": { "battery": {
"states": { "states": {
@ -53,27 +53,26 @@
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""]
}, },
"network": { "network": {
// "interface": "wlp2s0", // (Optional) To force the use of this interface
"format-wifi": " <{essid}> {ipaddr}/{cidr}", "format-wifi": " <{essid}> {ipaddr}/{cidr}",
"format-ethernet": " {ipaddr}/{cidr}", "format-ethernet": " {ipaddr}/{cidr}",
"format-disconnected": "⚠ Disconnected" "format-disconnected": "⚠ Disconnected"
}, },
"pulseaudio": { "pulseaudio": {
//"scroll-step": 1, //"scroll-step": 1,
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
//"format-bluetooth": "{icon} {volume}%", "format-bluetooth": "{icon} {volume}%",
"format-muted": "", "format-muted": "",
"format-icons": { "format-icons": {
"headphones": "", "headphones": "",
"headset": "", "headset": "",
"default": ["", ""] "default": ["", "", ""]
}, },
"on-click": "pavucontrol" "on-click": "pavucontrol"
}, },
"custom/vpn": { "custom/vpn": {
"format": "{}", "format": "{}",
"interval": 5, "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; border: none;
font-family: Verdana, sans-serif; font-family: "Font Awesome 5 Free", Verdana, sans-serif;
font-size: 13px; font-size: 13px;
} }