finished clock formatting for now (tooltip incomplete)

enabled waybar exec-once in hyprland config
This commit is contained in:
Gabriella Bere 2024-08-23 10:37:19 +01:00
parent 16a0ba9239
commit 016ea3c75d

View file

@ -81,7 +81,7 @@
# Autostart using systemd
systemd.enable = true;
extraConfig = ''
# exec-once = waybar
exec-once = waybar
# Monitor settings
monitor = eDP-2, 2560x1600@165, 0x0, auto # main laptop monitor
@ -146,9 +146,9 @@
modules-center = [ "wlr/window" "clock" ];
modules-right = [ "idle_inhibitor" "pulseaudio" "backlight" "battery" "tray" ];
"clock" = {
"format-alt" = "{:%a, %d. %b %H:%M:%S}";
"tooltip" = true;
"tooltip-format"= "{=%A; %d %B %Y}\n<tt>{calendar}</tt>";
"format" = "{:%A %D %T}";
# "tooltip" = true;
# "tooltip-format" = "{=%A; %d %B %Y}\n<tt>{calendar}</tt>";
"interval" = 1;
};
};