style: update waybar style

This commit is contained in:
DACHXY 2025-01-15 01:02:38 +08:00
parent 69e41c6e05
commit 984bc4c5d8
27 changed files with 275 additions and 103 deletions

View file

@ -31,11 +31,22 @@ let
song_info=$(playerctl metadata --format '{{title}} 󰎆 {{artist}}')
echo "$song_info"
'';
ewwWayland = pkgs.eww.overrideAttrs (oldAttrs: {
cargoBuildFlags = [
"--no-default-features"
"--features=wayland"
"--bin"
"eww"
];
});
in
{
home.packages = with pkgs; [
hyprpaper
hyprcursor
ewwWayland
];
systemd.user.targets.hyprland-session.Unit.Wants = [