From e2af8f571d00bc290cd50f4bc837afe1d5b62a12 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:45:01 +0200 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e7ad13a..179a03b 100644 --- a/install.sh +++ b/install.sh @@ -651,7 +651,7 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc "spacing": 10 }, "clock": { - // "timezone": "America/New_York", + // "timezone": "Europe/Copenhagen", "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{:%d-%m-%Y}" }, @@ -669,11 +669,13 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc // "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", "format-icons": ["", "", ""] + "tooltip": false }, "backlight": { // "device": "acpi_video1", "format": "{percent}% {icon}", "format-icons": ["", "", "", "", "", "", "", "", ""] + "tooltip": false }, "battery": { "states": { @@ -689,6 +691,7 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc // "format-good": "", // An empty format will hide the module // "format-full": "", "format-icons": ["", "", "", "", ""] + "tooltip": false }, "battery#bat2": { "bat": "BAT2" @@ -712,6 +715,7 @@ cat << "WAYBARCONFIG" > ~/.config/waybar/config.jsonc "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠", "format-alt": "{ifname}: {ipaddr}/{cidr}" + "tooltip": false }, "pulseaudio": { "scroll-step": 5, @@ -765,7 +769,7 @@ https://github.com/Alexays/Waybar * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-family: IBMPlexMono,FontAwesome, Roboto, Helvetica, Arial, sans-serif; font-size: 13px; }