From 39b8f29474dd3cdc6bb30bb24b55a38ad9ae5052 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Tue, 10 Sep 2024 23:04:01 +0200 Subject: [PATCH] fix eww --- absol/eww/config/eww.yuck | 11 ----------- absol/hypr/hyprland.nix | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/absol/eww/config/eww.yuck b/absol/eww/config/eww.yuck index 7dc9286..305ad74 100644 --- a/absol/eww/config/eww.yuck +++ b/absol/eww/config/eww.yuck @@ -1,7 +1,6 @@ ; inspired by https://github.com/saimoomedits/eww-widgets/tree/main (include "./widgets/workspaces/eww.yuck") -(include "./widgets/window-title/eww.yuck") (include "./widgets/resources/eww.yuck") (defwindow top-bar @@ -31,16 +30,6 @@ ) ) -; (defwidget center [] - ; (box - ; :space-evenly false - ; :halign "center" - ; :class "container" - ; :visible {strlength(window) != 0} - ; (windowtitle) - ; ) -; ) - (defwidget right [] (box :space-evenly false diff --git a/absol/hypr/hyprland.nix b/absol/hypr/hyprland.nix index d3ed17b..d751563 100644 --- a/absol/hypr/hyprland.nix +++ b/absol/hypr/hyprland.nix @@ -130,7 +130,7 @@ #"hypridle" #"hyprpaper" "mako" - "nextcloud --background" + #"nextcloud --background" ]; }; };