diff --git a/profiles/work/home.nix b/profiles/work/home.nix
index 7aae935..28a2085 100644
--- a/profiles/work/home.nix
+++ b/profiles/work/home.nix
@@ -178,12 +178,6 @@
ventoy
]) ++ ([ pkgs-kdenlive.kdenlive ]);
- home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source =
- config.lib.stylix.colors {
- template = builtins.readFile ../../user/pkgs/nixos-snowflake-stylix.svg.mustache;
- extension = "svg";
- };
-
services.syncthing.enable = true;
xdg.enable = true;
diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el
index 56c8faf..5f6c1f6 100644
--- a/user/app/doom-emacs/config.el
+++ b/user/app/doom-emacs/config.el
@@ -1519,7 +1519,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
(setq +format-on-save-enabled-modes '(not emacs-lisp-mode sql-mode tex-mode latex-mode org-msg-edit-mode nix-mode))
-(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
+
;; I source my rss from my freshrss instance
;; I login with a private elisp file: ~/.emacs.d/freshrss-elfeed.el
diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org
index ef89849..ada60e2 100644
--- a/user/app/doom-emacs/doom.org
+++ b/user/app/doom-emacs/doom.org
@@ -1770,7 +1770,6 @@ I don't have this active right now since it's kinda weird with pgtk...
#+END_SRC
** Terminal
#+BEGIN_SRC emacs-lisp :tangle config.el
-(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
#+END_SRC
** Elfeed
#+BEGIN_SRC emacs-lisp :tangle config.el
diff --git a/user/pkgs/hyprland-logo-stylix.svg.mustache b/user/pkgs/hyprland-logo-stylix.svg.mustache
deleted file mode 100644
index 93ada5a..0000000
--- a/user/pkgs/hyprland-logo-stylix.svg.mustache
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
diff --git a/user/pkgs/nixos-snowflake-stylix.svg.mustache b/user/pkgs/nixos-snowflake-stylix.svg.mustache
deleted file mode 100644
index d014f6e..0000000
--- a/user/pkgs/nixos-snowflake-stylix.svg.mustache
+++ /dev/null
@@ -1,187 +0,0 @@
-
-
-
-
diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix
index 0192c88..b016e6a 100644
--- a/user/wm/hyprland/hyprland.nix
+++ b/user/wm/hyprland/hyprland.nix
@@ -66,32 +66,14 @@ in
exec-once = hyprpaper
- bezier = wind, 0.05, 0.9, 0.1, 1.05
- bezier = winIn, 0.1, 1.1, 0.1, 1.0
- bezier = winOut, 0.3, -0.3, 0, 1
- bezier = liner, 1, 1, 1, 1
- bezier = linear, 0.0, 0.0, 1.0, 1.0
-
- animations {
- enabled = yes
- animation = windowsIn, 1, 6, winIn, popin
- animation = windowsOut, 1, 5, winOut, popin
- animation = windowsMove, 1, 5, wind, slide
- animation = border, 1, 10, default
- animation = borderangle, 1, 100, linear, loop
- animation = fade, 1, 10, default
- animation = workspaces, 1, 5, wind
- animation = windows, 1, 6, wind, slide
- }
-
general {
layout = master
cursor_inactive_timeout = 30
- border_size = 5
+ border_size = 4
no_cursor_warps = false
- col.active_border = 0xff'' + config.lib.stylix.colors.base08 + " " + ''0xff'' + config.lib.stylix.colors.base09 + " " + ''0xff'' + config.lib.stylix.colors.base0A + " " + ''0xff'' + config.lib.stylix.colors.base0B + " " + ''0xff'' + config.lib.stylix.colors.base0C + " " + ''0xff'' + config.lib.stylix.colors.base0D + " " + ''0xff'' + config.lib.stylix.colors.base0E + " " + ''0xff'' + config.lib.stylix.colors.base0F + " " + ''270deg
+ col.active_border = 0xff'' + config.lib.stylix.colors.base08 + ''
- col.inactive_border = 0xaa'' + config.lib.stylix.colors.base02 + ''
+ col.inactive_border = 0x33'' + config.lib.stylix.colors.base00 + ''
resize_on_border = true
gaps_in = 7
@@ -411,7 +393,7 @@ in
terminal = false;
type = "Application";
noDisplay = true;
- icon = "/home/"+userSettings.username+"/.local/share/pixmaps/hyprland-logo-stylix.svg";
+ icon = "application-x-executable"; # TODO make custom icon for dock
})
(pyprland.overrideAttrs (oldAttrs: {
src = fetchFromGitHub {
@@ -537,11 +519,6 @@ in
})])
++
(with pkgs-hyprland; [ hyprlock ]);
- home.file.".local/share/pixmaps/hyprland-logo-stylix.svg".source =
- config.lib.stylix.colors {
- template = builtins.readFile ../../pkgs/hyprland-logo-stylix.svg.mustache;
- extension = "svg";
- };
home.file.".config/nwg-dock-hyprland/style.css".text = ''
window {
background: rgba(''+config.lib.stylix.colors.base00-rgb-r+'',''+config.lib.stylix.colors.base00-rgb-g+'',''+config.lib.stylix.colors.base00-rgb-b+'',0.0);