From b635efba09f3ad6dd4bab78659a9e81b14c4404b Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 14 Aug 2023 22:29:02 +0800 Subject: [PATCH] feat: add color picker --- modules/nixos/hyprland.nix | 1 + modules/nixos/i3.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 62bfb20b..d4c46277 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -74,6 +74,7 @@ swaylock # locking the screen wlogout # logout menu wl-clipboard # copying and pasting + hyprpicker # color picker wf-recorder # creen recording grim # taking screenshots diff --git a/modules/nixos/i3.nix b/modules/nixos/i3.nix index ee6f71eb..f8efdafd 100644 --- a/modules/nixos/i3.nix +++ b/modules/nixos/i3.nix @@ -35,6 +35,8 @@ i3-gaps # i3 with gaps picom # transparency and shadows feh # set wallpaper + xcolor # color picker + acpi # battery information arandr # screen layout manager dex # autostart applications