finished clock formatting for now (tooltip incomplete)
enabled waybar exec-once in hyprland config
This commit is contained in:
parent
16a0ba9239
commit
016ea3c75d
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue