From 4777df10d36426db7e27ad7d803b491d1513b07b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:15:33 +0400 Subject: [PATCH] add eww --- config/hyprland/hyprland.conf | 2 +- modules/desktop/hyprland/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index a0a3a7ba..153387dc 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -16,7 +16,7 @@ monitor=,preferred,auto,auto # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox # fix gtk apps -#exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # background exec-once = hyprpaper # bar diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 658e12f1..f2da7e2d 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -65,6 +65,7 @@ in hyprpaper # bar (waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; })) + eww-wayland brightnessctl inotify-tools ];