From 204212a9d955000e42f18e927b70e97729093d8b Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 13 Nov 2023 14:22:53 +1300 Subject: [PATCH] add: eww config --- home/ooks/features/wayland/essentials/default.nix | 1 + .../eww/config/{eww => }/eww-variables.yuck | 0 .../essentials/eww/config/{eww => }/eww-widgets.yuck | 0 .../essentials/eww/config/{eww => }/eww-windows.yuck | 0 .../wayland/essentials/eww/config/{eww => }/eww.scss | 0 .../wayland/essentials/eww/config/{eww => }/eww.yuck | 0 .../essentials/eww/config/{eww => }/scripts/bat.sh | 0 .../eww/config/{eww => }/scripts/battery.sh | 0 .../eww/config/{eww => }/scripts/batterytest.sh | 0 .../eww/config/{eww => }/scripts/earbuds.sh | 0 home/ooks/features/wayland/essentials/eww/default.nix | 11 +++++------ 11 files changed, 6 insertions(+), 6 deletions(-) rename home/ooks/features/wayland/essentials/eww/config/{eww => }/eww-variables.yuck (100%) rename home/ooks/features/wayland/essentials/eww/config/{eww => }/eww-widgets.yuck (100%) rename home/ooks/features/wayland/essentials/eww/config/{eww => }/eww-windows.yuck (100%) rename home/ooks/features/wayland/essentials/eww/config/{eww => }/eww.scss (100%) rename home/ooks/features/wayland/essentials/eww/config/{eww => }/eww.yuck (100%) rename home/ooks/features/wayland/essentials/eww/config/{eww => }/scripts/bat.sh (100%) rename home/ooks/features/wayland/essentials/eww/config/{eww => }/scripts/battery.sh (100%) rename home/ooks/features/wayland/essentials/eww/config/{eww => }/scripts/batterytest.sh (100%) rename home/ooks/features/wayland/essentials/eww/config/{eww => }/scripts/earbuds.sh (100%) diff --git a/home/ooks/features/wayland/essentials/default.nix b/home/ooks/features/wayland/essentials/default.nix index 2b57877..9867f8d 100644 --- a/home/ooks/features/wayland/essentials/default.nix +++ b/home/ooks/features/wayland/essentials/default.nix @@ -9,6 +9,7 @@ ./cursor.nix ./gimp.nix ./swaylock.nix + ./eww ]; xdg.mimeApps.enable = true; diff --git a/home/ooks/features/wayland/essentials/eww/config/eww/eww-variables.yuck b/home/ooks/features/wayland/essentials/eww/config/eww-variables.yuck similarity index 100% rename from home/ooks/features/wayland/essentials/eww/config/eww/eww-variables.yuck rename to home/ooks/features/wayland/essentials/eww/config/eww-variables.yuck diff --git a/home/ooks/features/wayland/essentials/eww/config/eww/eww-widgets.yuck b/home/ooks/features/wayland/essentials/eww/config/eww-widgets.yuck similarity index 100% rename from home/ooks/features/wayland/essentials/eww/config/eww/eww-widgets.yuck rename to home/ooks/features/wayland/essentials/eww/config/eww-widgets.yuck diff --git a/home/ooks/features/wayland/essentials/eww/config/eww/eww-windows.yuck b/home/ooks/features/wayland/essentials/eww/config/eww-windows.yuck similarity index 100% rename from home/ooks/features/wayland/essentials/eww/config/eww/eww-windows.yuck rename to home/ooks/features/wayland/essentials/eww/config/eww-windows.yuck diff --git a/home/ooks/features/wayland/essentials/eww/config/eww/eww.scss b/home/ooks/features/wayland/essentials/eww/config/eww.scss similarity index 100% rename from home/ooks/features/wayland/essentials/eww/config/eww/eww.scss rename to home/ooks/features/wayland/essentials/eww/config/eww.scss diff --git a/home/ooks/features/wayland/essentials/eww/config/eww/eww.yuck b/home/ooks/features/wayland/essentials/eww/config/eww.yuck similarity index 100% rename from home/ooks/features/wayland/essentials/eww/config/eww/eww.yuck rename to home/ooks/features/wayland/essentials/eww/config/eww.yuck diff --git a/home/ooks/features/wayland/essentials/eww/config/eww/scripts/bat.sh b/home/ooks/features/wayland/essentials/eww/config/scripts/bat.sh similarity index 100% rename from home/ooks/features/wayland/essentials/eww/config/eww/scripts/bat.sh rename to home/ooks/features/wayland/essentials/eww/config/scripts/bat.sh diff --git a/home/ooks/features/wayland/essentials/eww/config/eww/scripts/battery.sh b/home/ooks/features/wayland/essentials/eww/config/scripts/battery.sh similarity index 100% rename from home/ooks/features/wayland/essentials/eww/config/eww/scripts/battery.sh rename to home/ooks/features/wayland/essentials/eww/config/scripts/battery.sh diff --git a/home/ooks/features/wayland/essentials/eww/config/eww/scripts/batterytest.sh b/home/ooks/features/wayland/essentials/eww/config/scripts/batterytest.sh similarity index 100% rename from home/ooks/features/wayland/essentials/eww/config/eww/scripts/batterytest.sh rename to home/ooks/features/wayland/essentials/eww/config/scripts/batterytest.sh diff --git a/home/ooks/features/wayland/essentials/eww/config/eww/scripts/earbuds.sh b/home/ooks/features/wayland/essentials/eww/config/scripts/earbuds.sh similarity index 100% rename from home/ooks/features/wayland/essentials/eww/config/eww/scripts/earbuds.sh rename to home/ooks/features/wayland/essentials/eww/config/scripts/earbuds.sh diff --git a/home/ooks/features/wayland/essentials/eww/default.nix b/home/ooks/features/wayland/essentials/eww/default.nix index a4cc952..815b6eb 100644 --- a/home/ooks/features/wayland/essentials/eww/default.nix +++ b/home/ooks/features/wayland/essentials/eww/default.nix @@ -1,9 +1,8 @@ { config, pkgs, lib, ... }: { - home.packages = with pkgs; [ eww-wayland ]; - - - - - + programs.eww = { + enable = true; + package = pkgs.eww-wayland; + configDir = ./config; + }; }