From 08f90df4535470dc038cf2821ff30cbfa5c0b039 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 19 Jan 2021 21:38:52 +0100 Subject: [PATCH] Update config fix placeholder and iconfont for browser --- .config/waybar/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index ff70bd1..121ad1b 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -145,7 +145,7 @@ "disable-scroll": true, "format": "{icon} {name}", "format-icons": { - "1:www": "龜", // Icon: firefox-browser + "1:www": "", // Icon: firefox-browser "2:mail": "", // Icon: mail "3:editor": "", // Icon: code "4:terminals": "", // Icon: terminal @@ -203,22 +203,22 @@ "tooltip": false }, "custom/firefox": { - "format": "browser ", + "format": " Firefox", "on-click": "exec firefox", "tooltip": false }, "custom/terminal": { - "format": "terminal ", + "format": " Terminal", "on-click": "exec alacritty", "tooltip": false }, "custom/files": { - "format": "files ", + "format": " Files", "on-click": "thunar", "tooltip": false }, "custom/seperator": { - "format": "|", + "format": " ", }, "custom/launcher": {