Skip to content

Commit

Permalink
home/services/eww: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 4, 2024
1 parent 2ef6682 commit c20c2ac
Show file tree
Hide file tree
Showing 46 changed files with 14 additions and 1,611 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Or install from the `packages` output. For example:

## 💻 Desktop preview

Currently, my widgets are created using [Ags](https://github.com/Aylur/ags/). If
you're looking for the [Eww](https://github.com/elkowar/eww) version, you can
find it [here](https://github.com/fufexan/dotfiles/tree/eww).

<details>
<summary>
Dark
Expand Down
75 changes: 5 additions & 70 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@

anyrun.url = "github:fufexan/anyrun";

eww = {
url = "github:elkowar/eww";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
};

fu.url = "github:numtide/flake-utils";

gross = {
Expand Down Expand Up @@ -127,12 +121,6 @@
inputs.flake-utils.follows = "fu";
};

rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "fu";
};

spicetify-nix = {
url = "github:the-argus/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion home/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Home-Manager configurations for different hosts.
| `editors` | Helix & Neovim |
| `profiles` | Per-device/user profiles, entry point of the configs |
| `programs` | Programs, games, media, etc |
| `services` | Services like `ags`, `eww`, etc |
| `services` | Services like `ags`, etc |
| `shell` | Zsh, Nix options, etc. |
| `terminals` | Terminal configs |
| `wayland` | Wayland-specific options, including Hyprland |
2 changes: 0 additions & 2 deletions home/profiles/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,5 @@ in {
inherit pkgs;
};
});

homeManagerModules.eww-hyprland = import ../services/eww;
};
}
3 changes: 2 additions & 1 deletion home/services/ags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
This configuration aims to provide a shell replacement for compositors/window
managers. Features constantly get added and existing ones get improved.

This builds upon my [previous work on Eww](../eww).
This builds upon my
[previous work on Eww](https://github.com/fufexan/dotfiles/tree/eww/home/services/eww).

## 🗃️ Components

Expand Down
76 changes: 0 additions & 76 deletions home/services/eww/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions home/services/eww/css/bar.scss

This file was deleted.

31 changes: 0 additions & 31 deletions home/services/eww/css/calendar.scss

This file was deleted.

35 changes: 0 additions & 35 deletions home/services/eww/css/colors-dark.scss

This file was deleted.

Loading

0 comments on commit c20c2ac

Please sign in to comment.