From 16a0ba923900e15028e3d96b69a17debfde2a1db Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 23 Aug 2024 10:12:33 +0100 Subject: [PATCH] clock config and disabled waybar in configuration.nix --- home-manager/home.nix | 9 ++++++++- hosts/gabbielaptop/configuration.nix | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index e616200..482f2af 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -103,8 +103,12 @@ [ # Keybinds for starting programs "$mod, F, exec, firefox" - ", Print, exec, grimblast copy area" "$mod, 1, exec, alacritty" + + # Screenshot tool + ", Print, exec, grimblast copy area" + + # Screen locking tool "$mod, l, exec, hyprlock" ] ++ ( @@ -143,6 +147,9 @@ 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{calendar}"; + "interval" = 1; }; }; }; diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 88178b5..8ad290f 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -71,7 +71,7 @@ # Enable the Hyprland WM functionality for NixOS (xdg portals etc.) programs.hyprland.enable = true; - programs.waybar.enable = true; +# programs.waybar.enable = true; # Configure keymap in X11 services.xserver.xkb.layout = "gb";