From 955020e8f6fe926b83c55b3716a47ffcbe6c5507 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 9 May 2019 18:12:09 -0400 Subject: [PATCH] waybar icons --- files/.config/waybar/config | 19 +++++++++---------- files/.config/waybar/style.css | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/files/.config/waybar/config b/files/.config/waybar/config index 8bde15e..974173c 100644 --- a/files/.config/waybar/config +++ b/files/.config/waybar/config @@ -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 " } } diff --git a/files/.config/waybar/style.css b/files/.config/waybar/style.css index 3e2a282..8eeea98 100644 --- a/files/.config/waybar/style.css +++ b/files/.config/waybar/style.css @@ -1,6 +1,6 @@ * { border: none; - font-family: Verdana, sans-serif; + font-family: "Font Awesome 5 Free", Verdana, sans-serif; font-size: 13px; }