From 656bfe674bc62343daeb1c2a3a942269b4fe540c Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 13 Apr 2023 07:56:33 +0100 Subject: [PATCH] waybar taskbar --- users/tristan/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/tristan/home.nix b/users/tristan/home.nix index 95c6af0..012794e 100644 --- a/users/tristan/home.nix +++ b/users/tristan/home.nix @@ -17,6 +17,9 @@ bitwarden playerctl nextcloud-client + lf + du-dust + godot_4 ]; programs.git = { @@ -47,6 +50,7 @@ layer = "top"; position = "top"; height = 30; + modules-left = [ "wlr/taskbar" "hyprland/window" ]; modules-right = [ "mpd" "pulseaudio" "clock" "tray" ]; clock = { format = "📅 {:%a %b-%d %I:%M %p}";