From b971da5190387c2c27fc4ae10207bbfc51ed2af1 Mon Sep 17 00:00:00 2001 From: piccihud Date: Mon, 18 Sep 2023 22:58:48 +0200 Subject: [PATCH] update dotfiles --- waybar/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/waybar/config b/waybar/config index c51b9c6..5c572d0 100644 --- a/waybar/config +++ b/waybar/config @@ -72,9 +72,10 @@ "clock": { "interval": 10, - "format-alt": "󰃭 {:%e %b %Y}", // Icon: calendar-alt + //"format-alt": "󰃭 {:%e %b %Y}", // Icon: calendar-alt "format": "󰃭 {:%e %b %Y %H:%M}", - "tooltip-format": "{:%e %B %Y}" + // "tooltip-format": "{:%e %B %Y}", + "on-click": "orage" }, "cpu": { @@ -84,7 +85,7 @@ "warning": 70, "critical": 90, }, - "on-click": "xfce4-terminal -e 'htop'", + "on-click": "alacritty -e 'top'", }, "custom/keyboard-layout": { @@ -111,7 +112,7 @@ "memory": { "interval": 5, "format": " {}% | ", // Icon: memory - "on-click": "kitty -e 'btop'", + "on-click": "alacritty -e 'btop'", "states": { "warning": 70, "critical": 90